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

A company is building a three-tier application on AWS. The presentation tier will serve a static website The logic tier is a containerized application. This application will store data in a relational database. The company wants to simplify deployment and to reduce operational costs.

Which solution will meet these requirements?

  • A. Use Amazon S3 to host static content. Use Amazon Elastic Container Service (Amazon ECS) with AWS Fargate for compute power. Use a managed Amazon RDS cluster for the database.
  • B. Use Amazon CloudFront to host static content. Use Amazon Elastic Container Service (Amazon ECS) with Amazon EC2 for compute power. Use a managed Amazon RDS cluster for the database.
  • C. Use Amazon S3 to host static content. Use Amazon Elastic Kubernetes Service (Amazon EKS) with AWS Fargate for compute power. Use a managed Amazon RDS cluster for the database.
  • D. Use Amazon EC2 Reserved Instances to host static content. Use Amazon Elastic Kubernetes Service (Amazon EKS) with Amazon EC2 for compute power. Use a managed Amazon RDS cluster for the database.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Yadav_Sanjay
Highly Voted 1 year, 4 months ago
Selected Answer: A
ECS is slightly cheaper than EKS
upvoted 11 times
...
awsgeek75
Most Recent 9 months, 1 week ago
Selected Answer: A
B: CloudFront = Extra cost for something they don't want (CDN) C: Kubernetes is more operationally complex than ECS containers on Fargate. D: EC2 expensive A: S3 is cheap for static content. ECS with Fargate is easiest implantation. Managed RDS is very low op overhead
upvoted 4 times
...
wsdasdasdqwdaw
11 months, 4 weeks ago
Why not B ?
upvoted 1 times
wsdasdasdqwdaw
11 months, 4 weeks ago
Aaa I got it. With CF we are adding additional cost => A.
upvoted 1 times
cyber_bedouin
10 months, 1 week ago
A is better because ECS Fargate = "containerized application"
upvoted 1 times
...
...
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: A
Use Amazon S3 to host static content. Use Amazon Elastic Container Service (Amazon ECS) with AWS Fargate for compute power. Use a managed Amazon RDS cluster for the database.
upvoted 2 times
...
jaydesai8
1 year, 3 months ago
Selected Answer: A
S3= hosting static contents Ecs = Little cheaper than EKS RDS = Database
upvoted 3 times
...
TariqKipkemei
1 year, 3 months ago
Selected Answer: A
Use Amazon S3 to host static content. Use Amazon Elastic Container Service (Amazon ECS) with AWS Fargate for compute power. Use a managed Amazon RDS cluster for the database
upvoted 2 times
...
cloudenthusiast
1 year, 5 months ago
Selected Answer: A
Amazon S3 is a highly scalable and cost-effective storage service that can be used to host static website content. It provides durability, high availability, and low latency access to the static files. Amazon ECS with AWS Fargate eliminates the need to manage the underlying infrastructure. It allows you to run containerized applications without provisioning or managing EC2 instances. This reduces operational overhead and provides scalability. By using a managed Amazon RDS cluster for the database, you can offload the management tasks such as backups, patching, and monitoring to AWS. This reduces the operational burden and ensures high availability and durability of the database.
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 ...