AWS Elastic BeanStalk 签名不匹配
AWS Elastic BeanStalk SignatureDoesNotMatch
我使用 windows Power shell 创建了一个 Elastic Beanstalk 环境,我遵循了这个部署文档 Deploying a Django Application to Elastic Beanstalk
我完成了这些步骤:
Python Django 虚拟环境,
创建了 django 项目,
创建 IAM 用户我得到了访问密钥 ID 和秘密访问密钥 ID
这一步环境失败并部署您的 Django 应用程序
每当我尝试 eb init
它询问访问密钥、秘密访问密钥和区域 aws 应用程序在完成这些步骤后自动生成的名称时,我收到此错误
SignatureDoesNotMatch. The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details
我是部署新手,请帮助我
提前致谢...
问题是您使用的是 EB CLI 版本 2.x。这已被弃用,不再受支持。基本命令集随着版本 3.x.
而改变
The Elastic Beanstalk Command Line Interface (EB CLI)
解决方法是安装最新版本。
Install the Elastic Beanstalk Command Line Interface (EB CLI)
我使用 windows Power shell 创建了一个 Elastic Beanstalk 环境,我遵循了这个部署文档 Deploying a Django Application to Elastic Beanstalk
我完成了这些步骤: Python Django 虚拟环境,
创建了 django 项目,
创建 IAM 用户我得到了访问密钥 ID 和秘密访问密钥 ID
这一步环境失败并部署您的 Django 应用程序
每当我尝试 eb init
它询问访问密钥、秘密访问密钥和区域 aws 应用程序在完成这些步骤后自动生成的名称时,我收到此错误
SignatureDoesNotMatch. The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details
我是部署新手,请帮助我
提前致谢...
问题是您使用的是 EB CLI 版本 2.x。这已被弃用,不再受支持。基本命令集随着版本 3.x.
而改变The Elastic Beanstalk Command Line Interface (EB CLI)
解决方法是安装最新版本。
Install the Elastic Beanstalk Command Line Interface (EB CLI)