Skip to main content

Installing Teleport on Amazon EC2

We provide pre-built amd64 and arm64 Amazon Linux 2023 based EC2 AMIs with Teleport pre-installed.

Installing Teleport as a cluster

These images are primarily intended for deploying a Teleport cluster using our reference Terraform code.

See the AWS Single-Instance Deployment and the Running Teleport Enterprise in High Availability mode on AWS using Terraform guide for detailed usage examples.

In order to use these AMIs outside of the reference Terraform, you can configure the Teleport installation by setting configuration variables in the /etc/teleport.d/conf file on the EC2 instance. See the Starter Cluster Configuration Template for a list of the available configuration options.

The image names all include the build timestamp (shown as $TIMESTAMP in the table below), and are tagged for easier searching.

Image nameEditionArchitectureFIPS supportAMI Tags
teleport-oss-17.5.4-x86_64-$TIMESTAMPOSSamd64NoTeleportVersion: 17.5.4, TeleportEdition: oss, TeleportFipsEnabled: false
teleport-oss-17.5.4-arm64-$TIMESTAMPOSSarm64NoTeleportVersion: 17.5.4, TeleportEdition: oss, TeleportFipsEnabled: false
teleport-ent-17.5.4-x86_64-$TIMESTAMPEnterpriseamd64NoTeleportVersion: 17.5.4, TeleportEdition: ent, TeleportFipsEnabled: false
teleport-ent-17.5.4-arm64-$TIMESTAMPEnterprisearm64NoTeleportVersion: 17.5.4, TeleportEdition: ent, TeleportFipsEnabled: false
teleport-ent-17.5.4-x86_64-fips-$TIMESTAMPEnterpriseamd64YesTeleportVersion: 17.5.4, TeleportEdition: ent, TeleportFipsEnabled: true
teleport-ent-17.5.4-arm64-fips-$TIMESTAMPEnterprisearm64YesTeleportVersion: 17.5.4, TeleportEdition: ent, TeleportFipsEnabled: true

These AMIs are owned by AWS account ID 146628656107.

All images are based on Amazon Linux 2023 and have been hardened using the Amazon EC2 ImageBuilder STIG hardening component.

Teleport AMIs are automatically published to all non-opt-in AWS regions.