From the course: Complete Guide to Serverless Web App Development on AWS

Unlock this course with a free trial

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

Deploying an app using AppRunner

Deploying an app using AppRunner

- [Instructor] Let's deploy what you built previously and explore what is happening behind the scenes. One important thing, AppRunner does not scale to zero, which means you will be charged as long as the service is running. I recommend pausing the service or even deleting the cloud formation stack after completing this section to avoid unnecessary cost. So in order to deploy, we can deploy as any CDK project, CDK Deploy, and then this will be doing what CDK does. First, it will pop us for the IAM statements so we can approve it and then it will start a deployment. This deployment will be quite long. So my recommendation is that you go to the AppRunner console and you take a look of what is going on there. So when you open this, you'll see that there is quite a lot of information here. First you can see the container image that we are using to source to ECR. We can already see that we have a domain name for it. And then we will see multiple logs here. First, we'll have the service…

Contents