teleport/assets/marketplace
2020-03-19 11:37:21 -03:00
..
cloudformation Remove old Cloudformation code (#3199) 2019-12-09 18:52:49 -04:00
files Add keep_alive_interval to AMI config (#3453) 2020-03-19 11:37:21 -03:00
.gitignore Add support for use of existing VPC with Cloudformation (#1957) 2018-06-01 15:54:46 -03:00
Jenkinsfile Single AMI changes for Amazon Marketplace (#2486) 2019-01-29 18:26:32 +00:00
Jenkinsfile-build-ent Added FIPS AMI build support (#3051) 2019-10-04 15:49:47 -03:00
Jenkinsfile-build-oss Added FIPS AMI build support (#3051) 2019-10-04 15:49:47 -03:00
LICENSE Move teleport-quickstart-aws into teleport repo 2018-04-24 11:31:18 -03:00
Makefile Use HTTPS for backend connections from LB with Terraform and ACM (#3399) 2020-03-03 15:49:24 -04:00
README.md Single AMI changes for Amazon Marketplace (#2486) 2019-01-29 18:26:32 +00:00
single-ami.json Change AMI owners to use Amazon alias (#3148) 2019-11-13 13:38:10 -04:00

Teleport AWS Quickstart Guide (Single AMI)

AWS Quickstart for Teleport using a single AMI.

Development instructions

Prerequisites

AWS CLI and Packer are required to build and launch a CloudFormation stack.

On macOS:

brew install awscli
brew install packer

On Linux:

apt install awscli
Follow instructions at: https://www.packer.io/docs/install/index.html

To build the OSS AMI

make oss

Usage instructions

After stack has been provisioned, login to the AWS Console and get the IP address of the server.

ssh -i key.pem ec2-user@$SERVER_IP

# For OSS

sudo -u teleport tctl users add bob bob

# For Enterprise

sudo -u teleport tctl users add bob --roles=admin