Skip to content

Instantly share code, notes, and snippets.

@dkavanagh
Created May 22, 2013 13:03
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 dkavanagh/5627387 to your computer and use it in GitHub Desktop.
Save dkavanagh/5627387 to your computer and use it in GitHub Desktop.
make all images public (ec2, eucalyptus)
for i in `euca-describe-images | awk '{ print $2; }'`
do
echo $i
euca-modify-image-attribute -l -a all $i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment