AWS Certified Solutions Architect – Professional — Question 141

A company wants to host its website on AWS using serverless architecture design patterns for global customers. The company has outlined its requirements as follow:
✑ The website should be responsive.
✑ The website should offer minimal latency.
✑ The website should be highly available.
✑ Users should be able to authenticate through social identity providers such as Google, Facebook, and Amazon.
✑ There should be baseline DDoS protections for spikes in traffic.
How can the design requirements be met?

Answer options

Correct answer: C

Explanation

Option C is correct because it uses Amazon CloudFront and Amazon S3, which provide a responsive, low-latency solution for serving static content globally. It also incorporates Amazon Cognito for user authentication and AWS Lambda with API Gateway to build a serverless API, satisfying all requirements. The other options either do not leverage serverless architecture effectively or do not meet the high availability and low latency criteria as efficiently as option C.