- Terraform with version >= 0.12
- AWS account
- Create a
aws_keys.tfvars
file that will containsaws_access_key
andaws_secret_key
. You can followaws_keys.tfvars.example
file that I've provided - Run
terraform init
- Run
terraform apply -var-file="aws_keys.tfvars"
- Run
terraform output
to get load balancer's host name that you can use to test if your cluster has been provisioned successfully
- Run
terraform destroy -var-file="aws_keys.tfvars"
You can email me at kadeksuryam@gmail.com