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

A company runs applications on Windows and Linux Amazon EC2 instances. The instances run across multiple Availability Zones in an AWS Region. The company uses Auto Scaling groups for each application.

The company needs a durable storage solution for the instances. The solution must use SMB for Windows and must use NFS for Linux. The solution must also have sub-millisecond latencies. All instances will read and write the data.

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

Answer options

Correct answer: B, D, E

Explanation

The correct answer is B, D, E because Amazon FSx for NetApp ONTAP provides both SMB and NFS access, making it suitable for the requirements. Updating the user data in the launch template and performing an instance refresh ensures that all instances can access the newly created file system. The other options either do not provide the required protocols or do not properly integrate with Auto Scaling.