AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 221

A company deploys an application on on-premises devices in the company’s on-premises data center. The company uses an AWS Direct Connect connection between the data center and the company's AWS account. During initial setup of the on-premises devices and during application updates, the application needs to retrieve configuration files from an Amazon Elastic File System (Amazon EFS) file system.

All traffic from the on-premises devices to Amazon EFS must remain private and encrypted. The on-premises devices must follow the principle of least privilege for AWS access. The company's DevOps team needs the ability to revoke access from a single device without affecting the access of the other devices.

Which combination of steps will meet these requirements? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct because it uses AWS Private Certificate Authority and IAM Roles Anywhere to securely manage access and allows for fine-grained control over the permissions of each device, adhering to the principle of least privilege. Option D is also correct as it provides a method to mount the EFS file system securely. Options A and C are incorrect since they do not offer the required granular access control and would make it difficult to revoke access from a single device without affecting others.