Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 821 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 821 Bytes

Amazon Web Services

Refer to Magic Castle Documentation for a complete step-by-step guide.

TL;DR:

  1. Export the following environment variables : AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
  2. Download the latest release of Magic Castle for AWS.
  3. Unpack the release.
  4. Adapt the parameters in main.tf file.
  5. In a terminal, change your current directory to the directory containing main.tf.
  6. Initiate the Terraform state : terraform init.
  7. Verify the Terraform plan : terraform plan.
  8. Apply the Terraform plan : terraform apply.

To tear down the cluster, call: terraform destroy.