Skip to content

Commit

Permalink
Updated Amazon Linux to 2017.09.1.20180108
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Jan 9, 2018
1 parent 99d32db commit dd5de61
Show file tree
Hide file tree
Showing 13 changed files with 130 additions and 129 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.20180103-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.20180108-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-4c045023'
AMI: 'ami-fedb8f91'
'eu-west-3':
AMI: 'ami-8715a2fa'
AMI: 'ami-fe03b483'
'eu-west-2':
AMI: 'ami-63243c07'
AMI: 'ami-51809835'
'eu-west-1':
AMI: 'ami-075eca7e'
AMI: 'ami-e487179d'
'ap-northeast-2':
AMI: 'ami-7bef4f15'
AMI: 'ami-d9b616b7'
'ap-northeast-1':
AMI: 'ami-19910c7f'
AMI: 'ami-33c25b55'
'sa-east-1':
AMI: 'ami-9582c1f9'
AMI: 'ami-1226647e'
'ca-central-1':
AMI: 'ami-e5cc4981'
AMI: 'ami-61f97c05'
'ap-southeast-1':
AMI: 'ami-1c99ee60'
AMI: 'ami-889cecf4'
'ap-southeast-2':
AMI: 'ami-33996b51'
AMI: 'ami-ccab56ae'
'eu-central-1':
AMI: 'ami-06a83869'
AMI: 'ami-0fc85a60'
'us-east-1':
AMI: 'ami-5583d42f'
AMI: 'ami-cb9ec1b1'
'us-east-2':
AMI: 'ami-e81b308d'
AMI: 'ami-caaf84af'
'us-west-1':
AMI: 'ami-2f99984f'
AMI: 'ami-95eeeef5'
'us-west-2':
AMI: 'ami-a142e9d9'
AMI: 'ami-32cf7b4a'
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.20180103-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.20180108-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-4c045023'
AMI: 'ami-fedb8f91'
'eu-west-3':
AMI: 'ami-8715a2fa'
AMI: 'ami-fe03b483'
'eu-west-2':
AMI: 'ami-63243c07'
AMI: 'ami-51809835'
'eu-west-1':
AMI: 'ami-075eca7e'
AMI: 'ami-e487179d'
'ap-northeast-2':
AMI: 'ami-7bef4f15'
AMI: 'ami-d9b616b7'
'ap-northeast-1':
AMI: 'ami-19910c7f'
AMI: 'ami-33c25b55'
'sa-east-1':
AMI: 'ami-9582c1f9'
AMI: 'ami-1226647e'
'ca-central-1':
AMI: 'ami-e5cc4981'
AMI: 'ami-61f97c05'
'ap-southeast-1':
AMI: 'ami-1c99ee60'
AMI: 'ami-889cecf4'
'ap-southeast-2':
AMI: 'ami-33996b51'
AMI: 'ami-ccab56ae'
'eu-central-1':
AMI: 'ami-06a83869'
AMI: 'ami-0fc85a60'
'us-east-1':
AMI: 'ami-5583d42f'
AMI: 'ami-cb9ec1b1'
'us-east-2':
AMI: 'ami-e81b308d'
AMI: 'ami-caaf84af'
'us-west-1':
AMI: 'ami-2f99984f'
AMI: 'ami-95eeeef5'
'us-west-2':
AMI: 'ami-a142e9d9'
AMI: 'ami-32cf7b4a'
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-4c045023'
AMI: 'ami-fedb8f91'
'eu-west-3':
AMI: 'ami-8715a2fa'
AMI: 'ami-fe03b483'
'eu-west-2':
AMI: 'ami-63243c07'
AMI: 'ami-51809835'
'eu-west-1':
AMI: 'ami-075eca7e'
AMI: 'ami-e487179d'
'ap-northeast-2':
AMI: 'ami-7bef4f15'
AMI: 'ami-d9b616b7'
'ap-northeast-1':
AMI: 'ami-19910c7f'
AMI: 'ami-33c25b55'
'sa-east-1':
AMI: 'ami-9582c1f9'
AMI: 'ami-1226647e'
'ca-central-1':
AMI: 'ami-e5cc4981'
AMI: 'ami-61f97c05'
'ap-southeast-1':
AMI: 'ami-1c99ee60'
AMI: 'ami-889cecf4'
'ap-southeast-2':
AMI: 'ami-33996b51'
AMI: 'ami-ccab56ae'
'eu-central-1':
AMI: 'ami-06a83869'
AMI: 'ami-0fc85a60'
'us-east-1':
AMI: 'ami-5583d42f'
AMI: 'ami-cb9ec1b1'
'us-east-2':
AMI: 'ami-e81b308d'
AMI: 'ami-caaf84af'
'us-west-1':
AMI: 'ami-2f99984f'
AMI: 'ami-95eeeef5'
'us-west-2':
AMI: 'ami-a142e9d9'
AMI: 'ami-32cf7b4a'
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.20180103-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.20180108-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-4c045023'
AMI: 'ami-fedb8f91'
'eu-west-3':
AMI: 'ami-8715a2fa'
AMI: 'ami-fe03b483'
'eu-west-2':
AMI: 'ami-63243c07'
AMI: 'ami-51809835'
'eu-west-1':
AMI: 'ami-075eca7e'
AMI: 'ami-e487179d'
'ap-northeast-2':
AMI: 'ami-7bef4f15'
AMI: 'ami-d9b616b7'
'ap-northeast-1':
AMI: 'ami-19910c7f'
AMI: 'ami-33c25b55'
'sa-east-1':
AMI: 'ami-9582c1f9'
AMI: 'ami-1226647e'
'ca-central-1':
AMI: 'ami-e5cc4981'
AMI: 'ami-61f97c05'
'ap-southeast-1':
AMI: 'ami-1c99ee60'
AMI: 'ami-889cecf4'
'ap-southeast-2':
AMI: 'ami-33996b51'
AMI: 'ami-ccab56ae'
'eu-central-1':
AMI: 'ami-06a83869'
AMI: 'ami-0fc85a60'
'us-east-1':
AMI: 'ami-5583d42f'
AMI: 'ami-cb9ec1b1'
'us-east-2':
AMI: 'ami-e81b308d'
AMI: 'ami-caaf84af'
'us-west-1':
AMI: 'ami-2f99984f'
AMI: 'ami-95eeeef5'
'us-west-2':
AMI: 'ami-a142e9d9'
AMI: 'ami-32cf7b4a'
Conditions:
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref IAMUserSSHAccess, 'true']
Expand Down
11 changes: 6 additions & 5 deletions vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ 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.20180103-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```

### NAT RegionMap
To update the region map execute the following lines in your terminal:
#### 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
```

