exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 395 discussion

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?

  • A. Modify the EBS volume by adding additional drive space. Log on to the EC2 instance. Use the file system-specific commands to extend the file system.
  • B. Create a snapshot of the existing EBS volume. When the snapshot is complete, create an EBS volume of a larger size from the snapshot in the same Availability Zone as the EC2 instance. Attach the new EBS volume to the EC2 instance. Mount the file system.
  • C. Create a new EBS volume of a larger size in the same Availability Zone as the EC2 instance. Attach the EBS volume to the EC2 instance. Copy the data from the existing EBS volume to the new EBS volume.
  • D. Stop the EC2 instance. Change the EC2 instance to a larger instance size that includes additional drive space. Start the EC2 instance.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
LemonGremlin
Highly Voted 1 year, 3 months ago
Selected Answer: A
Modify the EBS volume by adding additional drive space. Log on to the EC2 instance. Use the file system-specific commands to extend the file system.
upvoted 5 times
...
Student013657
Most Recent 10 months, 3 weeks ago
Selected Answer: A
With Amazon EBS Elastic Volumes, you can increase the volume size without needing to detach the volume or restart the instance. This is the fastest and most efficient solution, as it allows you to expand the volume capacity and extend the file system without any downtime. The steps would be: 1. Log in to the EC2 instance. 2. Use the appropriate file system commands (e.g., `resize2fs` for ext4, `xfs_growfs` for XFS) to extend the file system to utilize the additional space. This is the least disruptive and quickest solution, as it does not require creating a snapshot, provisioning a new volume, or stopping the instance. The Elastic Volumes feature allows you to make the necessary changes to the EBS volume directly, with the changes taking effect immediately.
upvoted 3 times
Albanki
5 months ago
Good explanation Adding to point 2: For Windows you would go to Disk Management and right-click the used portion of your disk and then choosing Extend Volume.
upvoted 1 times
...
...
joshnort
1 year ago
Selected Answer: A
A: Modify the EBS volume by adding additional drive space. Log on to the EC2 instance. Use the file system-specific commands to extend the file system. This allows you to extend the existing EBS volume's capacity directly without having to create new volumes or copy data. It's the quickest because it directly addresses the issue of the filled EBS volume, extending its capacity to resolve the errors without having to create new volumes or copy data. You can resize the EBS volume while it is attached to the running EC2 instance, and then extend the file system within the EC2 instance's operating system. This method does not require downtime for the EC2 instance or data migration. https://docs.aws.amazon.com/ebs/latest/userguide/ebs-modify-volume.html
upvoted 3 times
...
March2023
1 year, 1 month ago
Selected Answer: B
answer is B
upvoted 1 times
Aamee
6 months ago
LEAST amount of time it asks for so read it again..
upvoted 1 times
...
...
WinAndWin
1 year, 3 months ago
Selected Answer: A
after extend disk. it still needs to do some more steps from OS level.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago