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 173 discussion

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

A company wants to migrate an existing web application to AWS. The application consists of two web servers and a MySQL database.

The company wants the application to automatically scale in response to demand. The company also wants to reduce its operational overhead for database backups and maintenance. The company needs the ability to deploy multiple versions of the application concurrently.

What is the MOST operationally efficient solution that meets these requirements?

  • A. Deploy the application to AWS Elastic Beanstalk. Migrate the database to an Amazon RDS Multi-AZ DB instance.
  • B. Create an Amazon Machine Image (AMI) that contains the application code. Create an Auto Scaling group that is based on the AMI. Integrate the Auto Scaling group with an Application Load Balancer for the web servers. Migrate the database to a MySQL instance that runs on an Amazon EC2 instance.
  • C. Deploy the application to AWS Elastic Beanstalk. Migrate the database to a MySQL instance that runs on an Amazon EC2 instance.
  • D. Create an Amazon Machine Image (AMI) that contains the application code. Create an Auto Scaling group that is based on the AMI. Integrate the Auto Scaling group with an Application Load Balancer for the web servers. Migrate the database to an Amazon RDS Multi-AZ DB instance.
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
NaghamAbdellatif
1 year, 8 months ago
Selected Answer: A
EB for multiple app version RDS for automatic backups
upvoted 1 times
...
YanisGTR
1 year, 8 months ago
The company also wants to reduce its operational overhead = A
upvoted 2 times
...
rcaliandro
1 year, 11 months ago
Selected Answer: A
A is correct since AWS Elastic Beanstalk support automatic scale with Load Balancer and autoscaling group and RDS Multi-AZ DB support MySQL and manage backups of the database in different AZs
upvoted 1 times
...
Rpod
2 years, 1 month ago
Selected Answer: D
It has to be the most efficient solution
upvoted 2 times
...
Fco_Javier
2 years, 1 month ago
Selected Answer: A
With ElasticBeanStalk create you can create a web server, with EC2 instances, Load balancer, Auto Scaling, ... https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers.html and also you can add a MySQL: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.managing.db.html
upvoted 1 times
...
MMaquis
2 years, 3 months ago
Selected Answer: D
The MOST operationally efficient solution that meets these requirements would be option D: Create an Amazon Machine Image (AMI) that contains the application code. Create an Auto Scaling group that is based on the AMI. Integrate the Auto Scaling group with an Application Load Balancer for the web servers. Migrate the database to an Amazon RDS Multi-AZ DB instance. Option D provides a highly available and scalable solution with minimal operational overhead. By using an Amazon Machine Image (AMI) and an Auto Scaling group, the web servers can automatically scale in response to demand. The Application Load Balancer can distribute traffic evenly across the web servers, improving performance and reliability. Using Amazon RDS Multi-AZ DB instance provides high availability and automatic failover in case of a database outage. The RDS service also provides automated backups and maintenance, reducing operational overhead for the company. The use of RDS also allows for easy deployment of multiple versions of the application concurrently.
upvoted 2 times
...
Krt5894
2 years, 3 months ago
Selected Answer: A
It should be A
upvoted 1 times
...
Dirisme
2 years, 4 months ago
Selected Answer: A
AAAAAAAAAAAAA
upvoted 1 times
...
michaldavid
2 years, 6 months ago
Selected Answer: A
aaaaaaa
upvoted 1 times
...
k1kavi1
2 years, 6 months ago
Selected Answer: A
ElasticBeanStalk for deploying multiple versions of application concurrently RDS for database backups and maintenance https://aws.amazon.com/rds/features/backup/
upvoted 2 times
...
dark_cherrymon
2 years, 6 months ago
Selected Answer: A
AAAAAAA
upvoted 1 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 ...