Skip to content

Commit

Permalink
Updated Amazon Linux to 2017.09.1.20180115
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Jan 17, 2018
1 parent 476aaf5 commit b61987c
Show file tree
Hide file tree
Showing 13 changed files with 126 additions and 126 deletions.
2 changes: 1 addition & 1 deletion ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ To update the region map execute the following lines in your terminal:

```
$ regions=$(aws ec2 describe-regions --query "Regions[].RegionName" --output text)
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.09.1.20180108-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.09.1.20180115-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```
30 changes: 15 additions & 15 deletions ec2/ec2-auto-recovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,35 +81,35 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-fedb8f91'
AMI: 'ami-531a4c3c'
'eu-west-3':
AMI: 'ami-fe03b483'
AMI: 'ami-8ee056f3'
'eu-west-2':
AMI: 'ami-51809835'
AMI: 'ami-403e2524'
'eu-west-1':
AMI: 'ami-e487179d'
AMI: 'ami-d834aba1'
'ap-northeast-2':
AMI: 'ami-d9b616b7'
AMI: 'ami-863090e8'
'ap-northeast-1':
AMI: 'ami-33c25b55'
AMI: 'ami-ceafcba8'
'sa-east-1':
AMI: 'ami-1226647e'
AMI: 'ami-84175ae8'
'ca-central-1':
AMI: 'ami-61f97c05'
AMI: 'ami-a954d1cd'
'ap-southeast-1':
AMI: 'ami-889cecf4'
AMI: 'ami-68097514'
'ap-southeast-2':
AMI: 'ami-ccab56ae'
AMI: 'ami-942dd1f6'
'eu-central-1':
AMI: 'ami-0fc85a60'
AMI: 'ami-5652ce39'
'us-east-1':
AMI: 'ami-cb9ec1b1'
AMI: 'ami-97785bed'
'us-east-2':
AMI: 'ami-caaf84af'
AMI: 'ami-f63b1193'
'us-west-1':
AMI: 'ami-95eeeef5'
AMI: 'ami-824c4ee2'
'us-west-2':
AMI: 'ami-32cf7b4a'
AMI: 'ami-f2d3638a'
Conditions:
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref IAMUserSSHAccess, 'true']
Expand Down
2 changes: 1 addition & 1 deletion jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ To update the region map execute the following lines in your terminal:

```
$ regions=$(aws ec2 describe-regions --query "Regions[].RegionName" --output text)
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.09.1.20180108-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.09.1.20180115-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```
30 changes: 15 additions & 15 deletions jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,35 +160,35 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-fedb8f91'
AMI: 'ami-531a4c3c'
'eu-west-3':
AMI: 'ami-fe03b483'
AMI: 'ami-8ee056f3'
'eu-west-2':
AMI: 'ami-51809835'
AMI: 'ami-403e2524'
'eu-west-1':
AMI: 'ami-e487179d'
AMI: 'ami-d834aba1'
'ap-northeast-2':
AMI: 'ami-d9b616b7'
AMI: 'ami-863090e8'
'ap-northeast-1':
AMI: 'ami-33c25b55'
AMI: 'ami-ceafcba8'
'sa-east-1':
AMI: 'ami-1226647e'
AMI: 'ami-84175ae8'
'ca-central-1':
AMI: 'ami-61f97c05'
AMI: 'ami-a954d1cd'
'ap-southeast-1':
AMI: 'ami-889cecf4'
AMI: 'ami-68097514'
'ap-southeast-2':
AMI: 'ami-ccab56ae'
AMI: 'ami-942dd1f6'
'eu-central-1':
AMI: 'ami-0fc85a60'
AMI: 'ami-5652ce39'
'us-east-1':
AMI: 'ami-cb9ec1b1'
AMI: 'ami-97785bed'
'us-east-2':
AMI: 'ami-caaf84af'
AMI: 'ami-f63b1193'
'us-west-1':
AMI: 'ami-95eeeef5'
AMI: 'ami-824c4ee2'
'us-west-2':
AMI: 'ami-32cf7b4a'
AMI: 'ami-f2d3638a'
Conditions:
HasZeroAgents: !Equals [!Ref AgentDesiredCapacity, '0']
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
Expand Down
30 changes: 15 additions & 15 deletions jenkins/jenkins2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,35 +101,35 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-fedb8f91'
AMI: 'ami-531a4c3c'
'eu-west-3':
AMI: 'ami-fe03b483'
AMI: 'ami-8ee056f3'
'eu-west-2':
AMI: 'ami-51809835'
AMI: 'ami-403e2524'
'eu-west-1':
AMI: 'ami-e487179d'
AMI: 'ami-d834aba1'
'ap-northeast-2':
AMI: 'ami-d9b616b7'
AMI: 'ami-863090e8'
'ap-northeast-1':
AMI: 'ami-33c25b55'
AMI: 'ami-ceafcba8'
'sa-east-1':
AMI: 'ami-1226647e'
AMI: 'ami-84175ae8'
'ca-central-1':
AMI: 'ami-61f97c05'
AMI: 'ami-a954d1cd'
'ap-southeast-1':
AMI: 'ami-889cecf4'
AMI: 'ami-68097514'
'ap-southeast-2':
AMI: 'ami-ccab56ae'
AMI: 'ami-942dd1f6'
'eu-central-1':
AMI: 'ami-0fc85a60'
AMI: 'ami-5652ce39'
'us-east-1':
AMI: 'ami-cb9ec1b1'
AMI: 'ami-97785bed'
'us-east-2':
AMI: 'ami-caaf84af'
AMI: 'ami-f63b1193'
'us-west-1':
AMI: 'ami-95eeeef5'
AMI: 'ami-824c4ee2'
'us-west-2':
AMI: 'ami-32cf7b4a'
AMI: 'ami-f2d3638a'
Conditions:
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref IAMUserSSHAccess, 'true']
Expand Down
2 changes: 1 addition & 1 deletion security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ To update the region map execute the following lines in your terminal:

