Skip to content

Commit

Permalink
Updated ECS optimized Amazon Linux to 2017.09.e
Browse files Browse the repository at this point in the history
Updated Amazon Linux to 2017.09.1.20180103
  • Loading branch information
michaelwittig committed Jan 5, 2018
1 parent 658e062 commit ab1e0e9
Show file tree
Hide file tree
Showing 16 changed files with 1,205 additions and 142 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.20171103-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.20180103-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-2ed19c41'
AMI: 'ami-4c045023'
'eu-west-3':
AMI: 'ami-c8a017b5'
AMI: 'ami-8715a2fa'
'eu-west-2':
AMI: 'ami-e3051987'
AMI: 'ami-63243c07'
'eu-west-1':
AMI: 'ami-760aaa0f'
AMI: 'ami-075eca7e'
'ap-northeast-2':
AMI: 'ami-fc862292'
AMI: 'ami-7bef4f15'
'ap-northeast-1':
AMI: 'ami-2803ac4e'
AMI: 'ami-19910c7f'
'sa-east-1':
AMI: 'ami-1678037a'
AMI: 'ami-9582c1f9'
'ca-central-1':
AMI: 'ami-ef3b838b'
AMI: 'ami-e5cc4981'
'ap-southeast-1':
AMI: 'ami-dd7935be'
AMI: 'ami-1c99ee60'
'ap-southeast-2':
AMI: 'ami-1a668878'
AMI: 'ami-33996b51'
'eu-central-1':
AMI: 'ami-e28d098d'
AMI: 'ami-06a83869'
'us-east-1':
AMI: 'ami-6057e21a'
AMI: 'ami-5583d42f'
'us-east-2':
AMI: 'ami-aa1b34cf'
AMI: 'ami-e81b308d'
'us-west-1':
AMI: 'ami-1a033c7a'
AMI: 'ami-2f99984f'
'us-west-2':
AMI: 'ami-32d8124a'
AMI: 'ami-a142e9d9'
Conditions:
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref IAMUserSSHAccess, 'true']
Expand Down
2 changes: 1 addition & 1 deletion ecs/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-2017.09.d-amazon-ecs-optimized" --query "Images[0].ImageId" --output "text"); printf "'$region':\n ECSAMI: '$ami'\n"; done
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-2017.09.e-amazon-ecs-optimized" --query "Images[0].ImageId" --output "text"); printf "'$region':\n ECSAMI: '$ami'\n"; done
```
30 changes: 15 additions & 15 deletions ecs/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,35 +140,35 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
ECSAMI: 'ami-e4d29c8b'
ECSAMI: 'ami-c80b5fa7'
'eu-west-3':
ECSAMI: 'ami-d179ceac'
ECSAMI: 'ami-bd10a7c0'
'eu-west-2':
ECSAMI: 'ami-dbfee1bf'
ECSAMI: 'ami-acd5cdc8'
'eu-west-1':
ECSAMI: 'ami-4cbe0935'
ECSAMI: 'ami-7827b301'
'ap-northeast-2':
ECSAMI: 'ami-7267c01c'
ECSAMI: 'ami-d6f454b8'
'ap-northeast-1':
ECSAMI: 'ami-56bd0030'
ECSAMI: 'ami-af46dbc9'
'sa-east-1':
ECSAMI: 'ami-d596d2b9'
ECSAMI: 'ami-ca95d6a6'
'ca-central-1':
ECSAMI: 'ami-918b30f5'
ECSAMI: 'ami-e8cb4e8c'
'ap-southeast-1':
ECSAMI: 'ami-1bdc8b78'
ECSAMI: 'ami-fec3b482'
'ap-southeast-2':
ECSAMI: 'ami-14b55f76'
ECSAMI: 'ami-b88e7cda'
'eu-central-1':
ECSAMI: 'ami-05991b6a'
ECSAMI: 'ami-b378e8dc'
'us-east-1':
ECSAMI: 'ami-fad25980'
ECSAMI: 'ami-13401669'
'us-east-2':
ECSAMI: 'ami-58f5db3d'
ECSAMI: 'ami-901338f5'
'us-west-1':
ECSAMI: 'ami-62e0d802'
ECSAMI: 'ami-b3adacd3'
'us-west-2':
ECSAMI: 'ami-7114c909'
ECSAMI: 'ami-9a02a9e2'
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.20171103-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.20180103-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-2ed19c41'
AMI: 'ami-4c045023'
'eu-west-3':
AMI: 'ami-c8a017b5'
AMI: 'ami-8715a2fa'
'eu-west-2':
AMI: 'ami-e3051987'
AMI: 'ami-63243c07'
'eu-west-1':
AMI: 'ami-760aaa0f'
AMI: 'ami-075eca7e'
'ap-northeast-2':
AMI: 'ami-fc862292'
AMI: 'ami-7bef4f15'
'ap-northeast-1':
AMI: 'ami-2803ac4e'
AMI: 'ami-19910c7f'
'sa-east-1':
AMI: 'ami-1678037a'
AMI: 'ami-9582c1f9'
'ca-central-1':
AMI: 'ami-ef3b838b'
AMI: 'ami-e5cc4981'
'ap-southeast-1':
AMI: 'ami-dd7935be'
AMI: 'ami-1c99ee60'
'ap-southeast-2':
AMI: 'ami-1a668878'
AMI: 'ami-33996b51'
'eu-central-1':
AMI: 'ami-e28d098d'
AMI: 'ami-06a83869'
'us-east-1':
AMI: 'ami-6057e21a'
AMI: 'ami-5583d42f'
'us-east-2':
AMI: 'ami-aa1b34cf'
AMI: 'ami-e81b308d'
'us-west-1':
AMI: 'ami-1a033c7a'
AMI: 'ami-2f99984f'
'us-west-2':
AMI: 'ami-32d8124a'
AMI: 'ami-a142e9d9'
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-2ed19c41'
AMI: 'ami-4c045023'
'eu-west-3':
AMI: 'ami-c8a017b5'
AMI: 'ami-8715a2fa'
'eu-west-2':
AMI: 'ami-e3051987'
AMI: 'ami-63243c07'
'eu-west-1':
AMI: 'ami-760aaa0f'
AMI: 'ami-075eca7e'
'ap-northeast-2':
AMI: 'ami-fc862292'
AMI: 'ami-7bef4f15'
'ap-northeast-1':
AMI: 'ami-2803ac4e'
AMI: 'ami-19910c7f'
'sa-east-1':
AMI: 'ami-1678037a'
AMI: 'ami-9582c1f9'
'ca-central-1':
AMI: 'ami-ef3b838b'
AMI: 'ami-e5cc4981'
'ap-southeast-1':
AMI: 'ami-dd7935be'
AMI: 'ami-1c99ee60'
'ap-southeast-2':
AMI: 'ami-1a668878'
AMI: 'ami-33996b51'
'eu-central-1':
AMI: 'ami-e28d098d'
AMI: 'ami-06a83869'
'us-east-1':
AMI: 'ami-6057e21a'
AMI: 'ami-5583d42f'
'us-east-2':
AMI: 'ami-aa1b34cf'
AMI: 'ami-e81b308d'
'us-west-1':
AMI: 'ami-1a033c7a'
AMI: 'ami-2f99984f'
'us-west-2':
AMI: 'ami-32d8124a'
AMI: 'ami-a142e9d9'
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.20171103-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.20180103-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-2ed19c41'
AMI: 'ami-4c045023'
'eu-west-3':
AMI: 'ami-c8a017b5'
AMI: 'ami-8715a2fa'
'eu-west-2':
AMI: 'ami-e3051987'
AMI: 'ami-63243c07'
'eu-west-1':
AMI: 'ami-760aaa0f'
AMI: 'ami-075eca7e'
'ap-northeast-2':
AMI: 'ami-fc862292'
AMI: 'ami-7bef4f15'
'ap-northeast-1':
AMI: 'ami-2803ac4e'
AMI: 'ami-19910c7f'
'sa-east-1':
AMI: 'ami-1678037a'
AMI: 'ami-9582c1f9'
'ca-central-1':
AMI: 'ami-ef3b838b'
AMI: 'ami-e5cc4981'
'ap-southeast-1':
AMI: 'ami-dd7935be'
AMI: 'ami-1c99ee60'
'ap-southeast-2':
AMI: 'ami-1a668878'
AMI: 'ami-33996b51'
'eu-central-1':
AMI: 'ami-e28d098d'
AMI: 'ami-06a83869'
'us-east-1':
AMI: 'ami-6057e21a'
AMI: 'ami-5583d42f'
'us-east-2':
AMI: 'ami-aa1b34cf'
AMI: 'ami-e81b308d'
'us-west-1':
AMI: 'ami-1a033c7a'
AMI: 'ami-2f99984f'
'us-west-2':
AMI: 'ami-32d8124a'
AMI: 'ami-a142e9d9'
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 @@ -9,13 +9,13 @@ 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.20171103-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.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:

```
$ 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.20171103-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.20180103-x86_64-ebs" --query "Images[0].ImageId" --output "text"); printf "'$region':\n NATAMI: '$ami'\n"; done
```
Loading

0 comments on commit ab1e0e9

Please sign in to comment.