
Ultimate access to all questions.
A company is developing a web-based CRM application utilizing EC2 instances with EBS volumes and an ALB, along with an Amazon Aurora DB. The requirement is to ensure data encryption both at rest and in transit. Identify the solution that fulfills these criteria:
A
Implement AWS KMS for data transit encryption and ACM for encrypting EBS and Aurora storage at rest.
B
Log in with the AWS root account, upload encryption certificates, and enable encryption for all data at rest and in transit.
C
Encrypt EBS and Aurora storage at rest with AWS KMS and secure data in transit with an ACM certificate on the ALB.
D
Encrypt data at rest using BitLocker and import TLS keys into AWS KMS for attaching to the ALB for data transit encryption.