```
$ regions=$(aws ec2 describe-regions --query "Regions[].RegionName" --output text)
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.09.1.20180108-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.09.1.20180115-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```
30 changes: 15 additions & 15 deletions security/auth-proxy-ha-github-orga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,35 +91,35 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-fedb8f91'
AMI: 'ami-531a4c3c'
'eu-west-3':
AMI: 'ami-fe03b483'
AMI: 'ami-8ee056f3'
'eu-west-2':
AMI: 'ami-51809835'
AMI: 'ami-403e2524'
'eu-west-1':
AMI: 'ami-e487179d'
AMI: 'ami-d834aba1'
'ap-northeast-2':
AMI: 'ami-d9b616b7'
AMI: 'ami-863090e8'
'ap-northeast-1':
AMI: 'ami-33c25b55'
AMI: 'ami-ceafcba8'
'sa-east-1':
AMI: 'ami-1226647e'
AMI: 'ami-84175ae8'
'ca-central-1':
AMI: 'ami-61f97c05'
AMI: 'ami-a954d1cd'
'ap-southeast-1':
AMI: 'ami-889cecf4'
AMI: 'ami-68097514'
'ap-southeast-2':
AMI: 'ami-ccab56ae'
AMI: 'ami-942dd1f6'
'eu-central-1':
AMI: 'ami-0fc85a60'
AMI: 'ami-5652ce39'
'us-east-1':
AMI: 'ami-cb9ec1b1'
AMI: 'ami-97785bed'
'us-east-2':
AMI: 'ami-caaf84af'
AMI: 'ami-f63b1193'
'us-west-1':
AMI: 'ami-95eeeef5'
AMI: 'ami-824c4ee2'
'us-west-2':
AMI: 'ami-32cf7b4a'
AMI: 'ami-f2d3638a'
Conditions:
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref IAMUserSSHAccess, 'true']
Expand Down
4 changes: 2 additions & 2 deletions vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ $ regions=$(aws ec2 describe-regions --query "Regions[].RegionName" --output tex

#### AMI
```
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.09.1.20180108-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.09.1.20180115-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```

#### NATAMI
```
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-vpc-nat-hvm-2017.09.1.20180108-x86_64-ebs" --query "Images[0].ImageId" --output "text"); printf "'$region':\n NATAMI: '$ami'\n"; done
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-vpc-nat-hvm-2017.09.1.20180115-x86_64-ebs" --query "Images[0].ImageId" --output "text"); printf "'$region':\n NATAMI: '$ami'\n"; done
```
30 changes: 15 additions & 15 deletions vpc/vpc-nat-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,35 +72,35 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
NATAMI: 'ami-ffc49090'
NATAMI: 'ami-c2e9bead'
'eu-west-3':
NATAMI: 'ami-fd03b480'
NATAMI: 'ami-0fe35572'
'eu-west-2':
NATAMI: 'ami-ce8d95aa'
NATAMI: 'ami-87312ae3'
'eu-west-1':
NATAMI: 'ami-4587173c'
NATAMI: 'ami-a136a9d8'
'ap-northeast-2':
NATAMI: 'ami-42b8182c'
NATAMI: 'ami-c52f8fab'
'ap-northeast-1':
NATAMI: 'ami-6bc45d0d'
NATAMI: 'ami-2c593d4a'
'sa-east-1':
NATAMI: 'ami-9e2664f2'
NATAMI: 'ami-be1f52d2'
'ca-central-1':
NATAMI: 'ami-62fc7906'
NATAMI: 'ami-2b4acf4f'
'ap-southeast-1':
NATAMI: 'ami-839cecff'
NATAMI: 'ami-270f735b'
'ap-southeast-2':
NATAMI: 'ami-fda5589f'
NATAMI: 'ami-3d28d45f'
'eu-central-1':
NATAMI: 'ami-96c85af9'
NATAMI: 'ami-5756ca38'
'us-east-1':
NATAMI: 'ami-01623d7b'
NATAMI: 'ami-8d7655f7'
'us-east-2':
NATAMI: 'ami-d4a883b1'
NATAMI: 'ami-fc3b1199'
'us-west-1':
NATAMI: 'ami-4fefef2f'
NATAMI: 'ami-394e4c59'
'us-west-2':
NATAMI: 'ami-d3cc78ab'
NATAMI: 'ami-35d6664d'
Conditions:
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref IAMUserSSHAccess, 'true']
Expand Down
30 changes: 15 additions & 15 deletions vpc/vpc-ssh-bastion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,35 +57,35 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-fedb8f91'
AMI: 'ami-531a4c3c'
'eu-west-3':
AMI: 'ami-fe03b483'
AMI: 'ami-8ee056f3'
'eu-west-2':
AMI: 'ami-51809835'
AMI: 'ami-403e2524'
'eu-west-1':
AMI: 'ami-e487179d'
AMI: 'ami-d834aba1'
'ap-northeast-2':
AMI: 'ami-d9b616b7'
AMI: 'ami-863090e8'
'ap-northeast-1':
AMI: 'ami-33c25b55'
AMI: 'ami-ceafcba8'
'sa-east-1':
AMI: 'ami-1226647e'
AMI: 'ami-84175ae8'
'ca-central-1':
AMI: 'ami-61f97c05'
AMI: 'ami-a954d1cd'
'ap-southeast-1':
AMI: 'ami-889cecf4'
AMI: 'ami-68097514'
'ap-southeast-2':
AMI: 'ami-ccab56ae'
AMI: 'ami-942dd1f6'
'eu-central-1':
AMI: 'ami-0fc85a60'
AMI: 'ami-5652ce39'
'us-east-1':
AMI: 'ami-cb9ec1b1'
AMI: 'ami-97785bed'
'us-east-2':
AMI: 'ami-caaf84af'
AMI: 'ami-f63b1193'
'us-west-1':
AMI: 'ami-95eeeef5'
AMI: 'ami-824c4ee2'
'us-west-2':
AMI: 'ami-32cf7b4a'
AMI: 'ami-f2d3638a'
Conditions:
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref IAMUserSSHAccess, 'true']
Expand Down
2 changes: 1 addition & 1 deletion wordpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To update the region map execute the following lines in your terminal:

