From the course: Bamboo Essential Training (2018)

Unlock this course with a free trial

Join today to access over 22,500 courses taught by industry experts.

Deploy the artifacts with AWS CodeDeploy, part 2

Deploy the artifacts with AWS CodeDeploy, part 2 - Bamboo Tutorial

From the course: Bamboo Essential Training (2018)

Deploy the artifacts with AWS CodeDeploy, part 2

- [Narrator] So we want to now start creating all the services and objects that we need in order to deploy our artifact to our target servers using AWS CodeDeploy. Looking at this diagram, we need three main things to have. First one is, we need an AWS S3 bucket so that we can copy the final artifact to that S3 bucket. The final artifact, as you see if you look at the left side of the screen, is gonna include the result of building the source code, which is this line that goes and becomes a zip file eventually or it just becomes like an artifact. And also the PaaS scripts. So we want to merge the Paas script and the project output and then put them as a zip file into S3 bucket. So we are going to create an S3 bucket, then we need to go and create a web server. This web server is gonna host our .net mbc website which we call it accounting. And creating a web server that can be used by AWS CodeDeploy has some kind of criteria you cannot use any servers. So we will do it as a separate…

Contents