Física, pregunta formulada por pradillapaula1691, hace 1 mes

You recently set up a multi tiered application that incorporates several ec2 instances with a dynamodb database and the s3 service for static asset retention and cross-region backup. to ensure that the security settings are correctly implemented, which online tool can you use to assist in security compliance

Respuestas a la pregunta

Contestado por melizalizetluna24
0

resulta:following way: Deploy the application with AWS Elastic Beanstalk, an easy-to-use service for deploying and extending web applications and services. For more information, see Deploy a flask application to AWS Elastic Beanstalk. Elastic Beanstalk will launch one or more Amazon Elastic Compute Cloud (Amazon EC2) instances, which you configure through Elastic Beanstalk, on which your Tic-Tac-Toe (Tic-Tac-Toe) application will run. Using the Amazon DynamoDB service, create a Games table that exists in AWS, instead of existing locally on your computer. Also, you will need to configure permissions. All AWS resources that you create, such as the Games table in DynamoDB, are private by default. Only the owner of the resource, that is, the AWS account that created the Games table, can access this table. Therefore, the Tic-Tac-Toe application cannot update the Games table by default. To grant the necessary permissions, create an AWS Identity and Access Management (IAM) role and grant it permissions to access the Games table. First, the Amazon EC2 instance assumes this role. In response, AWS returns temporary security credentials that the Amazon EC2 instance can use to update the Games table on behalf of the Tic-Tac-Toe application. When configuring your application in Elastic Beanstalk, you must specify the IAM role that the Amazon EC2 instance(s) can assume. For more information about IAM roles, see IAM Roles for Amazon EC2 in the Amazon EC2 User Guide for Linux Instances

explica:informate the Google♡

Otras preguntas