Skip to content

Instantly share code, notes, and snippets.

@bashtoni
Created January 9, 2018 14:48
Show Gist options
  • Save bashtoni/a3100fd0e8f8c716694516e267a10b3d to your computer and use it in GitHub Desktop.
Save bashtoni/a3100fd0e8f8c716694516e267a10b3d to your computer and use it in GitHub Desktop.
List all instances not in an autoscaling group
aws ec2 describe-instances --filter --query 'Reservations[].Instances[?!not_null(Tags[?Key == `aws:autoscaling:groupName`].Value)] | [].[InstanceId]' --output text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment