Skip to content

Commit f27c78f

Browse files
committedNov 28, 2016
Add us-east-2 region to AMI creation script
1 parent 5f79536 commit f27c78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nixos/maintainers/scripts/ec2/create-amis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rm -f ec2-amis.nix
1515

1616
types="hvm pv"
1717
stores="ebs s3"
18-
regions="eu-west-1 eu-central-1 us-east-1 us-west-1 us-west-2 ap-southeast-1 ap-southeast-2 ap-northeast-1 ap-northeast-2 sa-east-1 ap-south-1"
18+
regions="eu-west-1 eu-central-1 us-east-1 us-east-2 us-west-1 us-west-2 ap-southeast-1 ap-southeast-2 ap-northeast-1 ap-northeast-2 sa-east-1 ap-south-1"
1919

2020
for type in $types; do
2121
link=$stateDir/$type

0 commit comments

Comments
 (0)
Please sign in to comment.