AWS Certified Solutions Architect – Professional — Question 641

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? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Enabling S3 Transfer Acceleration utilizes AWS Edge Locations to optimize the network path for document uploads, significantly reducing latency for users outside of Europe. Additionally, converting Regional API Gateway endpoints to edge-optimized endpoints routes API traffic through the Amazon CloudFront global network, speeding up API requests from distant regions. Other options like RDS Proxy (E) improve connection pooling but not geographic latency, and deploying the entire stack globally (D) is unnecessarily complex and expensive.