AWS SSM Maintenance window shortcuts


To list all enabled maintance windows
  • aws ssm describe-maintenance-windows --filters "Key=Enabled,Values=true" --region <region name> 

To disable a maintenance window

  • aws ssm update-maintenance-window   --window-id <"window-id">    --no-enabled --region <region name>

To enable a maintenance window

  • aws ssm update-maintenance-window --window-id <"window-id"> --enabled --region <region name>

Comments

Popular posts from this blog

Logical volume vmxxxx_img is used by another device - Error on LVM removal

Open VZ cheat Sheet

Cheat sheet for Hardware RAID health check - Megaraid, Adaptec, 3wareraid and HPraid.