Which step should the Administrator complete to use the increased storage capacity?
Restart the EC2 instance.
Extend the volume’s file system.
Detach the EBS volume, resize it, and attach it.
Take an EBS snapshot and restore it to the bigger volume.
Explanations:
Restarting the EC2 instance is not required to reflect the increased storage capacity. The file system needs to be extended to use the additional space.
After increasing the size of the EBS volume, the file system needs to be extended to utilize the additional storage capacity. This can be done using commands likeresize2fsfor Linux ordiskpartfor Windows.
Detaching, resizing, and reattaching the volume is unnecessary. Modifying the volume size does not require detaching. The file system can be extended while the volume is still attached.
Taking a snapshot and restoring it to a bigger volume is not needed to use the increased storage capacity. Extending the file system on the existing volume is the correct approach.