
Answer-first summary for fast verification
Answer: Implement an API Gateway with a Lambda function linked to Amazon SES for email processing.
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.
Author: LeetQuiz Editorial Team
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?
A
Utilize Amazon ECS for hosting a dynamic form page and integrate Amazon SES for email connectivity.
B
Implement an API Gateway with a Lambda function linked to Amazon SES for email processing.
C
Deploy Amazon Lightsail to convert the site to dynamic, build a client-side contact form, and use Amazon WorkMail for integration.
D
Launch a t2.micro EC2 instance, set up a LAMP stack, create a client-side form, and integrate with Amazon WorkMail.
No comments yet.