
AWS Certified Developer - Associate
Get started today
Ultimate access to all questions.
A company is operating a workload that necessitates 14,000 consistent IOPS for its data, which must be durable and secure. According to the company's compliance standards, the data must be secure throughout its entire lifecycle on all of the EBS volumes they utilize.
Which of the following statements accurately describe data security on EBS?
A company is operating a workload that necessitates 14,000 consistent IOPS for its data, which must be durable and secure. According to the company's compliance standards, the data must be secure throughout its entire lifecycle on all of the EBS volumes they utilize.
Which of the following statements accurately describe data security on EBS?
Explanation:
Amazon EBS works with AWS KMS to encrypt and decrypt your EBS volume. You can encrypt both the boot and data volumes of an EC2 instance. When you create an encrypted EBS volume and attach it to a supported instance type, the following types of data are encrypted:
Data at rest inside the volume
All data moving between the volume and the instance
All snapshots created from the volume
All volumes created from those snapshots
EBS volumes support both in-flight encryption and encryption at rest using KMS - This is a correct statement. Encryption operations occur on the servers that host EC2 instances, ensuring the security of both data-at-rest and data-in-transit between an instance and its attached EBS storage.
Incorrect options:
EBS volumes support in-flight encryption but do not support encryption at rest - This is an incorrect statement. As discussed above, all data moving between the volume and the instance is encrypted.
EBS volumes do not support in-flight encryption but do support encryption at rest using KMS - This is an incorrect statement. As discussed above, data at rest is also encrypted.
EBS volumes don't support any encryption - This is an incorrect statement. Amazon EBS encryption offers a straight-forward encryption solution for your EBS resources associated with your EC2 instances. With Amazon EBS encryption, you aren't required to build, maintain, and secure your own key management infrastructure.