#### NATAMI
```
$ 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-vpc-nat-hvm-2017.09.1.20180103-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.20180108-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-0c184c63'
NATAMI: 'ami-ffc49090'
'eu-west-3':
NATAMI: 'ami-7612a50b'
NATAMI: 'ami-fd03b480'
'eu-west-2':
NATAMI: 'ami-fdd9c199'
NATAMI: 'ami-ce8d95aa'
'eu-west-1':
NATAMI: 'ami-cd5fcbb4'
NATAMI: 'ami-4587173c'
'ap-northeast-2':
NATAMI: 'ami-90e747fe'
NATAMI: 'ami-42b8182c'
'ap-northeast-1':
NATAMI: 'ami-f1930e97'
NATAMI: 'ami-6bc45d0d'
'sa-east-1':
NATAMI: 'ami-6083c00c'
NATAMI: 'ami-9e2664f2'
'ca-central-1':
NATAMI: 'ami-47cb4e23'
NATAMI: 'ami-62fc7906'
'ap-southeast-1':
NATAMI: 'ami-5d87f021'
NATAMI: 'ami-839cecff'
'ap-southeast-2':
NATAMI: 'ami-e1986a83'
NATAMI: 'ami-fda5589f'
'eu-central-1':
NATAMI: 'ami-bba838d4'
NATAMI: 'ami-96c85af9'
'us-east-1':
NATAMI: 'ami-3e83d444'
NATAMI: 'ami-01623d7b'
'us-east-2':
NATAMI: 'ami-2e19324b'
NATAMI: 'ami-d4a883b1'
'us-west-1':
NATAMI: 'ami-c59495a5'
NATAMI: 'ami-4fefef2f'
'us-west-2':
NATAMI: 'ami-0541ea7d'
NATAMI: 'ami-d3cc78ab'
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-4c045023'
AMI: 'ami-fedb8f91'
'eu-west-3':
AMI: 'ami-8715a2fa'
AMI: 'ami-fe03b483'
'eu-west-2':
AMI: 'ami-63243c07'
AMI: 'ami-51809835'
'eu-west-1':
AMI: 'ami-075eca7e'
AMI: 'ami-e487179d'
'ap-northeast-2':
AMI: 'ami-7bef4f15'
AMI: 'ami-d9b616b7'
'ap-northeast-1':
AMI: 'ami-19910c7f'
AMI: 'ami-33c25b55'
'sa-east-1':
AMI: 'ami-9582c1f9'
AMI: 'ami-1226647e'
'ca-central-1':
AMI: 'ami-e5cc4981'
AMI: 'ami-61f97c05'
'ap-southeast-1':
AMI: 'ami-1c99ee60'
AMI: 'ami-889cecf4'
'ap-southeast-2':
AMI: 'ami-33996b51'
AMI: 'ami-ccab56ae'
'eu-central-1':
AMI: 'ami-06a83869'
AMI: 'ami-0fc85a60'
'us-east-1':
AMI: 'ami-5583d42f'
AMI: 'ami-cb9ec1b1'
'us-east-2':
AMI: 'ami-e81b308d'
AMI: 'ami-caaf84af'
'us-west-1':
AMI: 'ami-2f99984f'
AMI: 'ami-95eeeef5'
'us-west-2':
AMI: 'ami-a142e9d9'
AMI: 'ami-32cf7b4a'
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.20180103-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.20180108-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```

### Load Test
Expand Down
Loading

0 comments on commit dd5de61

Please sign in to comment.