You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the deploy-code command, the deployment fails. Looking in the CodeDeploy logs, I get the following message: The request signature we calculated does not match the signature you provided. Check your key and signing method..
However, when I visit the CloudDeploy console and click "Deploy this revision" for the deployment that failed, everything works fine. In other words, I am able to successfully execute the exact same deployment via the UI that fails on the command line. It uses the bundle produced by code-deploy and everything.
The text was updated successfully, but these errors were encountered:
Comment by cpliakas Tuesday Nov 17, 2015 at 01:34 GMT
So, got some more info on this.
I was trying to put my builds in a builds directory since I use the bucket for other things related to this app e.g. ELB logs, and that caused the problem. I changed S3Bucket.new('my-service/builds') to S3Bucket.new('my-service') and deploy-code works like a charm.
Weird that the upload to S3 works perfectly but fails when the instance tries to pull it.
Issue by cpliakas
Monday Nov 16, 2015 at 17:58 GMT
Originally opened as https://github.com/acquia/cloud-moonshot/issues/42
When running the
deploy-code
command, the deployment fails. Looking in the CodeDeploy logs, I get the following message:The request signature we calculated does not match the signature you provided. Check your key and signing method.
.However, when I visit the CloudDeploy console and click "Deploy this revision" for the deployment that failed, everything works fine. In other words, I am able to successfully execute the exact same deployment via the UI that fails on the command line. It uses the bundle produced by
code-deploy
and everything.The text was updated successfully, but these errors were encountered: