Search code examples
amazon-web-servicesaws-code-deploy

Is it possible to upload my code from github into my AWS account?


I have put my basic html code onto my github repo. I was wondering if I can push the code from github onto AWS, which will then allow me to monitor its health and the usage of it?

Thanks


Solution

  • In order to achieve this, you can use AWS CodeDeploy -http://docs.aws.amazon.com/codedeploy/latest/userguide/github-integ-tutorial.html - where I guess you have completed step 1,2 and 3.

    Step 6 is handy too, as it explains how you can monitor your deployment and monitor its state.