exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 277 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 (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
viet1991
Highly Voted 3 years, 8 months ago
A&D. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html 1. Relational database: RDS 2. Container-based applications: ECS "Amazon ECS enables you to launch and stop your container-based applications by using simple API calls. You can also retrieve the state of your cluster from a centralized service and have access to many familiar Amazon EC2 features." 3. Little manual intervention: Fargate You can run your tasks and services on a serverless infrastructure that is managed by AWS Fargate. Alternatively, for more control over your infrastructure, you can run your tasks and services on a cluster of Amazon EC2 instances that you manage.
upvoted 59 times
dave0808
3 years, 7 months ago
spot on
upvoted 1 times
...
...
welcome12
Highly Voted 3 years, 7 months ago
why not B instead of A as you can promote a read replica to a standalone instance as a disaster recovery solution if the primary DB instance fails.
upvoted 6 times
shyd
3 years, 6 months ago
I agree with B, A can't cover B,because Multi-AZ RDS is a stand-by, but Replica is a standalone RDS,
upvoted 1 times
...
...
examJack
Most Recent 3 years, 2 months ago
Selected Answer: AD
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. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate.html 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. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
upvoted 3 times
...
Busa2712
3 years, 4 months ago
Does "Higly Accesible" means the same than "Highly Available"? Multi-AZ does not provide scaling read capabilities for the standby node, while we can use read replicas for scaling reads.
upvoted 2 times
Busa2712
3 years, 4 months ago
Please ignore my previous message. Question #562 makes pretty evident what "Higly Accessible" means, so I prefer A over B. Plus, Multi-AZ requires less human intervention than Read Replicas for high availability.
upvoted 1 times
...
...
karthisena
3 years, 7 months ago
Fargate:- • Launch Docker containers on AWS • You do not provision the infrastructure (no EC2 instances to manage) – simpler! • Serverless offering • AWS just runs containers for you based on the CPU / RAM you need
upvoted 3 times
...
KK_uniq
3 years, 7 months ago
AD for sure
upvoted 4 times
...
syu31svc
3 years, 7 months ago
A over B for sure For ECS, use Fargate so D https://aws.amazon.com/fargate/?whats-new-cards.sort-by=item.additionalFields.postDateTime&whats-new-cards.sort-order=desc&fargate-blogs.sort-by=item.additionalFields.createdDate&fargate-blogs.sort-order=desc: "AWS Fargate is a serverless compute engine for containers that works with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS). "
upvoted 3 times
...
Ni_yot
3 years, 7 months ago
A is obvious. D. Fargate is server less and use case is for containers. ECS and EKS.
upvoted 3 times
...
Yogi
3 years, 7 months ago
Ans= A. Create an Amazon RDS DB instance in Multi-AZ mode. D. Create an Amazon Elastic Container Service (Amazon ECS) cluster with a Fargate launch type to handle the dynamic application load.
upvoted 3 times
...
AK003
3 years, 7 months ago
AD is correct
upvoted 3 times
...
algreat
3 years, 8 months ago
AD is ok
upvoted 3 times
...
reddy535
3 years, 8 months ago
A, D is the correct answer.
upvoted 2 times
...
DrCloud
3 years, 8 months ago
A,D 1. Highly available solution: Amazon RDS DB instance in Multi-AZ mode 2. "as little manual intervention as possible": ECS cluster with a Fargate launch type
upvoted 3 times
...
toto059
3 years, 8 months ago
A& D because read replica for performance
upvoted 3 times
korapavan433
3 years, 7 months ago
stop nonsense of your answers without explanation. if you dont know just put question mark
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 ...