Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 187 discussion

A company is developing an ecommerce application that will consist of a load-balanced front end, a container-based application, and a relational database. A solutions architect needs to create a highly available solution that operates with as little manual intervention as possible.

Which solutions meet these requirements? (Choose two.)

  • A. Create an Amazon RDS DB instance in Multi-AZ mode.
  • B. Create an Amazon RDS DB instance and one or more replicas in another Availability Zone.
  • C. Create an Amazon EC2 instance-based Docker cluster to handle the dynamic application load.
  • D. Create an Amazon Elastic Container Service (Amazon ECS) cluster with a Fargate launch type to handle the dynamic application load.
  • E. Create an Amazon Elastic Container Service (Amazon ECS) cluster with an Amazon EC2 launch type to handle the dynamic application load.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
techhb
Highly Voted 1 year, 9 months ago
Selected Answer: AD
https://containersonaws.com/introduction/ec2-or-aws-fargate/ A.(O) multi-az <= 'little intervention' B.(X) read replica <= Promoting a read replica to be a standalone DB instance You can promote a read replica into a standalone DB instance. When you promote a read replica, the DB instance is rebooted before it becomes available. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html C.(X) use Amazon ECS instead of EC2-based docker for little human intervention D.(O) Amazon ECS on AWS Fargate : AWS Fargate is a technology that you can use with Amazon ECS to run containers without having to manage servers or clusters of Amazon EC2 instances. E.(X) EC2 launch type The EC2 launch type can be used to run your containerized applications on Amazon EC2 instances that you register to your Amazon ECS cluster and manage yourself.
upvoted 12 times
...
lostmagnet001
Most Recent 8 months, 2 weeks ago
Selected Answer: AD
Highly available application - Amazon RDS DB instance in Multi-AZ little manual intervention - Fargate
upvoted 1 times
...
TariqKipkemei
1 year, 1 month ago
Selected Answer: AD
highly available application, little manual intervention = serverless = Amazon Elastic Container Service with Fargate and Amazon RDS DB instance in Multi-AZ mode
upvoted 1 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: AD
The correct answers are A and D. A) Creating an RDS DB instance in Multi-AZ mode provides automatic failover to a standby replica in another Availability Zone, providing high availability. D) Using ECS Fargate removes the need to provision and manage EC2 instances, allowing the service to scale dynamically based on demand. ECS handles load balancing and availability out of the box.
upvoted 1 times
...
jkirancdev
1 year, 2 months ago
Selected Answer: AD
AD is the correct answer
upvoted 1 times
...
cookieMr
1 year, 3 months ago
Selected Answer: AD
A. Create an Amazon RDS DB instance in Multi-AZ mode. This ensures that the database is highly available with automatic failover to a standby replica in another Availability Zone. D. Create an Amazon Elastic Container Service (Amazon ECS) cluster with a Fargate launch type to handle the dynamic application load. Fargate abstracts the underlying infrastructure, automatically scaling and managing the containers, making it a highly available and low-maintenance option. Option B is not the best choice as it only creates replicas in another Availability Zone without the automatic failover capability provided by Multi-AZ mode. Option C is not the best choice as managing a Docker cluster on EC2 instances requires more manual intervention compared to using the serverless capabilities of Fargate in option D. Option E is not the best choice as it uses the EC2 launch type, which requires managing and scaling the EC2 instances manually. Fargate, as mentioned in option D, provides a more automated and scalable solution.
upvoted 3 times
...
studynoplay
1 year, 5 months ago
Selected Answer: AD
little manual intervention = Serverless
upvoted 1 times
...
career360guru
1 year, 10 months ago
Selected Answer: AD
Option A&D
upvoted 1 times
...
k1kavi1
1 year, 10 months ago
Selected Answer: AD
A and D
upvoted 1 times
...
Gabs90
1 year, 10 months ago
Selected Answer: AD
A and D
upvoted 1 times
...
Wpcorgan
1 year, 10 months ago
A and D
upvoted 1 times
...
BENICE
1 year, 11 months ago
A and D are the options
upvoted 1 times
...
Danny23132412141_2312
1 year, 11 months ago
AD for sure Link: https://www.examtopics.com/discussions/amazon/view/43729-exam-aws-certified-solutions-architect-associate-saa-c02/
upvoted 4 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 ...