A company wants to deploy a legacy server application on AWS that requires full administrative (root) access to the guest operating system to perform custom software configurations. Which AWS compute service meets this requirement?
- AAWS Lambda
- BAWS Fargate
- Amazon Elastic Compute Cloud (Amazon EC2)Answer
- DAmazon DynamoDB
Answer
Amazon Elastic Compute Cloud (Amazon EC2)
Amazon Elastic Compute Cloud (Amazon EC2) provides resizable virtual servers (instances) in the cloud. As an Infrastructure as a Service (IaaS) offering, it gives the customer full administrative control (root or Administrator access) over the guest operating system, which is required to install custom configurations, drivers, or proprietary software packages.
Step-by-Step Solution
Key Concept
AWS compute services offer different levels of management and control. Amazon EC2 provides full access and administrative control over the virtual server's operating system, whereas serverless compute options like AWS Lambda and AWS Fargate abstract the operating system layer from the user.
Estimated Time:45s