Skip to content

Commit

Permalink
[Security] * - Update Amazon Linux 2 to 20190508 (widdix#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored May 21, 2019
1 parent 3a8e974 commit e05aeef
Show file tree
Hide file tree
Showing 13 changed files with 133 additions and 133 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=amzn2-ami-hvm-2.0.20190313-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=amzn2-ami-hvm-2.0.20190508-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```
32 changes: 16 additions & 16 deletions ec2/ec2-auto-recovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,37 +137,37 @@ Parameters:
Mappings:
RegionMap:
'eu-north-1':
AMI: 'ami-d16fe6af'
AMI: 'ami-1fb13961'
'ap-south-1':
AMI: 'ami-0889b8a448de4fc44'
AMI: 'ami-00e782930f1c3dbc7'
'eu-west-3':
AMI: 'ami-0451ae4fd8dd178f7'
AMI: 'ami-0ebb3a801d5fb8b9b'
'eu-west-2':
AMI: 'ami-09ead922c1dad67e4'
AMI: 'ami-0009a33f033d8b7b6'
'eu-west-1':
AMI: 'ami-07683a44e80cd32c5'
AMI: 'ami-030dbca661d402413'
'ap-northeast-2':
AMI: 'ami-047f7b46bd6dd5d84'
AMI: 'ami-08ab3f7e72215fe91'
'ap-northeast-1':
AMI: 'ami-0f9ae750e8274075b'
AMI: 'ami-00d101850e971728d'
'sa-east-1':
AMI: 'ami-0669a96e355eac82f'
AMI: 'ami-058141e091292ecf0'
'ca-central-1':
AMI: 'ami-03338e1f67dae0168'
AMI: 'ami-08a9b721ecc5b0a53'
'ap-southeast-1':
AMI: 'ami-0b419c3a4b01d1859'
AMI: 'ami-0b5a47f8865280111'
'ap-southeast-2':
AMI: 'ami-04481c741a0311bbb'
AMI: 'ami-0fb7513bcdc525c3b'
'eu-central-1':
AMI: 'ami-09def150731bdbcc2'
AMI: 'ami-0ebe657bc328d4e82'
'us-east-1':
AMI: 'ami-0de53d8956e8dcf80'
AMI: 'ami-0c6b1d09930fac512'
'us-east-2':
AMI: 'ami-02bcbb802e03574ba'
AMI: 'ami-0ebbf2179e615c338'
'us-west-1':
AMI: 'ami-0019ef04ac50be30f'
AMI: 'ami-015954d5e5548d13b'
'us-west-2':
AMI: 'ami-061392db613a6357b'
AMI: 'ami-0cb72367e98845d43'
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=amzn2-ami-hvm-2.0.20190313-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=amzn2-ami-hvm-2.0.20190508-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```
32 changes: 16 additions & 16 deletions jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,37 +193,37 @@ Parameters:
Mappings:
RegionMap:
'eu-north-1':
AMI: 'ami-d16fe6af'
AMI: 'ami-1fb13961'
'ap-south-1':
AMI: 'ami-0889b8a448de4fc44'
AMI: 'ami-00e782930f1c3dbc7'
'eu-west-3':
AMI: 'ami-0451ae4fd8dd178f7'
AMI: 'ami-0ebb3a801d5fb8b9b'
'eu-west-2':
AMI: 'ami-09ead922c1dad67e4'
AMI: 'ami-0009a33f033d8b7b6'
'eu-west-1':
AMI: 'ami-07683a44e80cd32c5'
AMI: 'ami-030dbca661d402413'
'ap-northeast-2':
AMI: 'ami-047f7b46bd6dd5d84'
AMI: 'ami-08ab3f7e72215fe91'
'ap-northeast-1':
AMI: 'ami-0f9ae750e8274075b'
AMI: 'ami-00d101850e971728d'
'sa-east-1':
AMI: 'ami-0669a96e355eac82f'
AMI: 'ami-058141e091292ecf0'
'ca-central-1':
AMI: 'ami-03338e1f67dae0168'
AMI: 'ami-08a9b721ecc5b0a53'
'ap-southeast-1':
AMI: 'ami-0b419c3a4b01d1859'
AMI: 'ami-0b5a47f8865280111'
'ap-southeast-2':
AMI: 'ami-04481c741a0311bbb'
AMI: 'ami-0fb7513bcdc525c3b'
'eu-central-1':
AMI: 'ami-09def150731bdbcc2'
AMI: 'ami-0ebe657bc328d4e82'
'us-east-1':
AMI: 'ami-0de53d8956e8dcf80'
AMI: 'ami-0c6b1d09930fac512'
'us-east-2':
AMI: 'ami-02bcbb802e03574ba'
AMI: 'ami-0ebbf2179e615c338'
'us-west-1':
AMI: 'ami-0019ef04ac50be30f'
AMI: 'ami-015954d5e5548d13b'
'us-west-2':
AMI: 'ami-061392db613a6357b'
AMI: 'ami-0cb72367e98845d43'
Conditions:
HasZeroAgents: !Equals [!Ref AgentMinSize, '0']
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
Expand Down
32 changes: 16 additions & 16 deletions jenkins/jenkins2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,37 +133,37 @@ Parameters:
Mappings:
RegionMap:
'eu-north-1':
AMI: 'ami-d16fe6af'
AMI: 'ami-1fb13961'
'ap-south-1':
AMI: 'ami-0889b8a448de4fc44'
AMI: 'ami-00e782930f1c3dbc7'
'eu-west-3':
AMI: 'ami-0451ae4fd8dd178f7'
AMI: 'ami-0ebb3a801d5fb8b9b'
'eu-west-2':
AMI: 'ami-09ead922c1dad67e4'
AMI: 'ami-0009a33f033d8b7b6'
'eu-west-1':
AMI: 'ami-07683a44e80cd32c5'
AMI: 'ami-030dbca661d402413'
'ap-northeast-2':
AMI: 'ami-047f7b46bd6dd5d84'
AMI: 'ami-08ab3f7e72215fe91'
'ap-northeast-1':
AMI: 'ami-0f9ae750e8274075b'
AMI: 'ami-00d101850e971728d'
'sa-east-1':
AMI: 'ami-0669a96e355eac82f'
AMI: 'ami-058141e091292ecf0'
'ca-central-1':
AMI: 'ami-03338e1f67dae0168'
AMI: 'ami-08a9b721ecc5b0a53'
'ap-southeast-1':
AMI: 'ami-0b419c3a4b01d1859'
AMI: 'ami-0b5a47f8865280111'
'ap-southeast-2':
AMI: 'ami-04481c741a0311bbb'
AMI: 'ami-0fb7513bcdc525c3b'
'eu-central-1':
AMI: 'ami-09def150731bdbcc2'
AMI: 'ami-0ebe657bc328d4e82'
'us-east-1':
AMI: 'ami-0de53d8956e8dcf80'
AMI: 'ami-0c6b1d09930fac512'
'us-east-2':
AMI: 'ami-02bcbb802e03574ba'
AMI: 'ami-0ebbf2179e615c338'
'us-west-1':
AMI: 'ami-0019ef04ac50be30f'
AMI: 'ami-015954d5e5548d13b'
'us-west-2':
AMI: 'ami-061392db613a6357b'
AMI: 'ami-0cb72367e98845d43'
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=amzn2-ami-hvm-2.0.20190313-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=amzn2-ami-hvm-2.0.20190508-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```
32 changes: 16 additions & 16 deletions security/auth-proxy-ha-github-orga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,37 +127,37 @@ Parameters:
Mappings:
RegionMap:
'eu-north-1':
AMI: 'ami-d16fe6af'
AMI: 'ami-1fb13961'
'ap-south-1':
AMI: 'ami-0889b8a448de4fc44'
AMI: 'ami-00e782930f1c3dbc7'
'eu-west-3':
AMI: 'ami-0451ae4fd8dd178f7'
AMI: 'ami-0ebb3a801d5fb8b9b'
'eu-west-2':
AMI: 'ami-09ead922c1dad67e4'
AMI: 'ami-0009a33f033d8b7b6'
'eu-west-1':
AMI: 'ami-07683a44e80cd32c5'
AMI: 'ami-030dbca661d402413'
'ap-northeast-2':
AMI: 'ami-047f7b46bd6dd5d84'
AMI: 'ami-08ab3f7e72215fe91'
'ap-northeast-1':
AMI: 'ami-0f9ae750e8274075b'
AMI: 'ami-00d101850e971728d'
'sa-east-1':
AMI: 'ami-0669a96e355eac82f'
AMI: 'ami-058141e091292ecf0'
'ca-central-1':
AMI: 'ami-03338e1f67dae0168'
AMI: 'ami-08a9b721ecc5b0a53'
'ap-southeast-1':
AMI: 'ami-0b419c3a4b01d1859'
AMI: 'ami-0b5a47f8865280111'
'ap-southeast-2':
AMI: 'ami-04481c741a0311bbb'
AMI: 'ami-0fb7513bcdc525c3b'
'eu-central-1':
AMI: 'ami-09def150731bdbcc2'
AMI: 'ami-0ebe657bc328d4e82'
'us-east-1':
AMI: 'ami-0de53d8956e8dcf80'
AMI: 'ami-0c6b1d09930fac512'
'us-east-2':
AMI: 'ami-02bcbb802e03574ba'
AMI: 'ami-0ebbf2179e615c338'
'us-west-1':
AMI: 'ami-0019ef04ac50be30f'
AMI: 'ami-015954d5e5548d13b'
'us-west-2':
AMI: 'ami-061392db613a6357b'
AMI: 'ami-0cb72367e98845d43'
Conditions:
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref IAMUserSSHAccess, 'true']
Expand Down
2 changes: 1 addition & 1 deletion vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ 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=amzn2-ami-hvm-2.0.20190313-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=amzn2-ami-hvm-2.0.20190508-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```

#### NATAMI
Expand Down
32 changes: 16 additions & 16 deletions vpc/vpc-ssh-bastion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,37 +78,37 @@ Parameters:
Mappings:
RegionMap:
'eu-north-1':
AMI: 'ami-d16fe6af'
AMI: 'ami-1fb13961'
'ap-south-1':
AMI: 'ami-0889b8a448de4fc44'
AMI: 'ami-00e782930f1c3dbc7'
'eu-west-3':
AMI: 'ami-0451ae4fd8dd178f7'
AMI: 'ami-0ebb3a801d5fb8b9b'
'eu-west-2':
AMI: 'ami-09ead922c1dad67e4'
AMI: 'ami-0009a33f033d8b7b6'
'eu-west-1':
AMI: 'ami-07683a44e80cd32c5'
AMI: 'ami-030dbca661d402413'
'ap-northeast-2':
AMI: 'ami-047f7b46bd6dd5d84'
AMI: 'ami-08ab3f7e72215fe91'
'ap-northeast-1':
AMI: 'ami-0f9ae750e8274075b'
AMI: 'ami-00d101850e971728d'
'sa-east-1':
AMI: 'ami-0669a96e355eac82f'
AMI: 'ami-058141e091292ecf0'
'ca-central-1':
AMI: 'ami-03338e1f67dae0168'
AMI: 'ami-08a9b721ecc5b0a53'
'ap-southeast-1':
AMI: 'ami-0b419c3a4b01d1859'
AMI: 'ami-0b5a47f8865280111'
'ap-southeast-2':
AMI: 'ami-04481c741a0311bbb'
AMI: 'ami-0fb7513bcdc525c3b'
'eu-central-1':
AMI: 'ami-09def150731bdbcc2'
AMI: 'ami-0ebe657bc328d4e82'
'us-east-1':
AMI: 'ami-0de53d8956e8dcf80'
AMI: 'ami-0c6b1d09930fac512'
'us-east-2':
AMI: 'ami-02bcbb802e03574ba'
AMI: 'ami-0ebbf2179e615c338'
'us-west-1':
AMI: 'ami-0019ef04ac50be30f'
AMI: 'ami-015954d5e5548d13b'
'us-west-2':
AMI: 'ami-061392db613a6357b'
AMI: 'ami-0cb72367e98845d43'
Conditions:
HasKeyName: !Not [!Equals [!Ref KeyName, '']]
HasIAMUserSSHAccess: !Equals [!Ref IAMUserSSHAccess, 'true']
Expand Down
32 changes: 16 additions & 16 deletions vpc/vpc-vpn-bastion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,37 +100,37 @@ Parameters:
Mappings:
RegionMap:
'eu-north-1':
AMI: 'ami-d16fe6af'
AMI: 'ami-1fb13961'
'ap-south-1':
AMI: 'ami-0889b8a448de4fc44'
AMI: 'ami-00e782930f1c3dbc7'
'eu-west-3':
AMI: 'ami-0451ae4fd8dd178f7'
AMI: 'ami-0ebb3a801d5fb8b9b'
'eu-west-2':
AMI: 'ami-09ead922c1dad67e4'
AMI: 'ami-0009a33f033d8b7b6'
'eu-west-1':
AMI: 'ami-07683a44e80cd32c5'
AMI: 'ami-030dbca661d402413'
'ap-northeast-2':
AMI: 'ami-047f7b46bd6dd5d84'
AMI: 'ami-08ab3f7e72215fe91'
'ap-northeast-1':
AMI: 'ami-0f9ae750e8274075b'
AMI: 'ami-00d101850e971728d'
'sa-east-1':
AMI: 'ami-0669a96e355eac82f'
AMI: 'ami-058141e091292ecf0'
'ca-central-1':
AMI: 'ami-03338e1f67dae0168'
AMI: 'ami-08a9b721ecc5b0a53'
'ap-southeast-1':
AMI: 'ami-0b419c3a4b01d1859'
AMI: 'ami-0b5a47f8865280111'
'ap-southeast-2':
AMI: 'ami-04481c741a0311bbb'
AMI: 'ami-0fb7513bcdc525c3b'
'eu-central-1':
AMI: 'ami-09def150731bdbcc2'
AMI: 'ami-0ebe657bc328d4e82'
'us-east-1':
AMI: 'ami-0de53d8956e8dcf80'
AMI: 'ami-0c6b1d09930fac512'
'us-east-2':
AMI: 'ami-02bcbb802e03574ba'
AMI: 'ami-0ebbf2179e615c338'
'us-west-1':
AMI: 'ami-0019ef04ac50be30f'
AMI: 'ami-015954d5e5548d13b'
'us-west-2':
AMI: 'ami-061392db613a6357b'
AMI: 'ami-0cb72367e98845d43'
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=amzn2-ami-hvm-2.0.20190313-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=amzn2-ami-hvm-2.0.20190508-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 e05aeef

Please sign in to comment.