Skip to content

Commit

Permalink
Amazon Linux AMI Update to 2017.03.1.20170812
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Aug 17, 2017
1 parent e460bd8 commit 053e64a
Show file tree
Hide file tree
Showing 13 changed files with 118 additions and 118 deletions.
2 changes: 1 addition & 1 deletion ec2/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.03.1.20170623-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.03.1.20170812-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```

## Premium Support
Expand Down
28 changes: 14 additions & 14 deletions ec2/ec2-auto-recovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,33 +77,33 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-47205e28'
AMI: 'ami-d7abd1b8'
'eu-west-2':
AMI: 'ami-ed100689'
AMI: 'ami-489f8e2c'
'eu-west-1':
AMI: 'ami-d7b9a2b1'
AMI: 'ami-ebd02392'
'ap-northeast-2':
AMI: 'ami-e21cc38c'
AMI: 'ami-8663bae8'
'ap-northeast-1':
AMI: 'ami-3bd3c45c'
AMI: 'ami-4af5022c'
'sa-east-1':
AMI: 'ami-87dab1eb'
AMI: 'ami-d27203be'
'ca-central-1':
AMI: 'ami-a7aa15c3'
AMI: 'ami-5ac17f3e'
'ap-southeast-1':
AMI: 'ami-77af2014'
AMI: 'ami-fdb8229e'
'ap-southeast-2':
AMI: 'ami-10918173'
AMI: 'ami-30041c53'
'eu-central-1':
AMI: 'ami-82be18ed'
AMI: 'ami-657bd20a'
'us-east-1':
AMI: 'ami-a4c7edb2'
AMI: 'ami-4fffc834'
'us-east-2':
AMI: 'ami-8a7859ef'
AMI: 'ami-ea87a78f'
'us-west-1':
AMI: 'ami-327f5352'
AMI: 'ami-3a674d5a'
'us-west-2':
AMI: 'ami-6df1e514'
AMI: 'ami-aa5ebdd2'
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,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.03.1.20170623-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.03.1.20170812-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```

