A digital marketing agency needs to deploy two new workloads on AWS:
1. A simple promotional website that requires a pre-configured web server, database, and domain management, all under a predictable monthly pricing plan.
2. A short-lived, event-driven microservice that runs code in response to user contact form submissions, executing for less than five seconds.
Which TWO AWS compute services should the agency select to host these workloads? (Select TWO.)
- Amazon LightsailAnswer
- AWS LambdaAnswer
- CAmazon EC2
- DAWS Fargate
- EAWS Elastic Beanstalk
Answer
Amazon Lightsail and AWS Lambda
Amazon Lightsail is the best choice for the first workload because it provides pre-configured templates for popular web applications and databases with a simple, predictable monthly pricing plan. AWS Lambda is the ideal fit for the second workload because it is a serverless service that executes code on demand for short-lived events, scaling automatically without needing server management.
Step-by-Step Solution
Key Concept
Selecting appropriate AWS compute services based on workload characteristics such as administrative effort, event-driven nature, and cost predictability.
Estimated Time:1m 30s