I want to setup CodeDeploy from AWS and I'm following this guide:
http://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install.html#codedeploy-agent-operations-install-linux
What is bucket-name?
As I can see some bucket, but how will I be able to download something from this? I'm talking about this command:
wget https://bucket-name.s3.amazonaws.com/latest/install
The document there states as follows
So just check your region and accordingly select the bucket name
E.g. If your region is
US East (N. Virginia)region then the bucket name isaws-codedeploy-us-east-1and accordingly the wget URL ishttps://aws-codedeploy-us-east-1.s3.amazonaws.com/latest/install