From 97538884f902ab46045e67d636a54dc07bab0fb8 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Wed, 17 May 2023 11:30:00 -0400 Subject: [PATCH] Update AMI usage instructions (#25807) Closes #18600 Our usage instructions for newly built Teleport AWS AMIs point to a location of the docs that no longer exists. Update this to point to current locations within the docs. --- assets/aws/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/assets/aws/README.md b/assets/aws/README.md index 2288fc187aefd..c974a8484afac 100644 --- a/assets/aws/README.md +++ b/assets/aws/README.md @@ -51,4 +51,15 @@ make oss ## Usage instructions -To use the AMI, see the [AMI guide](https://gravitational.com/teleport/docs/aws_oss_guide/#single-oss-teleport-amis-manual-gui-setup) in the docs. +To see how to use your Teleport AMI to run a single-instance Teleport cluster, +read our [Getting Started Guide](https://goteleport.com/docs/get-started). + +You can use your Teleport AMI to deploy EC2 instances running any Teleport +service. To read how to join your instance to a Teleport cluster in order to +protect resources in your infrastructure, see our [Joining Services to a +Cluster](https://goteleport.com/docs/management/join-services-to-your-cluster/) +guides. + +If you are hosting the Teleport Auth and Proxy Services yourself, [read our +guide](https://goteleport.com/docs/deploy-a-cluster/high-availability/) to +designing a high-availability architecture for your Teleport deployment.