~philroche/ubuntu-on-ec2/ec2-publishing-scripts-kernel-panic-revert

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
_regions=(us-west-1
         us-west-2
         us-east-1
         eu-west-1
         ap-southeast-1
         ap-northeast-1
         sa-east-1
         ap-southeast-2
         eu-central-1)

for r in ${EC2_ALL_REGIONS:-${_regions[@]}}; do
   echo $r
done