AWS: Code deploy installation failed

Question:

I’m trying to setup deployment from github repository via AWS.

I have an issue during these steps:

This command fails:

It returns:

I’ve allowed all the ports for inbound/outbound traffic for my instance.

What is wrong?

Answer:

Yeah, as @smart said, the “bucket-name” should be replace for different name in different region, like aws-codedeploy-us-east-2 for instances in the US East (Ohio) region etc..

Leave a Reply