Andrew Rynhard 13d0e5840c docs: add v0.3 boilerplate
This adds the logic for handling multiple versions of documentation, and
adds a copy of the v0.2 docs as a starting point.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-10-18 23:46:12 -07:00

524 B

title
title
AWS

First, create the AMI:

docker run \
    --rm \
    --volume $HOME/.aws/credentials:/root/.aws/credentials \
    --env AWS_DEFAULT_PROFILE=${PROFILE} \
    --env AWS_DEFAULT_REGION=${REGION} \
    talos-systems/talos:latest ami -var regions=${COMMA_SEPARATED_LIST_OF_REGIONS}

Once the AMI is created, you can now start an EC2 instance using the AMI ID. Provide the proper configuration as the instance's user data.

An official Terraform module is currently being developed, stay tuned!