A startup wants to launch two new workloads on AWS: a containerized application where they do not want to manage or patch any underlying servers, and an event-driven task that runs code only when new images are uploaded to an Amazon S3 bucket.
Which two AWS compute services should the startup choose to meet these needs? (Select two.)
- AWS FargateAnswer
- AWS LambdaAnswer
- CAmazon EC2
- DAmazon Lightsail
- EAmazon EBS
Answer
AWS Fargate and AWS Lambda are the correct compute services to meet the startup's requirements.
AWS Fargate allows you to run containerized applications without managing the underlying virtual machines or patching operating systems. AWS Lambda is an event-driven, serverless compute service that runs code in response to triggers like Amazon S3 uploads without provisioning any servers.
Step-by-Step Solution
Key Concept
Selecting appropriate AWS compute services based on requirements such as serverless, containerization, and event-driven architectures.
Estimated Time:1m 0s