Skip to content

Commit

Permalink
update ami list instrs in aws ha terraform makefile (#39746)
Browse files Browse the repository at this point in the history
* update ami list in aws ha terraform makefile

* include fips instrs

Co-authored-by: Reed Loden <[email protected]>

---------

Co-authored-by: Reed Loden <[email protected]>
  • Loading branch information
stevenGravy and reedloden authored Mar 27, 2024
1 parent 0b01cf5 commit 16b0f45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/aws/terraform/ha-autoscale-cluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ TF_VAR_license_path ?=
# AMI name contains the version of Teleport to install, and whether to use OSS or Enterprise version
# These AMIs are published by Gravitational and shared as public whenever a new version of Teleport is released
# To list available AMIs:
# OSS: aws ec2 describe-images --filters 'Name=name,Values=gravitational-teleport-ami-oss*'
# Enterprise: aws ec2 describe-images --filters 'Name=name,Values=gravitational-teleport-ami-ent*'
# OSS: aws ec2 describe-images --owners 146628656107 --filters 'Name=name,Values=teleport-oss-*'
# Enterprise: aws ec2 describe-images --owners 146628656107 --filters 'Name=name,Values=teleport-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 ?=

# Route 53 zone to use, should be the zone registered in AWS, e.g. example.com
Expand Down

0 comments on commit 16b0f45

Please sign in to comment.