Skip to content

Instantly share code, notes, and snippets.

@slitayem
Last active May 4, 2018 13:54
Show Gist options
  • Save slitayem/f68a026e314be062b07c35e43193733f to your computer and use it in GitHub Desktop.
Save slitayem/f68a026e314be062b07c35e43193733f to your computer and use it in GitHub Desktop.
AWS cli snippets

Get the latest revision of MyTaskDefinition

aws ecs list-task-definitions --family-prefix MyTaskDefinition | jq --raw-output .taskDefinitionArns[0][-1:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment