Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit fef6660

Browse files
committed
updated Amazon Linux AMI
1 parent 193c08b commit fef6660

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

DEV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ To update the region map execute the following lines in your terminal:
55

66
```
77
$ regions=$(aws ec2 describe-regions --query "Regions[].RegionName" --output text)
8-
$ for region in $regions; do ami=$(aws --region $region ec2 describe-images --filters "Name=name,Values=amzn-ami-hvm-2016.09.1.20161221-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
8+
$ 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
99
```

showcase.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,33 @@ Parameters:
1919
Mappings:
2020
RegionMap:
2121
'ap-south-1':
22-
AMI: 'ami-52c7b43d'
22+
AMI: 'ami-47205e28'
2323
'eu-west-2':
24-
AMI: 'ami-b6daced2'
24+
AMI: 'ami-ed100689'
2525
'eu-west-1':
26-
AMI: 'ami-01ccc867'
26+
AMI: 'ami-d7b9a2b1'
2727
'ap-northeast-2':
28-
AMI: 'ami-9d15c7f3'
28+
AMI: 'ami-e21cc38c'
2929
'ap-northeast-1':
30-
AMI: 'ami-923d12f5'
30+
AMI: 'ami-3bd3c45c'
3131
'sa-east-1':
32-
AMI: 'ami-37cfad5b'
32+
AMI: 'ami-87dab1eb'
3333
'ca-central-1':
34-
AMI: 'ami-0bd66a6f'
34+
AMI: 'ami-a7aa15c3'
3535
'ap-southeast-1':
36-
AMI: 'ami-fc5ae39f'
36+
AMI: 'ami-77af2014'
3737
'ap-southeast-2':
38-
AMI: 'ami-162c2575'
38+
AMI: 'ami-10918173'
3939
'eu-central-1':
40-
AMI: 'ami-b968bad6'
40+
AMI: 'ami-82be18ed'
4141
'us-east-1':
42-
AMI: 'ami-c58c1dd3'
42+
AMI: 'ami-a4c7edb2'
4343
'us-east-2':
44-
AMI: 'ami-4191b524'
44+
AMI: 'ami-8a7859ef'
4545
'us-west-1':
46-
AMI: 'ami-7a85a01a'
46+
AMI: 'ami-327f5352'
4747
'us-west-2':
48-
AMI: 'ami-4836a428'
48+
AMI: 'ami-6df1e514'
4949
Conditions:
5050
UseCrossAccountIAM: !Not [!Equals [!Ref AssumeRole, '']]
5151
UseLocalIAM: !Equals [!Ref AssumeRole, '']

0 commit comments

Comments
 (0)