A company needs to host a legacy database application on AWS. The application requires administrative (root) access to the underlying operating system and custom kernel configuration changes. Which AWS compute service should the company use to meet these requirements?
- AAWS Lambda
- BAWS Fargate
- Amazon EC2Answer
- DAWS Elastic Beanstalk
Answer
Amazon EC2
Amazon EC2 (Elastic Compute Cloud) provides virtual servers in the cloud where customers have full control over the guest operating system. This allows customers to log in with administrative (root) privileges, install custom software, and perform kernel modifications.
Step-by-Step Solution
Key Concept
AWS Compute Services
Estimated Time:45s