From a2e94ed3f5838409daf401a77e582b0d6329bd55 Mon Sep 17 00:00:00 2001 From: "teleport-post-release-automation[bot]" <128860004+teleport-post-release-automation[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 02:48:36 +0000 Subject: [PATCH] [auto] Update AMI IDs for 14.3.0 (#36156) Co-authored-by: GitHub --- assets/aws/Makefile | 2 +- examples/aws/terraform/AMIS.md | 102 +++++++++--------- .../terraform/ha-autoscale-cluster/README.md | 2 +- .../aws/terraform/starter-cluster/README.md | 2 +- 4 files changed, 54 insertions(+), 54 deletions(-) diff --git a/assets/aws/Makefile b/assets/aws/Makefile index 150c98fb0b0e0..1631fa928bc4e 100644 --- a/assets/aws/Makefile +++ b/assets/aws/Makefile @@ -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 ?= 14.2.3 +TELEPORT_VERSION ?= 14.3.0 # Teleport UID is the UID of a non-privileged 'teleport' user TELEPORT_UID ?= 1007 diff --git a/examples/aws/terraform/AMIS.md b/examples/aws/terraform/AMIS.md index 1b0b61b5e84d2..a13d8b4f6d10f 100644 --- a/examples/aws/terraform/AMIS.md +++ b/examples/aws/terraform/AMIS.md @@ -6,65 +6,65 @@ is updated when new AMI versions are released. ### OSS ``` -# eu-north-1 v14.2.3 OSS: ami-0cad0d43d4e470bb1 -# ap-south-1 v14.2.3 OSS: ami-01869bd707a6476dc -# eu-west-1 v14.2.3 OSS: ami-0df5e39f5e29e18ef -# eu-west-2 v14.2.3 OSS: ami-02962143414c9524d -# eu-west-3 v14.2.3 OSS: ami-08aca827ef4020fa0 -# ap-northeast-1 v14.2.3 OSS: ami-05db4194e5872eaf3 -# ap-northeast-2 v14.2.3 OSS: ami-0d7ae53f9c8efb306 -# ap-northeast-3 v14.2.3 OSS: ami-0ad682e335f3e2491 -# sa-east-1 v14.2.3 OSS: ami-0cf03610b8452f47a -# ca-central-1 v14.2.3 OSS: ami-0e8d2db99941e5282 -# ap-southeast-1 v14.2.3 OSS: ami-0ebb4887a424cfcb6 -# ap-southeast-2 v14.2.3 OSS: ami-0b818f43228d5230e -# eu-central-1 v14.2.3 OSS: ami-014a9af79d033b337 -# us-east-1 v14.2.3 OSS: ami-0c19b3403a98fbf67 -# us-east-2 v14.2.3 OSS: ami-0c1bdc3c4487563c6 -# us-west-1 v14.2.3 OSS: ami-0419dc43c5fc011d3 -# us-west-2 v14.2.3 OSS: ami-03ea7f88f1aa2ef56 +# eu-north-1 v14.3.0 OSS: ami-0b9dd4f3f180e54d0 +# ap-south-1 v14.3.0 OSS: ami-0061bb007e74799c5 +# eu-west-1 v14.3.0 OSS: ami-0afb29bc1c2562b81 +# eu-west-2 v14.3.0 OSS: ami-034f28c9a79424637 +# eu-west-3 v14.3.0 OSS: ami-0a5c63f5108939191 +# ap-northeast-1 v14.3.0 OSS: ami-031c6ec5904831700 +# ap-northeast-2 v14.3.0 OSS: ami-08ba63c3cf0a344c8 +# ap-northeast-3 v14.3.0 OSS: ami-0a68442f82e8dfc20 +# sa-east-1 v14.3.0 OSS: ami-0a69db82f2810830b +# ca-central-1 v14.3.0 OSS: ami-0c560b16bf5909168 +# ap-southeast-1 v14.3.0 OSS: ami-033951ad323a2a108 +# ap-southeast-2 v14.3.0 OSS: ami-04734ea0ebdc7f7a9 +# eu-central-1 v14.3.0 OSS: ami-0417e75956364fefb +# us-east-1 v14.3.0 OSS: ami-0e669fb0d4761e46d +# us-east-2 v14.3.0 OSS: ami-04f3194264502eb98 +# us-west-1 v14.3.0 OSS: ami-0454b1bd513235f63 +# us-west-2 v14.3.0 OSS: ami-0619fe91e94427ac4 ``` ### Enterprise ``` -# eu-north-1 v14.2.3 Enterprise: ami-0823143c16feb7cee -# ap-south-1 v14.2.3 Enterprise: ami-010796da13380a461 -# eu-west-1 v14.2.3 Enterprise: ami-091c87a90d19b72a3 -# eu-west-2 v14.2.3 Enterprise: ami-02622c9870baa1e64 -# eu-west-3 v14.2.3 Enterprise: ami-0ce23fb5c8a8ec0ea -# ap-northeast-1 v14.2.3 Enterprise: ami-0ad67e7d1357a9cba -# ap-northeast-2 v14.2.3 Enterprise: ami-00450901d6a04e5c6 -# ap-northeast-3 v14.2.3 Enterprise: ami-0f7dd44bb07ab8ac4 -# sa-east-1 v14.2.3 Enterprise: ami-01c9676e88d2296ac -# ca-central-1 v14.2.3 Enterprise: ami-0cf748fb6217f1f6e -# ap-southeast-1 v14.2.3 Enterprise: ami-0e3c02582eb5dc611 -# ap-southeast-2 v14.2.3 Enterprise: ami-03d159d0cb3b592c2 -# eu-central-1 v14.2.3 Enterprise: ami-0e1f320b0cfd48650 -# us-east-1 v14.2.3 Enterprise: ami-0ef1c8de044716661 -# us-east-2 v14.2.3 Enterprise: ami-07f6b19b25a9d1d8e -# us-west-1 v14.2.3 Enterprise: ami-09e53b4d9476d3f2b -# us-west-2 v14.2.3 Enterprise: ami-02724aae38a5c304d +# eu-north-1 v14.3.0 Enterprise: ami-09dadf53e2f451d53 +# ap-south-1 v14.3.0 Enterprise: ami-0f287bcb7e9efc2ca +# eu-west-1 v14.3.0 Enterprise: ami-07407d2f99861a79f +# eu-west-2 v14.3.0 Enterprise: ami-010c14056289eff5f +# eu-west-3 v14.3.0 Enterprise: ami-0a1f2ea41d1c41c99 +# ap-northeast-1 v14.3.0 Enterprise: ami-0fad3042fff5fbc11 +# ap-northeast-2 v14.3.0 Enterprise: ami-07be9cbcec84544db +# ap-northeast-3 v14.3.0 Enterprise: ami-043caea7cfe5bf4e3 +# sa-east-1 v14.3.0 Enterprise: ami-0ac492f5adcead451 +# ca-central-1 v14.3.0 Enterprise: ami-03619d7832ed7e270 +# ap-southeast-1 v14.3.0 Enterprise: ami-094c7adcf7c82a36b +# ap-southeast-2 v14.3.0 Enterprise: ami-0e13a9638376a2fc2 +# eu-central-1 v14.3.0 Enterprise: ami-0bf9f884489c124b1 +# us-east-1 v14.3.0 Enterprise: ami-078c9fe9c6ae450b1 +# us-east-2 v14.3.0 Enterprise: ami-09b12631904615109 +# us-west-1 v14.3.0 Enterprise: ami-049fad9f02e8d9dea +# us-west-2 v14.3.0 Enterprise: ami-0548957fb14f54f42 ``` ### Enterprise FIPS ``` -# eu-north-1 v14.2.3 Enterprise FIPS: ami-042b6240574edec85 -# ap-south-1 v14.2.3 Enterprise FIPS: ami-0cebbf1c76c9a381a -# eu-west-1 v14.2.3 Enterprise FIPS: ami-048c59530c9a6f5db -# eu-west-2 v14.2.3 Enterprise FIPS: ami-0cc8bcd7c3830ed6c -# eu-west-3 v14.2.3 Enterprise FIPS: ami-06fcb3e2dd8ffcafb -# ap-northeast-1 v14.2.3 Enterprise FIPS: ami-088a5e80609ed21e1 -# ap-northeast-2 v14.2.3 Enterprise FIPS: ami-07b2472ab4e113876 -# ap-northeast-3 v14.2.3 Enterprise FIPS: ami-0948bfadabb0221cd -# sa-east-1 v14.2.3 Enterprise FIPS: ami-071071dd94e15dec0 -# ca-central-1 v14.2.3 Enterprise FIPS: ami-02de47afc6379553a -# ap-southeast-1 v14.2.3 Enterprise FIPS: ami-07b820f8136d57807 -# ap-southeast-2 v14.2.3 Enterprise FIPS: ami-0bd4744de0e00344b -# eu-central-1 v14.2.3 Enterprise FIPS: ami-0550f36477374c2e9 -# us-east-1 v14.2.3 Enterprise FIPS: ami-0e4b500eadc403654 -# us-east-2 v14.2.3 Enterprise FIPS: ami-0149356eddd1dbaef -# us-west-1 v14.2.3 Enterprise FIPS: ami-090874227236a7271 -# us-west-2 v14.2.3 Enterprise FIPS: ami-0cc9ac59539a1743e +# eu-north-1 v14.3.0 Enterprise FIPS: ami-008dd0f06c37d13e5 +# ap-south-1 v14.3.0 Enterprise FIPS: ami-057810b642ccd7606 +# eu-west-1 v14.3.0 Enterprise FIPS: ami-0b155f8accd9474c1 +# eu-west-2 v14.3.0 Enterprise FIPS: ami-0a7e57e9a8de4d796 +# eu-west-3 v14.3.0 Enterprise FIPS: ami-0775dcdca9c140332 +# ap-northeast-1 v14.3.0 Enterprise FIPS: ami-095ac6b0849298985 +# ap-northeast-2 v14.3.0 Enterprise FIPS: ami-0edbe09fa70d343a2 +# ap-northeast-3 v14.3.0 Enterprise FIPS: ami-0a3b7ee6e00f6db46 +# sa-east-1 v14.3.0 Enterprise FIPS: ami-0db3f9d40c4e4ad28 +# ca-central-1 v14.3.0 Enterprise FIPS: ami-02a3a2809df46d69c +# ap-southeast-1 v14.3.0 Enterprise FIPS: ami-0ddf641da2a27bd71 +# ap-southeast-2 v14.3.0 Enterprise FIPS: ami-0b667c2fdcdf7b109 +# eu-central-1 v14.3.0 Enterprise FIPS: ami-06823fdf6c5c9dfb9 +# us-east-1 v14.3.0 Enterprise FIPS: ami-07546f195c846fb3f +# us-east-2 v14.3.0 Enterprise FIPS: ami-02959ec5b4cc4e533 +# us-west-1 v14.3.0 Enterprise FIPS: ami-01a5ef583d48e90a5 +# us-west-2 v14.3.0 Enterprise FIPS: ami-0a73854c142abdcb3 ``` diff --git a/examples/aws/terraform/ha-autoscale-cluster/README.md b/examples/aws/terraform/ha-autoscale-cluster/README.md index 7a10934603fee..e0c72a70a085e 100644 --- a/examples/aws/terraform/ha-autoscale-cluster/README.md +++ b/examples/aws/terraform/ha-autoscale-cluster/README.md @@ -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-14.2.3" +export TF_VAR_ami_name="gravitational-teleport-ami-ent-14.3.0" # AWS SSH key name to provision in installed instances, should be available in the region export TF_VAR_key_name="example" diff --git a/examples/aws/terraform/starter-cluster/README.md b/examples/aws/terraform/starter-cluster/README.md index 376294b690ef8..0717904c8672f 100644 --- a/examples/aws/terraform/starter-cluster/README.md +++ b/examples/aws/terraform/starter-cluster/README.md @@ -98,7 +98,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-14.2.3" +TF_VAR_ami_name ?= "gravitational-teleport-ami-ent-14.3.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"