Skip to content

rohitg00/rasa-x-infra-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages