Skip to content

chiplunkarshubham/aws_codedeploy_using_github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws_codedeploy_using_github

Refer first chiplunkarshubham/aws_code_deploy as this is the continuation and userdata can also be found there.

How to fix

CodeDeploy agent was not able to receive the lifecycle event. Check the CodeDeploy agent logs on your host and make sure the agent is running and can connect to the CodeDeploy server.

Uninstall the codedeploy-agent

sudo yum erase codedeploy-agent -y

Remove the codedeploy-agent file from /opt directory

cd /opt

sudo rm -r codedeploy-agent/

Install the codedeploy-agent again.

sudo ./install auto

About

Using CodeDeploy and Code Pipeline to deploy app on ec2 instance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 81.4%
  • Shell 18.6%