From the course: AWS Infrastructure as Code for Software Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Full deployment validation

Full deployment validation - Amazon Web Services (AWS) Tutorial

From the course: AWS Infrastructure as Code for Software Developers

Start my 1-month free trial

Full deployment validation

- [Instructor] All right, so we're looking at our final architecture here. And this is why it's really important to validate as you go, because now we have many components and moving parts in our deployment. We had our load balancer going into our public subnets. We also have our web application servers, or mock servers in this case, because we're just displaying a single webpage with a single message, and those are in the private subnets. So we need to validate each and every one of those components and make sure everything is as we expected it to be. And of course we have our underlying infrastructure as well, which includes routing, NAT gateways, internet gateways, and so on. So we'll concentrate on the resources that we just recently deployed. Let's go to our console and do our verification. All right, as you can see, our stack is fully deployed at this time, but now let's verify that it's actually working. We'll go…

Contents