Skip to content

Instantly share code, notes, and snippets.

@darylteo
Created December 4, 2018 06:26
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 darylteo/87dfdf5cabd2436494d9abecbc8686f6 to your computer and use it in GitHub Desktop.
Save darylteo/87dfdf5cabd2436494d9abecbc8686f6 to your computer and use it in GitHub Desktop.
Updating EC2 groups from Bitbucket IP Address Ranges
temp = "copy json here";
for(i = 0; i < temp.items.length; i++) { $$('input[name="source"]')[i].value = temp.items[i].cidr; $$('input[name="portRange"]')[i].value = 5000; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment