AWS Codedeploy failing "CircleCI Bug"

While debugging with SSH and trying to run create_application_revision /tmp/codedeploy_applications.json /tmp/codedeploy_revisions.json manually, I receive a command not found error.

Can you show the full error?

There isn’t any error output in the UI, but if I try to run the line where it stops I get the following:

ubuntu@box1271:~$ create_application_revision /tmp/codedeploy_applications.json /tmp/codedeploy_revisions.json
-bash: create_application_revision: command not found

It seems that the aws bootstrapping steps aren’t working properly.