Skip to content

Instantly share code, notes, and snippets.

@lachlanagnew
Last active February 19, 2019 04:15
Show Gist options
  • Save lachlanagnew/98a562297862095af9db74c17a9ada2e to your computer and use it in GitHub Desktop.
Save lachlanagnew/98a562297862095af9db74c17a9ada2e to your computer and use it in GitHub Desktop.
$ wget https://INSERT-BUCKET-NAME.s3.amazonaws.com/latest/install
$ chmod +x ./install
$ sudo ./install auto
$ sudo service codedeploy-agent status
If the CodeDeploy agent is installed and running, you should see a message like The AWS CodeDeploy agent is running.
If you see a message like error: No AWS CodeDeploy agent running, start the service and run the following two commands, one at a time:
$ sudo service codedeploy-agent start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment