A company is deploying a new application on Amazon EC2 instances. The application writes data to Amazon Elastic Block Store (Amazon EBS) volumes. The company needs to ensure that all data that is written to the EBS volumes is encrypted at rest. Which solution will meet this requirement?
ACreate an IAM role that specifies EBS encryption. Attach the role to the EC2 instances.
BCreate the EBS volumes as encrypted volumes. Attach the EBS volumes to the EC2 instances.
CCreate an EC2 instance tag that has a key of Encrypt and a value of True. Tag all instances that require encryption at the EBS level.
DCreate an AWS Key Management Service (AWS KMS) key policy that enforces EBS encryption in the account. Ensure that the key policy is active.