Skip to content

Commit

Permalink
[auto] Update AMI IDs for 5.1.0 (gravitational#5231)
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim authored Jan 6, 2021
1 parent 86ae90f commit dd79d2a
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion assets/aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AWS_REGION ?= us-west-2
# This must be a _released_ version of Teleport, i.e. one which has binaries
# available for download on https://gravitational.com/teleport/download
# Unreleased versions will fail to build.
TELEPORT_VERSION ?= 5.0.2
TELEPORT_VERSION ?= 5.1.0

# Teleport UID is the UID of a non-privileged 'teleport' user
TELEPORT_UID ?= 1007
Expand Down
30 changes: 15 additions & 15 deletions examples/aws/cloudformation/ent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,21 @@ Mappings:
t2.xlarge: {Arch: HVM64}

AWSRegionArch2AMI:
# All AMIs from AWS - gravitational-teleport-ami-ent-5.0.2
eu-west-1: {HVM64 : ami-0a7905ee2868c8c05}
eu-west-2: {HVM64 : ami-069e60329adea4e34}
us-east-1: {HVM64 : ami-04d2385916dd47856}
us-east-2: {HVM64 : ami-0f900dd0f83f85fc8}
us-west-2: {HVM64 : ami-06ef10423599b881a}
us-west-1: {HVM64 : ami-06b1811ba89b47c57}
ap-south-1: {HVM64 : ami-04695b1610f0d4342}
ap-northeast-2: {HVM64 : ami-061ac92fd0fcaeb9a}
ap-southeast-1: {HVM64 : ami-0a79a045e20df6b0e}
ap-southeast-2: {HVM64 : ami-08d9cb75752fb6a65}
ap-northeast-1: {HVM64 : ami-0456fdbce0b88fd41}
ca-central-1: {HVM64 : ami-0d337e09068b2f679}
eu-central-1: {HVM64 : ami-0e648a1c6115bc1b0}
sa-east-1: {HVM64 : ami-0c3ef94b67ddacfd0}
# All AMIs from AWS - gravitational-teleport-ami-ent-5.1.0
eu-west-1: {HVM64 : ami-05bb9426379f3dad6}
eu-west-2: {HVM64 : ami-0bb256ecbaeff9c30}
us-east-1: {HVM64 : ami-0434e41f8b864621a}
us-east-2: {HVM64 : ami-0f7e3ffd995315d88}
us-west-2: {HVM64 : ami-0a2bf2338d5c8afb7}
us-west-1: {HVM64 : ami-073c78d2973da48e1}
ap-south-1: {HVM64 : ami-0021ce6e9397de8f2}
ap-northeast-2: {HVM64 : ami-082f4b239b2ec7809}
ap-southeast-1: {HVM64 : ami-0c080535548b31a13}
ap-southeast-2: {HVM64 : ami-06c7826f282bb7723}
ap-northeast-1: {HVM64 : ami-04b439bd84f4d0534}
ca-central-1: {HVM64 : ami-08148ccb9fd442608}
eu-central-1: {HVM64 : ami-0f47a495cbf2c07d0}
sa-east-1: {HVM64 : ami-038fea2412b74bbb5}

Resources:
# Auth server setup
Expand Down
30 changes: 15 additions & 15 deletions examples/aws/cloudformation/oss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,21 @@ Mappings:
t2.xlarge: {Arch: HVM64}

AWSRegionArch2AMI:
# All AMIs from AWS - gravitational-teleport-ami-oss-5.0.2
eu-west-1: {HVM64 : ami-0a2bd8219515cc583}
eu-west-2: {HVM64 : ami-0127fde5329e57db6}
us-east-1: {HVM64 : ami-00c6ad2689102ce43}
us-east-2: {HVM64 : ami-0e8dd3e87645c6212}
us-west-2: {HVM64 : ami-0a4ff169387d38f51}
us-west-1: {HVM64 : ami-075aa350b63064b6e}
ap-south-1: {HVM64 : ami-070ddf67bc51cbcac}
ap-northeast-2: {HVM64 : ami-0f23d38b446efcede}
ap-southeast-1: {HVM64 : ami-041977c32047ba246}
ap-southeast-2: {HVM64 : ami-042faaba34ca99d31}
ap-northeast-1: {HVM64 : ami-0e4dabbf85d9f6173}
ca-central-1: {HVM64 : ami-01ef9bef3d2ed1b84}
eu-central-1: {HVM64 : ami-0cf9fdd3fa2916637}
sa-east-1: {HVM64 : ami-07a1adb4720d0cb48}
# All AMIs from AWS - gravitational-teleport-ami-oss-5.1.0
eu-west-1: {HVM64 : ami-06f91c2445186f491}
eu-west-2: {HVM64 : ami-0f16738af2e274131}
us-east-1: {HVM64 : ami-0a6602fd79490dffe}
us-east-2: {HVM64 : ami-0aab08d7f8c181493}
us-west-2: {HVM64 : ami-0565222f2422639a2}
us-west-1: {HVM64 : ami-005e463c34c299575}
ap-south-1: {HVM64 : ami-09a50643628a057c4}
ap-northeast-2: {HVM64 : ami-080910726b3d308b7}
ap-southeast-1: {HVM64 : ami-0c2554e3bc7f3ea15}
ap-southeast-2: {HVM64 : ami-07c310f8ed047ae78}
ap-northeast-1: {HVM64 : ami-0d1e76eb52630a68a}
ca-central-1: {HVM64 : ami-0c0f0127dc772ddbc}
eu-central-1: {HVM64 : ami-0237fefb7ef0c3f79}
sa-east-1: {HVM64 : ami-0ebe3d3cf4ffec198}

Resources:
# Auth server setup
Expand Down
84 changes: 42 additions & 42 deletions examples/aws/terraform/AMIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,56 +6,56 @@ is updated when new AMI versions are released.
### OSS

```
# ap-south-1 v5.0.2 OSS: ami-070ddf67bc51cbcac
# ap-northeast-2 v5.0.2 OSS: ami-0f23d38b446efcede
# ap-southeast-1 v5.0.2 OSS: ami-041977c32047ba246
# ap-southeast-2 v5.0.2 OSS: ami-042faaba34ca99d31
# ap-northeast-1 v5.0.2 OSS: ami-0e4dabbf85d9f6173
# ca-central-1 v5.0.2 OSS: ami-01ef9bef3d2ed1b84
# eu-central-1 v5.0.2 OSS: ami-0cf9fdd3fa2916637
# eu-west-1 v5.0.2 OSS: ami-0a2bd8219515cc583
# eu-west-2 v5.0.2 OSS: ami-0127fde5329e57db6
# sa-east-1 v5.0.2 OSS: ami-07a1adb4720d0cb48
# us-east-1 v5.0.2 OSS: ami-00c6ad2689102ce43
# us-east-2 v5.0.2 OSS: ami-0e8dd3e87645c6212
# us-west-1 v5.0.2 OSS: ami-075aa350b63064b6e
# us-west-2 v5.0.2 OSS: ami-0a4ff169387d38f51
# ap-south-1 v5.1.0 OSS: ami-09a50643628a057c4
# ap-northeast-2 v5.1.0 OSS: ami-080910726b3d308b7
# ap-southeast-1 v5.1.0 OSS: ami-0c2554e3bc7f3ea15
# ap-southeast-2 v5.1.0 OSS: ami-07c310f8ed047ae78
# ap-northeast-1 v5.1.0 OSS: ami-0d1e76eb52630a68a
# ca-central-1 v5.1.0 OSS: ami-0c0f0127dc772ddbc
# eu-central-1 v5.1.0 OSS: ami-0237fefb7ef0c3f79
# eu-west-1 v5.1.0 OSS: ami-06f91c2445186f491
# eu-west-2 v5.1.0 OSS: ami-0f16738af2e274131
# sa-east-1 v5.1.0 OSS: ami-0ebe3d3cf4ffec198
# us-east-1 v5.1.0 OSS: ami-0a6602fd79490dffe
# us-east-2 v5.1.0 OSS: ami-0aab08d7f8c181493
# us-west-1 v5.1.0 OSS: ami-005e463c34c299575
# us-west-2 v5.1.0 OSS: ami-0565222f2422639a2
```

### Enterprise

```
# ap-south-1 v5.0.2 Enterprise: ami-04695b1610f0d4342
# ap-northeast-2 v5.0.2 Enterprise: ami-061ac92fd0fcaeb9a
# ap-southeast-1 v5.0.2 Enterprise: ami-0a79a045e20df6b0e
# ap-southeast-2 v5.0.2 Enterprise: ami-08d9cb75752fb6a65
# ap-northeast-1 v5.0.2 Enterprise: ami-0456fdbce0b88fd41
# ca-central-1 v5.0.2 Enterprise: ami-0d337e09068b2f679
# eu-central-1 v5.0.2 Enterprise: ami-0e648a1c6115bc1b0
# eu-west-1 v5.0.2 Enterprise: ami-0a7905ee2868c8c05
# eu-west-2 v5.0.2 Enterprise: ami-069e60329adea4e34
# sa-east-1 v5.0.2 Enterprise: ami-0c3ef94b67ddacfd0
# us-east-1 v5.0.2 Enterprise: ami-04d2385916dd47856
# us-east-2 v5.0.2 Enterprise: ami-0f900dd0f83f85fc8
# us-west-1 v5.0.2 Enterprise: ami-06b1811ba89b47c57
# us-west-2 v5.0.2 Enterprise: ami-06ef10423599b881a
# ap-south-1 v5.1.0 Enterprise: ami-0021ce6e9397de8f2
# ap-northeast-2 v5.1.0 Enterprise: ami-082f4b239b2ec7809
# ap-southeast-1 v5.1.0 Enterprise: ami-0c080535548b31a13
# ap-southeast-2 v5.1.0 Enterprise: ami-06c7826f282bb7723
# ap-northeast-1 v5.1.0 Enterprise: ami-04b439bd84f4d0534
# ca-central-1 v5.1.0 Enterprise: ami-08148ccb9fd442608
# eu-central-1 v5.1.0 Enterprise: ami-0f47a495cbf2c07d0
# eu-west-1 v5.1.0 Enterprise: ami-05bb9426379f3dad6
# eu-west-2 v5.1.0 Enterprise: ami-0bb256ecbaeff9c30
# sa-east-1 v5.1.0 Enterprise: ami-038fea2412b74bbb5
# us-east-1 v5.1.0 Enterprise: ami-0434e41f8b864621a
# us-east-2 v5.1.0 Enterprise: ami-0f7e3ffd995315d88
# us-west-1 v5.1.0 Enterprise: ami-073c78d2973da48e1
# us-west-2 v5.1.0 Enterprise: ami-0a2bf2338d5c8afb7
```

### Enterprise FIPS

```
# ap-south-1 v5.0.2 Enterprise FIPS: ami-0e811688d7d3b6227
# ap-northeast-2 v5.0.2 Enterprise FIPS: ami-093503d8a81b6307e
# ap-southeast-1 v5.0.2 Enterprise FIPS: ami-0d2895f7410079bbd
# ap-southeast-2 v5.0.2 Enterprise FIPS: ami-06693230c51fb0e0d
# ap-northeast-1 v5.0.2 Enterprise FIPS: ami-05f673bff2391728e
# ca-central-1 v5.0.2 Enterprise FIPS: ami-0a82f9f36e60d817f
# eu-central-1 v5.0.2 Enterprise FIPS: ami-08035796acc232f78
# eu-west-1 v5.0.2 Enterprise FIPS: ami-0e8fa9bc4fa17908f
# eu-west-2 v5.0.2 Enterprise FIPS: ami-029c505626efdea62
# sa-east-1 v5.0.2 Enterprise FIPS: ami-01d228dfc0689ba3d
# us-east-1 v5.0.2 Enterprise FIPS: ami-018c4b5ccff64d7e9
# us-east-2 v5.0.2 Enterprise FIPS: ami-0df5cf9dfcd531cd6
# us-west-1 v5.0.2 Enterprise FIPS: ami-0918982ce66173108
# us-west-2 v5.0.2 Enterprise FIPS: ami-01dd07b56ea95e464
# ap-south-1 v5.1.0 Enterprise FIPS: ami-01e616f2fe39908fc
# ap-northeast-2 v5.1.0 Enterprise FIPS: ami-0356be94935a96ca7
# ap-southeast-1 v5.1.0 Enterprise FIPS: ami-0b45ff93fb7766aa9
# ap-southeast-2 v5.1.0 Enterprise FIPS: ami-0de96885e6a13db50
# ap-northeast-1 v5.1.0 Enterprise FIPS: ami-0181086a2fe5f1d74
# ca-central-1 v5.1.0 Enterprise FIPS: ami-03f6bce27198db2b4
# eu-central-1 v5.1.0 Enterprise FIPS: ami-0ca478b6da8e94c64
# eu-west-1 v5.1.0 Enterprise FIPS: ami-0ed77ea87a2bab685
# eu-west-2 v5.1.0 Enterprise FIPS: ami-0700f26ed4883a45e
# sa-east-1 v5.1.0 Enterprise FIPS: ami-0206523176a5114b8
# us-east-1 v5.1.0 Enterprise FIPS: ami-0c4b67f3aef0ae20e
# us-east-2 v5.1.0 Enterprise FIPS: ami-09a0b8ad29b4f00c7
# us-west-1 v5.1.0 Enterprise FIPS: ami-05ef89504b48ec5aa
# us-west-2 v5.1.0 Enterprise FIPS: ami-0c44cdcdb22635de4
```
2 changes: 1 addition & 1 deletion examples/aws/terraform/ha-autoscale-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export TF_VAR_cluster_name="teleport.example.com"
# OSS: aws ec2 describe-images --owners 126027368216 --filters 'Name=name,Values=gravitational-teleport-ami-oss*'
# Enterprise: aws ec2 describe-images --owners 126027368216 --filters 'Name=name,Values=gravitational-teleport-ami-ent*'
# FIPS 140-2 images are also available for Enterprise customers, look for '-fips' on the end of the AMI's name
export TF_VAR_ami_name="gravitational-teleport-ami-ent-5.0.2"
export TF_VAR_ami_name="gravitational-teleport-ami-ent-5.1.0"

# AWS SSH key name to provision in installed instances, should be available in the region
export TF_VAR_key_name="example"
Expand Down
2 changes: 1 addition & 1 deletion examples/aws/terraform/starter-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ TF_VAR_license_path ?="/path/to/license"
# OSS: aws ec2 describe-images --owners 126027368216 --filters 'Name=name,Values=gravitational-teleport-ami-oss*'
# Enterprise: aws ec2 describe-images --owners 126027368216 --filters 'Name=name,Values=gravitational-teleport-ami-ent*'
# FIPS 140-2 images are also available for Enterprise customers, look for '-fips' on the end of the AMI's name
TF_VAR_ami_name ?="gravitational-teleport-ami-ent-5.0.2"
TF_VAR_ami_name ?="gravitational-teleport-ami-ent-5.1.0"

# Route 53 hosted zone to use, must be a root zone registered in AWS, e.g. example.com
TF_VAR_route53_zone ?="example.com"
Expand Down

0 comments on commit dd79d2a

Please sign in to comment.