Easy1 markMultiple Choice
AWS SAA-C03 · Question 17 · Domain 1.3: Data Security
A company wants to ensure that all new Amazon Elastic Block Store (EBS) volumes created in their AWS account are encrypted by default. <br/><br/>How can a solutions architect achieve this with the LEAST operational overhead?
A company wants to ensure that all new Amazon Elastic Block Store (EBS) volumes created in their AWS account are encrypted by default. <br/><br/>How can a solutions architect achieve this with the LEAST operational overhead?
Answer options:
A.
Create an IAM policy that denies the ec2:CreateVolume action if the Encrypted flag is false.
B.
Enable the 'EBS Encryption by Default' feature in the EC2 console for the AWS Region.
C.
Use AWS Config to automatically remediate unencrypted volumes.
D.
Write an AWS Lambda function triggered by CloudTrail to encrypt volumes after creation.
How to approach this question
Look for native, account-level settings that enforce encryption automatically.
Full Answer
B.Enable the 'EBS Encryption by Default' feature in the EC2 console for the AWS Region.✓ Correct
Enable the 'EBS Encryption by Default' feature in the EC2 console for the AWS Region.
You can configure your AWS account to enforce the encryption of the new EBS volumes and snapshot copies that you create. This is a regional setting and requires zero ongoing maintenance.
Common mistakes
Choosing IAM policies or AWS Config, which are more complex to manage.
Practice the full AWS SAA-C03 Practice Exam 6
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert