ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 207 - SAA-C03 discussion

Report
Export

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? (Select TWO.)

A.
Create an Amazon RDS DB instance in Multi-AZ mode.
Answers
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.
Answers
B.
Create an Amazon RDS DB instance and one or more replicas in another Availability Zone.
C.
Create an Amazon EC2 in stance-based Docker cluster to handle the dynamic application load.
Answers
C.
Create an Amazon EC2 in stance-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.
Answers
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.
Answers
E.
Create an Amazon Elastic Container Service (Amazon ECS) cluster with an Amazon EC2 launch type to handle the dynamic application load.
Suggested answer: A, D

Explanation:

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.

asked 16/09/2024
Artur Sierszen
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first