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 CU and scripts.
Which task would be best accomplished with a script?
A.
Creating daily EBS snapshots with a monthly rotation of snapshots
B.
Creating daily ROS snapshots with a monthly rotation of snapshots
C.
Automatically detect and stop unused or underutilized EC2 instances
D.
Automatically add Auto Scaled EC2 instances to an Amazon Elastic Load Balancer
A
A :- you can automate it with the help of python and
a
“A” can be achieved with CW events
http://docs.aws.amazon.com/AmazonCloudWatch/latest/events/TakeScheduledSnapshot.html
I think answer is “C”
Answer is A to pass ceritification
A
C is easily done w/ Autoscaling CPU thresholds to scale down group.
Ans: A (B is taken care by RDS and C/D is by Autoscaling)