Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Updated Amazon Linux to 2017.09.1.20180115
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Jan 17, 2018
1 parent 5caf03a commit ab744c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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.09.1.20180103-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.20180115-x86_64-gp2" --query "Images[0].ImageId" --output "text"); printf "'$region':\n AMI: '$ami'\n"; done
```

## Manually Update ClamAV db
Expand Down
30 changes: 15 additions & 15 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,35 +111,35 @@ Conditions:
Mappings:
RegionMap:
'ap-south-1':
AMI: 'ami-4c045023'
AMI: 'ami-531a4c3c'
'eu-west-3':
AMI: 'ami-8715a2fa'
AMI: 'ami-8ee056f3'
'eu-west-2':
AMI: 'ami-63243c07'
AMI: 'ami-403e2524'
'eu-west-1':
AMI: 'ami-075eca7e'
AMI: 'ami-d834aba1'
'ap-northeast-2':
AMI: 'ami-7bef4f15'
AMI: 'ami-863090e8'
'ap-northeast-1':
AMI: 'ami-19910c7f'
AMI: 'ami-ceafcba8'
'sa-east-1':
AMI: 'ami-9582c1f9'
AMI: 'ami-84175ae8'
'ca-central-1':
AMI: 'ami-e5cc4981'
AMI: 'ami-a954d1cd'
'ap-southeast-1':
AMI: 'ami-1c99ee60'
AMI: 'ami-68097514'
'ap-southeast-2':
AMI: 'ami-33996b51'
AMI: 'ami-942dd1f6'
'eu-central-1':
AMI: 'ami-06a83869'
AMI: 'ami-5652ce39'
'us-east-1':
AMI: 'ami-5583d42f'
AMI: 'ami-97785bed'
'us-east-2':
AMI: 'ami-e81b308d'
AMI: 'ami-f63b1193'
'us-west-1':
AMI: 'ami-2f99984f'
AMI: 'ami-824c4ee2'
'us-west-2':
AMI: 'ami-a142e9d9'
AMI: 'ami-f2d3638a'
Resources:
FindingsTopic:
Type: 'AWS::SNS::Topic'
Expand Down

0 comments on commit ab744c0

Please sign in to comment.