From the course: Bamboo Essential Training (2018)

Unlock this course with a free trial

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

Deploy the artifacts with AWS CodeDeploy, part 3

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

From the course: Bamboo Essential Training (2018)

Deploy the artifacts with AWS CodeDeploy, part 3

- [Instructor] So now we want to create a web server that can be used by AWS CodeDeploy. So when we create a web server as an EC2 instance, it cannot be used by AWS CodeDeploy unless you create and assign a specific role to it, or an instance profile that has some criteria. I already have that in IAM, Identity and Access Management Service, because I have used it in my other courses, my TNCT course, as well. So if I go to Role, there is a CodeDeploy client role in here, which if I click on it, you will see that it does have S3 read-only access. It needs S3 read-only access, because it wants to download our artifact. And it does have CodeDeployRole and CodeDeployDeployerAccess. And also because you want to grant, like assign this role to your web server and grant all the permissions to your web server, you need to edit the Trust Relationship and make sure that you have changed the default which is just ec2.amazonaws.com, and you have added codedeploy.amazonaws.com, also codedeploy dot…

Contents