Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.21 KB

rasa-x-infra-terraform

Terraform script to launch RASA X on AWS with just one click.

Must Follow below given steps to set-up this infrastructure successfully

Version

  • AWS Version: AWS-CLI V2.0
  • RASA-X Version: 35.01 release

Step 1 : Install aws and terraform in your PC

  • Storage: EBS Volume - 100GB
  • OS: ubuntu:18.04
  • Instance type: t2.large

Step 2: Configure aws user in your PC

provider "aws" {
  region  = "ap-south-1"
  profile = "Rohit" <------------- Change this IAM user
}

Step 3: Once done, Above step for user configuration move to directory where task.tf is stored

Step 4: Run following commands

--> $ terraform init
--> $ terraform plan
--> $ terraform apply --auto-approve

Step 5: Once work done and want to destroy entire infrastructure then use

$ terraform destroy --auto-approve

Author

Rohit Ghumare

MIT License

MIT