EC2 API Error validating access credential

后端 未结 7 2075
梦谈多话
梦谈多话 2020-12-24 01:12

I installed the ec2 api following the amazon guide. I setted up the access id and secret as environment variable.

Here it is my profile:

expor

7条回答
  •  轮回少年
    2020-12-24 01:37

    I had a similar issue. The clock on my local server was off. I corrected it with the following command.

    sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z"

    Then, aws worked.

提交回复
热议问题