質問

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