Teevity / ice

AWS Usage Tool
2.85k stars 434 forks source link

dockerice_ice_1 exited with code 0 #199

Open pleegor opened 8 years ago

pleegor commented 8 years ago

I am trying to setup container however, when I ran docker-compose up I got dockerice_ice_1 exited with code 0 when I as looking more into the output I found the following error:

ice_1 | 2016-02-25 00:07:03,793 [localhost-startStop-1] INFO BootStrap - Starting ice... ice_1 | | Error com.amazonaws.services.s3.model.AmazonS3Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (Service: Amazon S3; Status Code: 403; Error Code: SignatureDoesNotMatch; Request ID: *********************), S3 Extended Request ID: 6rWB48bERymibD2hNItWcUck/xF+S1kW8+cxwHgyzeYIOFJlv15A5wRjEd0jF0R4ZK2mHSA6/Qw=

Is there a specific permission for account that is used in ice? if there is one, could you please advise on that?

NitriKx commented 8 years ago

The request signature we calculated does not match the signature you provided. Check your key and signing method. means that there is a problem with the AWS client, which does not sign the request correctly.

Do you use Access Keys or Role?

sekka1 commented 8 years ago

Having the same issue here. I am using a key that has admin permission.