AWS Certified Security – Specialty (SCS-C02) — Question 274

A company is planning to migrate its applications to AWS in a single AWS Region. The company’s applications will use a combination of Amazon EC2 instances, Elastic Load Balancing (ELB) load balancers, and Amazon S3 buckets. The company wants to complete the migration as quickly as possible. All the applications must meet the following requirements:

• Data must be encrypted at rest.
• Data must be encrypted in transit.
• Endpoints must be monitored for anomalous network traffic.

Which combination of steps should a security engineer take to meet these requirements with the LEAST effort? (Choose three.)

Answer options

Correct answer: B, D, F

Explanation

Amazon GuardDuty (Option B) provides the least-effort solution for monitoring anomalous network traffic by analyzing VPC Flow Logs and DNS logs without requiring agents. To secure data in transit, configuring ACM certificates on the ELB load balancers (Option D) simplifies SSL/TLS termination. For data at rest encryption, utilizing AWS KMS with an S3 bucket policy that checks the 'x-amz-server-side-encryption' header (Option F) ensures all uploaded objects are encrypted, whereas 'x-amz-meta-side-encryption' (Option E) is a non-existent header.