AWS Certified Data Engineer – Associate (DEA-C01) — Question 28

A company is developing an application that runs on Amazon EC2 instances. Currently, the data that the application generates is temporary. However, the company needs to persist the data, even if the EC2 instances are terminated.
A data engineer must launch new EC2 instances from an Amazon Machine Image (AMI) and configure the instances to preserve the data.
Which solution will meet this requirement?

Answer options

Correct answer: C

Explanation

The correct answer is C because it involves launching EC2 instances with an AMI that includes an EC2 instance store for temporary storage and an attached Amazon EBS volume for persistent storage. Answers A and D do not provide a persistent solution for the application data, as instance store volumes do not retain data after termination. Answer B lacks the use of an additional EBS volume for data persistence during instance termination.