Skip to content

Instantly share code, notes, and snippets.

@mr337
Created June 27, 2022 20:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Delete IoT Deployments Revisions
for i in {1..40}; do aws greengrassv2 list-deployments | jq '.deployments[] | select(.targetArn == "DEPLOYMENT_ARN") | .deploymentId' | xargs -I {} aws greengrassv2 delete-deployment --deployment-id {}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment