문제

I am going to setup auto scaling on my AWS EC2 instance. After setup if I want to update auto scaling alarms, which is the best practice to do that? What are the steps should I be following?

I know that I can delete the alarms and recreate them using CloudWatch CLI. But do I need to make changes to auto scaling group while I am doing that? Or just deleting and re creating the alarms will do the trick?

도움이 되었습니까?

해결책

Figured it out. I created alarms in order auto scaling group>policy>alarm. So I can delete and recreate alarms independently. To delete policy i have to delete alarm using that policy.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top