exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 119 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 119
Topic #: 1
[All AWS Certified Developer Associate Questions]

A developer wants to run a PHP website with an NGINX proxy and package them as Docker containers in one environment. The developer wants a managed environment with automated provisioning and load balancing. The developer cannot change the configuration and must minimize operational overhead.
How should the developer build the website to meet these requirements?

  • A. Create a new application in AWS Elastic Beanstalk that is preconfigured for a multicontainer Docker environment. Upload the code, and deploy it to a web server environment.
  • B. Deploy the code on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer.
  • C. Construct an AWS CloudFormation template that launches Amazon EC2 instances. Install and configure the PHP code by using cfn helper scripts.
  • D. Upload the code for the PHP website into an Amazon S3 bucket. Host the website from the S3 bucket.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ersahinco
Highly Voted 3 years, 5 months ago
Answer: A
upvoted 12 times
...
rcaliandro
Most Recent 1 year, 11 months ago
Selected Answer: A
The answer is A because we are talking about Docking container and is the only answer that mentions a way to deploy a docker environment. Given that it is supported by AWS Elastic Beanstalk, this service provide a transparent way to manage auto scaling group and load balancing without require any effort to the developer.
upvoted 1 times
...
pancman
2 years, 3 months ago
Saw this question on the exam today (Feb 2023)
upvoted 2 times
...
sichilam
2 years, 5 months ago
A it is
upvoted 1 times
...
MeenuSingla
2 years, 6 months ago
Automatic provisioning points to EB . Correct answer is A
upvoted 1 times
...
hamimelon
2 years, 6 months ago
What is wrong with B?
upvoted 1 times
S4RPYK3VIC5
2 years, 6 months ago
As I understood because LB provisioning should be automated too
upvoted 1 times
...
...
dark_cherrymon
2 years, 7 months ago
Selected Answer: A
i voted A
upvoted 1 times
...
Arnaud92
2 years, 8 months ago
A, use beanstalk
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...