
Ultimate access to all questions.
An EC2-based containerized application requires secure, near real-time encryption and decryption of certificates for communication with other business applications. Identify the solution with minimal operational overhead that also ensures encrypted data is stored in a highly available format.
A
Utilize AWS Secrets Manager for certificate encryption, with manual updates and IAM for access control.
B
Implement an AWS Lambda function with Python cryptography for encryption, stored in Amazon S3.
C
Use AWS KMS for encryption with EC2 role permissions, storing encrypted data in Amazon S3.
D
Employ AWS KMS for encryption with EC2 role permissions, storing encrypted data on Amazon EBS volumes.