A financial institution is planning to migrate a legacy data processing application to AWS. The company's compliance policy mandates that the internal operations team must maintain complete administrative control over the guest operating system, including the ability to install custom kernel modules and manage OS-level patches. Which AWS compute service should the company select to meet these requirements?
- Amazon Elastic Compute Cloud (Amazon EC2)Answer
- BAWS Fargate
- CAWS Lambda
- DAWS Elastic Beanstalk
Answer
Amazon Elastic Compute Cloud (Amazon EC2)
Amazon Elastic Compute Cloud (Amazon EC2) operates as an Infrastructure as a Service (IaaS) model. This design grants the customer full root-level administrative access to the guest operating system. Consequently, the operations team has the necessary permissions to configure the OS, install proprietary kernel-level drivers, and manage updates, fulfilling the compliance requirements.
Step-by-Step Solution
Key Concept
The customer's administrative control and patching responsibilities under the AWS Shared Responsibility Model vary across IaaS, PaaS, and serverless compute offerings.
Estimated Time:1m 30s