If you have any problems, open an issue and I'll try my best to fix it.
Article availaible here
- Create an AMI following this guide
- Configure terraform by adding a profile or credentials in
/terraform/providers.tf
- Deploy on AWS using terraform:
- Navigate to the Terraform directory:
cd terraform
- Initialize Terraform:
terraform init
- Apply the Terraform configuration:
terraform apply
- Navigate to the Terraform directory:
- Copy your API URL from the Terraform output
- Open the frontend URL from the Terraform output
- Configure the frontend by clicking on
API Configuration
and enter your API URL - Request an instance by clicking on
Request an instance
- Wait for the public IP of your launched instance
- Access the instance by clicking on the public IP displayed by the frontend and enjoy!