mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-21 22:51:13 +02:00
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>
524 B
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!