AWS Certified SysOps Administrator – Associate (legacy) — Question 168

You have been asked to automate many routine systems administrator backup and recovery activities. Your current plan is to leverage AWS-managed solutions as much as possible and automate the rest with the AWS CLI and scripts.
Which task would be best accomplished with a script?

Answer options

Correct answer: A

Explanation

Creating daily EBS snapshots with a monthly rotation of snapshots can be effectively automated using scripts, as it involves repetitive tasks that can be easily scheduled. The other options, while they can also be automated, generally rely more on AWS services directly and may not require the same level of scripting for routine snapshot management.