AWS Certified Developer – Associate — Question 181

A company has a multi-node Windows legacy application that runs on premises. The application uses a network shared folder as a centralized configuration repository to store configuration files in .xml format. The company is migrating the application to Amazon EC2 instances. As part of the migration to AWS, a developer must identify a solution that provides high availability for the repository.

Which solution will meet this requirement MOST cost-effectively?

Answer options

Correct answer: C

Explanation

Option C is the most cost-effective solution as Amazon S3 provides high availability and durability for the configuration files without the overhead of managing a file system. The other options involve either additional complexity or costs associated with EBS volumes or instance store volumes that do not provide the same level of availability.