Topic 1 Question 183
A company is building a new dynamic ordering website. The company wants to minimize server maintenance and patching. The website must be highly available and must scale read and write capacity as quickly as possible to meet changes in user demand.
Which solution will meet these requirements?
Host static content in Amazon S3. Host dynamic content by using Amazon API Gateway and AWS Lambda. Use Amazon DynamoDB with on-demand capacity for the database. Configure Amazon CloudFront to deliver the website content.
Host static content in Amazon S3. Host dynamic content by using Amazon API Gateway and AWS Lambda. Use Amazon Aurora with Aurora Auto Scaling for the database. Configure Amazon CloudFront to deliver the website content.
Host all the website content on Amazon EC2 instances. Create an Auto Scaling group to scale the EC2 instances. Use an Application Load Balancer to distribute traffic. Use Amazon DynamoDB with provisioned write capacity for the database.
Host all the website content on Amazon EC2 instances. Create an Auto Scaling group to scale the EC2 instances. Use an Application Load Balancer to distribute traffic. Use Amazon Aurora with Aurora Auto Scaling for the database.
ユーザの投票
コメント(17)
- 正解だと思う選択肢: A
A - is correct, because Dynamodb on-demand scales write and read capacity B - Aurora auto scaling scales only read replicas
👍 26romko2022/11/23 please is this dump enough to pass the exam?
👍 9Manlikeleke2022/11/20- 正解だと思う選択肢: A
Agree with A, DynamoDB is perfect for storing ordering data (key-values)
👍 5sdasdawa2022/11/16
シャッフルモード