AWS Certified SysOps Administrator – Associate — Question 307

A company has an Amazon EC2 instance that supports a production system. The EC2 instance is backed by an Amazon Elastic Block Store (Amazon EBS) volume. The EBS volume's drive has filled to 100% capacity, which is causing the application on the EC2 instance to experience errors.

Which solution will remediate these errors in the LEAST amount of time?

Answer options

Correct answer: A

Explanation

Modifying the Amazon EBS volume size directly using Elastic Volumes allows for a dynamic increase in capacity without detaching the volume or stopping the EC2 instance. After resizing the volume, running OS-specific commands instantly extends the partition to utilize the new space, minimizing downtime. Other methods involving snapshots, data migration, or instance type changes introduce significant delay and unnecessary complexity.