Question #1433
A company needs to deploy an Amazon EKS cluster but must maintain the infrastructure on-premises to comply with regulatory requirements. Which AWS service should the company use to meet this need?
Dedicated Hosts
AWS Storage Gateway
AWS Fargate
AWS Outposts
Explanation
The correct answer is D. AWS Outposts. AWS Outposts extends AWS infrastructure and services to on-premises environments, allowing the company to run Amazon EKS clusters locally while maintaining full control over the infrastructure. This meets the regulatory requirement of keeping infrastructure on-premises.
Why other options are incorrect:
- A. Dedicated Hosts: Provides physical servers within AWS data centers, not on-premises.
- B. AWS Storage Gateway: Connects on-premises storage to AWS cloud storage but does not support EKS deployments.
- C. AWS Fargate: A serverless compute engine for containers, but it runs exclusively in AWS's cloud environment.
Key Points:
- AWS Outposts is designed for hybrid cloud scenarios requiring on-premises AWS services.
- EKS on Outposts provides Kubernetes management with AWS-native tooling in a local environment.
- Regulatory compliance often mandates data/residency controls, which Outposts addresses by keeping infrastructure on-premises.
Answer
The correct answer is: D