## Premium Support
Expand Down
28 changes: 14 additions & 14 deletions jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,33 +154,33 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-47205e28'
AMI: 'ami-d7abd1b8'
'eu-west-2':
AMI: 'ami-ed100689'
AMI: 'ami-489f8e2c'
'eu-west-1':
AMI: 'ami-d7b9a2b1'
AMI: 'ami-ebd02392'
'ap-northeast-2':
AMI: 'ami-e21cc38c'
AMI: 'ami-8663bae8'
'ap-northeast-1':
AMI: 'ami-3bd3c45c'
AMI: 'ami-4af5022c'
'sa-east-1':
AMI: 'ami-87dab1eb'
AMI: 'ami-d27203be'
'ca-central-1':
AMI: 'ami-a7aa15c3'
AMI: 'ami-5ac17f3e'
'ap-southeast-1':
AMI: 'ami-77af2014'
AMI: 'ami-fdb8229e'
'ap-southeast-2':
AMI: 'ami-10918173'
AMI: 'ami-30041c53'
'eu-central-1':
AMI: 'ami-82be18ed'
AMI: 'ami-657bd20a'
'us-east-1':
AMI: 'ami-a4c7edb2'
AMI: 'ami-4fffc834'
'us-east-2':
AMI: 'ami-8a7859ef'
AMI: 'ami-ea87a78f'
'us-west-1':
AMI: 'ami-327f5352'
AMI: 'ami-3a674d5a'
'us-west-2':
AMI: 'ami-6df1e514'
AMI: 'ami-aa5ebdd2'
Conditions:
HasZeroAgents: !Equals [!Ref AgentDesiredCapacity, '0']
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
Expand Down
28 changes: 14 additions & 14 deletions jenkins/jenkins2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,33 +95,33 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-47205e28'
AMI: 'ami-d7abd1b8'
'eu-west-2':
AMI: 'ami-ed100689'
AMI: 'ami-489f8e2c'
'eu-west-1':
AMI: 'ami-d7b9a2b1'
AMI: 'ami-ebd02392'
'ap-northeast-2':
AMI: 'ami-e21cc38c'
AMI: 'ami-8663bae8'
'ap-northeast-1':
AMI: 'ami-3bd3c45c'
AMI: 'ami-4af5022c'
'sa-east-1':
AMI: 'ami-87dab1eb'
AMI: 'ami-d27203be'
'ca-central-1':
AMI: 'ami-a7aa15c3'
AMI: 'ami-5ac17f3e'
'ap-southeast-1':
AMI: 'ami-77af2014'
AMI: 'ami-fdb8229e'
'ap-southeast-2':
AMI: 'ami-10918173'
AMI: 'ami-30041c53'
'eu-central-1':
AMI: 'ami-82be18ed'
AMI: 'ami-657bd20a'
'us-east-1':
AMI: 'ami-a4c7edb2'
AMI: 'ami-4fffc834'
'us-east-2':
AMI: 'ami-8a7859ef'
AMI: 'ami-ea87a78f'
'us-west-1':
AMI: 'ami-327f5352'
AMI: 'ami-3a674d5a'
'us-west-2':
AMI: 'ami-6df1e514'
AMI: 'ami-aa5ebdd2'
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,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.03.1.20170623-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.03.1.20170812-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```

## Premium Support
Expand Down
28 changes: 14 additions & 14 deletions security/auth-proxy-ha-github-orga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,33 +87,33 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-47205e28'
AMI: 'ami-d7abd1b8'
'eu-west-2':
AMI: 'ami-ed100689'
AMI: 'ami-489f8e2c'
'eu-west-1':
AMI: 'ami-d7b9a2b1'
AMI: 'ami-ebd02392'
'ap-northeast-2':
AMI: 'ami-e21cc38c'
AMI: 'ami-8663bae8'
'ap-northeast-1':
AMI: 'ami-3bd3c45c'
AMI: 'ami-4af5022c'
'sa-east-1':
AMI: 'ami-87dab1eb'
AMI: 'ami-d27203be'
'ca-central-1':
AMI: 'ami-a7aa15c3'
AMI: 'ami-5ac17f3e'
'ap-southeast-1':
AMI: 'ami-77af2014'
AMI: 'ami-fdb8229e'
'ap-southeast-2':
AMI: 'ami-10918173'
AMI: 'ami-30041c53'
'eu-central-1':
AMI: 'ami-82be18ed'
AMI: 'ami-657bd20a'
'us-east-1':
AMI: 'ami-a4c7edb2'
AMI: 'ami-4fffc834'
'us-east-2':
AMI: 'ami-8a7859ef'
AMI: 'ami-ea87a78f'
'us-west-1':
AMI: 'ami-327f5352'
AMI: 'ami-3a674d5a'
'us-west-2':
AMI: 'ami-6df1e514'
AMI: 'ami-aa5ebdd2'
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,15 +9,15 @@ 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.03.1.20170623-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.03.1.20170812-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.03.1.20170623-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.03.1.20170812-x86_64-ebs" --query "Images[0].ImageId" --output "text"); printf "'$region':\n NATAMI: '$ami'\n"; done
```

