From the course: Complete Guide to AWS Software Deployment

Unlock the full course today

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

AWS CodeDeploy: App creation

AWS CodeDeploy: App creation

- [Instructor] For this next part of the demo, we'll go straight into the CodeDeploy console. We're going to create an application definition. So head to CodeDeploy and on the side here, choose Applications and go to Create Application. We'll give it a name, my_art_gallery with underscores. And for Compute Platform, we have a few options, EC2, Lambda and ECS. We will choose EC2, skip Tags and go to Create Application. Now, there's one more step here for setup. We need to create a deployment group. Click the button, Create Deployment Group and we'll give it a name, art_gallery_deployment_group, again with underscores and scroll down. For Service Role, you'll recall that we created an IM role just for this called CodeDeploy Service Role so that should come up. Choose it and scroll down. In-place deployment type of work. This means that when a deployment takes place, our instances will have a little bit of downtime. Blue/Green would allow for a zero downtime deployment but that takes a…

Contents