From the course: AWS for Developers: Deploy a WordPress Blog with AWS CDK v2

Unlock the full course today

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

Verification and validation

Verification and validation

- [Instructor] For our infrastructure to be ready and deployed, we're going to need two of our stacks, in this case, I'm deploying only to the development environment for our demo purposes. Let me show you. We're going to need WP Networking Dev, in this case, and WP file System DB dev as well. I went ahead and deployed both. Let me show you, CDK deploy WP file system database dev. I'm deploying this one again just to show you what happens when you deploy something that's already out there. You're going to see the output that says node changes, which you can see right here. Now, it's still useful to execute this command because you get to see the output. So one of these is the URL to our load balancer, so we can just click on that to configure our WordPress. I'm going to click on that, but we're not ready to test this just yet. Let's make sure that our infrastructure is deployed correctly. So how do we go about that?…

Contents