A company is planning to migrate two separate workloads to AWS. The first workload is a legacy enterprise application that requires specific operating system kernel modifications. The second workload is a containerized microservice API that needs to run on a serverless infrastructure without the overhead of provisioning or managing virtual machines. Which two AWS compute services should the company select to host these workloads? (Select two.)
- Amazon Elastic Compute Cloud (Amazon EC2)Answer
- AWS FargateAnswer
- CAWS Lambda
- DAmazon Lightsail
Answer
Amazon Elastic Compute Cloud (Amazon EC2) and AWS Fargate
Amazon Elastic Compute Cloud (Amazon EC2) is correct because it provides virtual machines with full administrative (root) control, enabling the operating system kernel modifications required by the legacy workload. AWS Fargate is correct because it is a serverless compute engine that allows containerized applications to run without the user needing to provision or manage the underlying virtual servers.
Step-by-Step Solution
Key Concept
Selecting appropriate AWS compute services based on OS control and server management requirements
Estimated Time:1m 30s