From the course: AI Workshop: Advanced Chatbot Development

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Demo: Deploying the Dockerized chatbot to AWS ECS

Demo: Deploying the Dockerized chatbot to AWS ECS

From the course: AI Workshop: Advanced Chatbot Development

Demo: Deploying the Dockerized chatbot to AWS ECS

- [Instructor] Perfect. Now that we have our Terraform configuration and the image is pushed, we only have to run two commands. So let's go. Let's open a new terminal. The first one is Terraform init, which if you remember, we'll basically ensure that we can connect to AWS and we can use the AWS provider and everything is perfect. And there it goes. It worked perfectly. And now we just need to do the Terraform apply, which will apply our changes and will create infrastructure. This will first show us a plan. There it is. It will add 15 resources, which are all of the networking ones, and here it shows a security group, the route table associations, the VPC, and here you can see also like our configuration for our task definition, which is the bread and butter of our chatbot. Also the service definition and the log group. So we just have to type yes, and we can see that it is creating. Most of these objects take little time to create, so don't worry. It will take a longer time for…

Contents