Terraform script to launch RASA X on AWS with just one click.
- AWS Version: AWS-CLI V2.0
- RASA-X Version: 35.01 release
- Storage: EBS Volume - 100GB
- OS: ubuntu:18.04
- Instance type: t2.large
- Follow this blog for above steps: Terraform code to setup Infrastructure on AWS
- Change the profile name in code as per your IAM user
provider "aws" {
region = "ap-south-1"
profile = "Rohit" <------------- Change this IAM user
}
--> $ terraform init
--> $ terraform plan
--> $ terraform apply --auto-approve
$ terraform destroy --auto-approve