export AWS_PROFILE=PROFILENAME
You can setup remote state on versions.tf
file.
It creates:
- IAM users in account
- VPC
- EKS with CPU and GPU Spot instances.
- S3 Bucket for each user with restricted policy.
- DocumentDB cluster for each user. (TBD: IAM Auth)
- Cloudwatch alarms on S3 BytesDownload metric and DocDB NetworkTransmitThroughput metric. (TBD: Correct dimensions)
- Setup
terraform.tfvars
. - (Optional) Make sure you specified correct bucket in
versions.tf
inbackend "s3"
map. - Check your installation with
terraform plan
- If everything works for you -
terraform apply