I'm trying to to use AWS codedeploy on ubuntu. The Agent does not start.
Here's what the Userdata
looks like:
"UserData" : {
"Fn::Base64" : {
...
"# Install the AWS CodeDeploy Agent.\n",
"aws s3 cp 's3://aws-codedeploy-us-east-1/latest/codedeploy-agent.noarch.rpm' . \n",
"apt-get install alien",
"alien /root/codedeploy-agent.noarch.rpm",
"dpkg -i codedeploy-agent_1.0-2.727_all.deb
> codedeploy-agent.log"****