Topic 1 Question 81
2 つ選択A company is building an electronic document management system in which users upload their documents. The application stack is entirely serverless and runs on AWS in the eu-central-1 Region. The system includes a web application that uses an Amazon CloudFront distribution for delivery with Amazon S3 as the origin. The web application communicates with Amazon API Gateway Regional endpoints. The API Gateway APIs call AWS Lambda functions that store metadata in an Amazon Aurora Serverless database and put the documents into an S3 bucket. The company is growing steadily and has completed a proof of concept with its largest customer. The company must improve latency outside of Europe.
Which combination of actions will meet these requirements?
Enable S3 Transfer Acceleration on the S3 bucket. Ensure that the web application uses the Transfer Acceleration signed URLs.
Create an accelerator in AWS Global Accelerator. Attach the accelerator to the CloudFront distribution.
Change the API Gateway Regional endpoints to edge-optimized endpoints.
Provision the entire stack in two other locations that are spread across the world. Use global databases on the Aurora Serverless cluster.
Add an Amazon RDS proxy between the Lambda functions and the Aurora Serverless database.
ユーザの投票
コメント(13)
- 正解だと思う選択肢: AC
A and C are correct answers. A. Enable S3 Transfer Acceleration on the S3 bucket and ensure that the web application uses the Transfer Acceleration signed URLs will accelerate the uploads of documents to S3 bucket, this will help to reduce the latency for users outside of Europe. C. Change the API Gateway Regional endpoints to edge-optimized endpoints will help the company to improve the latency by caching the responses of the API Gateway closer to the users.
👍 7masetromain2023/01/14 - 正解だと思う選択肢: AC
well explained by masetromain :)
👍 3zozza20232023/01/30 - 正解だと思う選択肢: BD
Thinking better bout the ones that in combintion would help best, I finally vote B and D.
👍 3Musk2023/01/31
シャッフルモード