- (Exam Topic 1)
Which of the following platforms are supported by Elastic Beanstalk? Choose 2 answers
Correct Answer:
AB
https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html
- (Exam Topic 3)
A developer has code stored in an Amazon S3 bucket The code must be deployed as an AWS Lambda function across multiple accounts in the same Region as the S3 bucket The Lambda function will be deployed using an AWS CloudFormation template that is run for each account
What is the MOST secure approach to allow access to the Lambda code in the S3 bucket?
Correct Answer:
A
- (Exam Topic 2)
A company is creating a REST service using an Amazon API Gateway with AWS Lambda integration. The service must run different versions for testing purposes.
What would be the BEST way to accomplish this?
Correct Answer:
A
The service run different versions for testing purposes. means different stages, stage variable is the way to go.
- (Exam Topic 4)
A developer deployed an application to an Amazon EC2 instance. The application needs to know the public IPv4 address of the instance. How can the application find this information?
Correct Answer:
A
- (Exam Topic 2)
A Developer has a stateful web server on-premises that is being migrated to AWS. The Developer must have greater elasticity in the new design.
How should the Developer re-factor the application to make it more elastic? (Choose two.)
Correct Answer:
DE