```
$ regions=$(aws ec2 describe-regions --query "Regions[].RegionName" --output text)
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.09.1.20180108-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2017.09.1.20180115-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```

### Load Test
Expand Down
30 changes: 15 additions & 15 deletions wordpress/wordpress-ha-aurora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,35 +123,35 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-fedb8f91'
AMI: 'ami-531a4c3c'
'eu-west-3':
AMI: 'ami-fe03b483'
AMI: 'ami-8ee056f3'
'eu-west-2':
AMI: 'ami-51809835'
AMI: 'ami-403e2524'
'eu-west-1':
AMI: 'ami-e487179d'
AMI: 'ami-d834aba1'
'ap-northeast-2':
AMI: 'ami-d9b616b7'
AMI: 'ami-863090e8'
'ap-northeast-1':
AMI: 'ami-33c25b55'
AMI: 'ami-ceafcba8'
'sa-east-1':
AMI: 'ami-1226647e'
AMI: 'ami-84175ae8'
'ca-central-1':
AMI: 'ami-61f97c05'
AMI: 'ami-a954d1cd'
'ap-southeast-1':
AMI: 'ami-889cecf4'
AMI: 'ami-68097514'
'ap-southeast-2':
AMI: 'ami-ccab56ae'
AMI: 'ami-942dd1f6'
'eu-central-1':
AMI: 'ami-0fc85a60'
AMI: 'ami-5652ce39'
'us-east-1':
AMI: 'ami-cb9ec1b1'
AMI: 'ami-97785bed'
'us-east-2':
AMI: 'ami-caaf84af'
AMI: 'ami-f63b1193'
'us-west-1':
AMI: 'ami-95eeeef5'
AMI: 'ami-824c4ee2'
'us-west-2':
AMI: 'ami-32cf7b4a'
AMI: 'ami-f2d3638a'
Conditions:
HasKeyName: !Not [!Equals [!Ref WebServerKeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref WebServerIAMUserSSHAccess, 'true']
Expand Down
Loading

0 comments on commit b61987c

Please sign in to comment.