Skip to content

Commit

Permalink
updated Amazon Linux to 2017.03.1.20170623
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Jun 27, 2017
1 parent 19cb3d7 commit 3ec6503
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.20170617-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.20170623-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-3c89f653'
AMI: 'ami-47205e28'
'eu-west-2':
AMI: 'ami-704e5814'
AMI: 'ami-ed100689'
'eu-west-1':
AMI: 'ami-7d50491b'
AMI: 'ami-d7b9a2b1'
'ap-northeast-2':
AMI: 'ami-9bab74f5'
AMI: 'ami-e21cc38c'
'ap-northeast-1':
AMI: 'ami-bbf2f9dc'
AMI: 'ami-3bd3c45c'
'sa-east-1':
AMI: 'ami-1d660d71'
AMI: 'ami-87dab1eb'
'ca-central-1':
AMI: 'ami-20db6444'
AMI: 'ami-a7aa15c3'
'ap-southeast-1':
AMI: 'ami-58d65b3b'
AMI: 'ami-77af2014'
'ap-southeast-2':
AMI: 'ami-a18392c2'
AMI: 'ami-10918173'
'eu-central-1':
AMI: 'ami-8da700e2'
AMI: 'ami-82be18ed'
'us-east-1':
AMI: 'ami-643b1972'
AMI: 'ami-a4c7edb2'
'us-east-2':
AMI: 'ami-3883a55d'
AMI: 'ami-8a7859ef'
'us-west-1':
AMI: 'ami-563a1736'
AMI: 'ami-327f5352'
'us-west-2':
AMI: 'ami-a07379d9'
AMI: 'ami-6df1e514'
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.20170617-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.20170623-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-3c89f653'
AMI: 'ami-47205e28'
'eu-west-2':
AMI: 'ami-704e5814'
AMI: 'ami-ed100689'
'eu-west-1':
AMI: 'ami-7d50491b'
AMI: 'ami-d7b9a2b1'
'ap-northeast-2':
AMI: 'ami-9bab74f5'
AMI: 'ami-e21cc38c'
'ap-northeast-1':
AMI: 'ami-bbf2f9dc'
AMI: 'ami-3bd3c45c'
'sa-east-1':
AMI: 'ami-1d660d71'
AMI: 'ami-87dab1eb'
'ca-central-1':
AMI: 'ami-20db6444'
AMI: 'ami-a7aa15c3'
'ap-southeast-1':
AMI: 'ami-58d65b3b'
AMI: 'ami-77af2014'
'ap-southeast-2':
AMI: 'ami-a18392c2'
AMI: 'ami-10918173'
'eu-central-1':
AMI: 'ami-8da700e2'
AMI: 'ami-82be18ed'
'us-east-1':
AMI: 'ami-643b1972'
AMI: 'ami-a4c7edb2'
'us-east-2':
AMI: 'ami-3883a55d'
AMI: 'ami-8a7859ef'
'us-west-1':
AMI: 'ami-563a1736'
AMI: 'ami-327f5352'
'us-west-2':
AMI: 'ami-a07379d9'
AMI: 'ami-6df1e514'
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-3c89f653'
AMI: 'ami-47205e28'
'eu-west-2':
AMI: 'ami-704e5814'
AMI: 'ami-ed100689'
'eu-west-1':
AMI: 'ami-7d50491b'
AMI: 'ami-d7b9a2b1'
'ap-northeast-2':
AMI: 'ami-9bab74f5'
AMI: 'ami-e21cc38c'
'ap-northeast-1':
AMI: 'ami-bbf2f9dc'
AMI: 'ami-3bd3c45c'
'sa-east-1':
AMI: 'ami-1d660d71'
AMI: 'ami-87dab1eb'
'ca-central-1':
AMI: 'ami-20db6444'
AMI: 'ami-a7aa15c3'
'ap-southeast-1':
AMI: 'ami-58d65b3b'
AMI: 'ami-77af2014'
'ap-southeast-2':
AMI: 'ami-a18392c2'
AMI: 'ami-10918173'
'eu-central-1':
AMI: 'ami-8da700e2'
AMI: 'ami-82be18ed'
'us-east-1':
AMI: 'ami-643b1972'
AMI: 'ami-a4c7edb2'
'us-east-2':
AMI: 'ami-3883a55d'
AMI: 'ami-8a7859ef'
'us-west-1':
AMI: 'ami-563a1736'
AMI: 'ami-327f5352'
'us-west-2':
AMI: 'ami-a07379d9'
AMI: 'ami-6df1e514'
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.20170617-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.20170623-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-3c89f653'
AMI: 'ami-47205e28'
'eu-west-2':
AMI: 'ami-704e5814'
AMI: 'ami-ed100689'
'eu-west-1':
AMI: 'ami-7d50491b'
AMI: 'ami-d7b9a2b1'
'ap-northeast-2':
AMI: 'ami-9bab74f5'
AMI: 'ami-e21cc38c'
'ap-northeast-1':
AMI: 'ami-bbf2f9dc'
AMI: 'ami-3bd3c45c'
'sa-east-1':
AMI: 'ami-1d660d71'
AMI: 'ami-87dab1eb'
'ca-central-1':
AMI: 'ami-20db6444'
AMI: 'ami-a7aa15c3'
'ap-southeast-1':
AMI: 'ami-58d65b3b'
AMI: 'ami-77af2014'
'ap-southeast-2':
AMI: 'ami-a18392c2'
AMI: 'ami-10918173'
'eu-central-1':
AMI: 'ami-8da700e2'
AMI: 'ami-82be18ed'
'us-east-1':
AMI: 'ami-643b1972'
AMI: 'ami-a4c7edb2'
'us-east-2':
AMI: 'ami-3883a55d'
AMI: 'ami-8a7859ef'
'us-west-1':
AMI: 'ami-563a1736'
AMI: 'ami-327f5352'
'us-west-2':
AMI: 'ami-a07379d9'
AMI: 'ami-6df1e514'
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.20170617-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.20170623-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.20170617-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.20170623-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-7989f616'
NATAMI: 'ami-e0215f8f'
'eu-west-2':
NATAMI: 'ami-0a4c5a6e'
NATAMI: 'ami-21120445'
'eu-west-1':
NATAMI: 'ami-53544d35'
NATAMI: 'ami-3a849f5c'
'ap-northeast-2':
NATAMI: 'ami-55a7783b'
NATAMI: 'ami-1a1bc474'
'ap-northeast-1':
NATAMI: 'ami-fef0fb99'
NATAMI: 'ami-10dfc877'
'sa-east-1':
NATAMI: 'ami-c9650ea5'
NATAMI: 'ami-8bdab1e7'
'ca-central-1':
NATAMI: 'ami-e5e35c81'
NATAMI: 'ami-b0a619d4'
'ap-southeast-1':
NATAMI: 'ami-85d65be6'
NATAMI: 'ami-36af2055'
'ap-southeast-2':
NATAMI: 'ami-17809174'
NATAMI: 'ami-1e91817d'
'eu-central-1':
NATAMI: 'ami-ada502c2'
NATAMI: 'ami-9ebe18f1'
'us-east-1':
NATAMI: 'ami-293a183f'
NATAMI: 'ami-d4c5efc2'
'us-east-2':
NATAMI: 'ami-7d83a518'
NATAMI: 'ami-f27b5a97'
'us-west-1':
NATAMI: 'ami-72351812'
NATAMI: 'ami-b87f53d8'
'us-west-2':
NATAMI: 'ami-0b707a72'
NATAMI: 'ami-8bfce8f2'
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-3c89f653'
AMI: 'ami-47205e28'
'eu-west-2':
AMI: 'ami-704e5814'
AMI: 'ami-ed100689'
'eu-west-1':
AMI: 'ami-7d50491b'
AMI: 'ami-d7b9a2b1'
'ap-northeast-2':
AMI: 'ami-9bab74f5'
AMI: 'ami-e21cc38c'
'ap-northeast-1':
AMI: 'ami-bbf2f9dc'
AMI: 'ami-3bd3c45c'
'sa-east-1':
AMI: 'ami-1d660d71'
AMI: 'ami-87dab1eb'
'ca-central-1':
AMI: 'ami-20db6444'
AMI: 'ami-a7aa15c3'
'ap-southeast-1':
AMI: 'ami-58d65b3b'
AMI: 'ami-77af2014'
'ap-southeast-2':
AMI: 'ami-a18392c2'
AMI: 'ami-10918173'
'eu-central-1':
AMI: 'ami-8da700e2'
AMI: 'ami-82be18ed'
'us-east-1':
AMI: 'ami-643b1972'
AMI: 'ami-a4c7edb2'
'us-east-2':
AMI: 'ami-3883a55d'
AMI: 'ami-8a7859ef'
'us-west-1':
AMI: 'ami-563a1736'
AMI: 'ami-327f5352'
'us-west-2':
AMI: 'ami-a07379d9'
AMI: 'ami-6df1e514'
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.20170617-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.20170623-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 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-3c89f653'
AMI: 'ami-47205e28'
'eu-west-2':
AMI: 'ami-704e5814'
AMI: 'ami-ed100689'
'eu-west-1':
AMI: 'ami-7d50491b'
AMI: 'ami-d7b9a2b1'
'ap-northeast-2':
AMI: 'ami-9bab74f5'
AMI: 'ami-e21cc38c'
'ap-northeast-1':
AMI: 'ami-bbf2f9dc'
AMI: 'ami-3bd3c45c'
'sa-east-1':
AMI: 'ami-1d660d71'
AMI: 'ami-87dab1eb'
'ca-central-1':
AMI: 'ami-20db6444'
AMI: 'ami-a7aa15c3'
'ap-southeast-1':
AMI: 'ami-58d65b3b'
AMI: 'ami-77af2014'
'ap-southeast-2':
AMI: 'ami-a18392c2'
AMI: 'ami-10918173'
'eu-central-1':
AMI: 'ami-8da700e2'
AMI: 'ami-82be18ed'
'us-east-1':
AMI: 'ami-643b1972'
AMI: 'ami-a4c7edb2'
'us-east-2':
AMI: 'ami-3883a55d'
AMI: 'ami-8a7859ef'
'us-west-1':
AMI: 'ami-563a1736'
AMI: 'ami-327f5352'
'us-west-2':
AMI: 'ami-a07379d9'
AMI: 'ami-6df1e514'
Conditions:
HasKeyName: !Not [!Equals [!Ref WebServerKeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref WebServerIAMUserSSHAccess, 'true']
Expand Down
Loading

0 comments on commit 3ec6503

Please sign in to comment.