## Premium Support
Expand Down
28 changes: 14 additions & 14 deletions vpc/vpc-nat-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,33 +68,33 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
NATAMI: 'ami-e0215f8f'
NATAMI: 'ami-96a9d3f9'
'eu-west-2':
NATAMI: 'ami-21120445'
NATAMI: 'ami-868190e2'
'eu-west-1':
NATAMI: 'ami-3a849f5c'
NATAMI: 'ami-f1d22188'
'ap-northeast-2':
NATAMI: 'ami-1a1bc474'
NATAMI: 'ami-a462bbca'
'ap-northeast-1':
NATAMI: 'ami-10dfc877'
NATAMI: 'ami-c4887fa2'
'sa-east-1':
NATAMI: 'ami-8bdab1e7'
NATAMI: 'ami-9b7504f7'
'ca-central-1':
NATAMI: 'ami-b0a619d4'
NATAMI: 'ami-a1be00c5'
'ap-southeast-1':
NATAMI: 'ami-36af2055'
NATAMI: 'ami-40bb2123'
'ap-southeast-2':
NATAMI: 'ami-1e91817d'
NATAMI: 'ami-ef051d8c'
'eu-central-1':
NATAMI: 'ami-9ebe18f1'
NATAMI: 'ami-eb66cf84'
'us-east-1':
NATAMI: 'ami-d4c5efc2'
NATAMI: 'ami-a7fdcadc'
'us-east-2':
NATAMI: 'ami-f27b5a97'
NATAMI: 'ami-4986a62c'
'us-west-1':
NATAMI: 'ami-b87f53d8'
NATAMI: 'ami-3e674d5e'
'us-west-2':
NATAMI: 'ami-8bfce8f2'
NATAMI: 'ami-4da24035'
Conditions:
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref IAMUserSSHAccess, 'true']
Expand Down
28 changes: 14 additions & 14 deletions vpc/vpc-ssh-bastion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,33 +53,33 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-47205e28'
AMI: 'ami-d7abd1b8'
'eu-west-2':
AMI: 'ami-ed100689'
AMI: 'ami-489f8e2c'
'eu-west-1':
AMI: 'ami-d7b9a2b1'
AMI: 'ami-ebd02392'
'ap-northeast-2':
AMI: 'ami-e21cc38c'
AMI: 'ami-8663bae8'
'ap-northeast-1':
AMI: 'ami-3bd3c45c'
AMI: 'ami-4af5022c'
'sa-east-1':
AMI: 'ami-87dab1eb'
AMI: 'ami-d27203be'
'ca-central-1':
AMI: 'ami-a7aa15c3'
AMI: 'ami-5ac17f3e'
'ap-southeast-1':
AMI: 'ami-77af2014'
AMI: 'ami-fdb8229e'
'ap-southeast-2':
AMI: 'ami-10918173'
AMI: 'ami-30041c53'
'eu-central-1':
AMI: 'ami-82be18ed'
AMI: 'ami-657bd20a'
'us-east-1':
AMI: 'ami-a4c7edb2'
AMI: 'ami-4fffc834'
'us-east-2':
AMI: 'ami-8a7859ef'
AMI: 'ami-ea87a78f'
'us-west-1':
AMI: 'ami-327f5352'
AMI: 'ami-3a674d5a'
'us-west-2':
AMI: 'ami-6df1e514'
AMI: 'ami-aa5ebdd2'
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.03.1.20170623-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.03.1.20170812-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```

### Load Test
Expand Down
28 changes: 14 additions & 14 deletions wordpress/wordpress-ha-aurora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,33 +117,33 @@ Parameters:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-47205e28'
AMI: 'ami-d7abd1b8'
'eu-west-2':
AMI: 'ami-ed100689'
AMI: 'ami-489f8e2c'
'eu-west-1':
AMI: 'ami-d7b9a2b1'
AMI: 'ami-ebd02392'
'ap-northeast-2':
AMI: 'ami-e21cc38c'
AMI: 'ami-8663bae8'
'ap-northeast-1':
AMI: 'ami-3bd3c45c'
AMI: 'ami-4af5022c'
'sa-east-1':
AMI: 'ami-87dab1eb'
AMI: 'ami-d27203be'
'ca-central-1':
AMI: 'ami-a7aa15c3'
AMI: 'ami-5ac17f3e'
'ap-southeast-1':
AMI: 'ami-77af2014'
AMI: 'ami-fdb8229e'
'ap-southeast-2':
AMI: 'ami-10918173'
AMI: 'ami-30041c53'
'eu-central-1':
AMI: 'ami-82be18ed'
AMI: 'ami-657bd20a'
'us-east-1':
AMI: 'ami-a4c7edb2'
AMI: 'ami-4fffc834'
'us-east-2':
AMI: 'ami-8a7859ef'
AMI: 'ami-ea87a78f'
'us-west-1':
AMI: 'ami-327f5352'
AMI: 'ami-3a674d5a'
'us-west-2':
AMI: 'ami-6df1e514'
AMI: 'ami-aa5ebdd2'
Conditions:
HasKeyName: !Not [!Equals [!Ref WebServerKeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref WebServerIAMUserSSHAccess, 'true']
Expand Down
Loading

0 comments on commit 053e64a

Please sign in to comment.