
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company uses Amazon Elastic Kubernetes Service (Amazon EKS) to run a container application. The EKS cluster stores sensitive information in the Kubernetes secrets object. The company wants to ensure that the information is encrypted. Which solution will meet these requirements with the LEAST operational overhead?
A
Use the container application to encrypt the information by using AWS Key Management Service (AWS KMS).
B
Enable secrets encryption in the EKS cluster by using AWS Key Management Service (AWS KMS).
C
Implement an AWS Lambda function to encrypt the information by using AWS Key Management Service (AWS KMS).
D
Use AWS Systems Manager Parameter Store to encrypt the information by using AWS Key Management Service (AWS KMS).
Explanation:
Correct Answer: B - Enable secrets encryption in the EKS cluster by using AWS Key Management Service (AWS KMS).
Native EKS Feature: Amazon EKS provides native support for encrypting Kubernetes secrets using AWS KMS. This is a built-in feature that requires minimal operational overhead.
Automatic Encryption: When you enable secrets encryption in EKS, all Kubernetes secrets stored in etcd are automatically encrypted at rest using the specified KMS key.
Least Operational Overhead: This solution requires only configuration changes during cluster creation or update, without needing to modify applications, write custom code, or manage additional services.
A. Use the container application to encrypt the information by using AWS Key Management Service (AWS KMS).
C. Implement an AWS Lambda function to encrypt the information by using AWS Key Management Service (AWS KMS).
D. Use AWS Systems Manager Parameter Store to encrypt the information by using AWS Key Management Service (AWS KMS).
This solution aligns with AWS best practices for securing sensitive data in EKS clusters while minimizing operational complexity.