A database administrator notices that an Amazon RDS for MySQL instance is using 100% of its allocated storage. Which action should be taken first to prevent the instance from becoming inaccessible?
Correct. Increasing storage is a direct and safe way to prevent the instance from becoming inaccessible.
Why this answer
When an Amazon RDS for MySQL instance reaches 100% storage utilization, the most immediate action to prevent it from becoming inaccessible is to modify the DB instance to increase allocated storage. This adds storage capacity and allows normal operations to continue. Option B (snapshot and archive to S3) does not free up storage on the instance.
Option C (deleting old binary logs) can free space but is not guaranteed to free enough and may not be a long-term solution; also, binary logs are needed for replication and point-in-time recovery. Option D (reboot) does not resolve the storage shortage.