Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run graffity-monkey in all regions #39

Open
joncolas opened this issue Apr 4, 2017 · 2 comments
Open

How to run graffity-monkey in all regions #39

joncolas opened this issue Apr 4, 2017 · 2 comments

Comments

@joncolas
Copy link

joncolas commented Apr 4, 2017

is it possible to run graffity-monkey in all regions or i have to execute again changing region flag?

Thanks, great tool!

@paulwakeford
Copy link
Contributor

I would just wrap it in a bash script or similar.

@razorsedge
Copy link

#!/bin/bash
for X in $(aws ec2 describe-regions --query 'Regions[].{Name:RegionName}' --output text); do
  echo "*** $X"
  graffiti-monkey --region $X --config graffiti.yaml
done```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants