airavata-courses / TeamApex

Repository for TeamApex
4 stars 5 forks source link

Problem with Step 6: Create a CodeDeploy application & development group. #34

Open marpierc opened 8 years ago

marpierc commented 8 years ago

I'm having trouble with Step 6 of your setup instructions, https://github.com/airavata-courses/TeamApex/wiki/Milestone-5-Guide-to-Setting-Up-Amazon's-CodeDeploy-Travis-Integration.

The VM that I set up and instantiated in the previous steps doesn't show up in the drop down list.

marpierc commented 8 years ago

I found the problem. I needed to add a name to my EC2 instance.

gouravshenoy commented 8 years ago

Yes, CodeDeploy binds to your EC2 instance via tags. So, most preferred approach is to have a 'Name' tag on your instance and then select that instance during CodeDeploy setup.