LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Solutions Architect - Associate

AWS Certified Solutions Architect - Associate

Get started today

Ultimate access to all questions.


A company with a static S3-hosted website seeks a cost-effective solution to add a server-side dynamic contact form for minimal traffic (<100 monthly visits). What is the most economical approach?

Exam-Like



Explanation:

The most cost-effective solution for adding a server-side dynamic contact form, considering fewer than 100 site visits per month, is to create an API Gateway endpoint with an AWS Lambda backend that makes a call to Amazon Simple Email Service (Amazon SES). This setup leverages serverless architecture, which means you only pay for the actual usage without the overhead of running and maintaining servers, making it both cost-effective and scalable for low traffic volumes.

Powered ByGPT-5