Skip to content

Instantly share code, notes, and snippets.

@gyant
Created January 15, 2019 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyant/34b2abd70b9510f91124a5fdf33e315d to your computer and use it in GitHub Desktop.
Save gyant/34b2abd70b9510f91124a5fdf33e315d to your computer and use it in GitHub Desktop.
Delete All EC2 Placement Groups
aws ec2 describe-placement-groups | jq -r '.PlacementGroups[] | .GroupName' | xargs -I {} aws ec2 delete-placement-group --group-name {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment