如何使用 Elastic Beanstalk 配置 aws cli 配置文件?
Posted
技术标签:
【中文标题】如何使用 Elastic Beanstalk 配置 aws cli 配置文件?【英文标题】:How can i Configure aws cli profile with Elastic Beanstack? 【发布时间】:2018-04-20 17:59:27 【问题描述】:我正在使用 Elastic Beanstack 来部署我的应用程序。在部署期间,我必须运行一些命令。所以我已经为它准备了.ebextensions
脚本。我的脚本做了什么
-
python (
pip
)
aws cli
还有一些 aws
命令,我需要配置 aws 配置文件 (aws configure
)
那么如何在.ebextensions
的批处理脚本中使用Elastic Beanstack 配置aws profile
。
【问题讨论】:
【参考方案1】:Elastic Beanstalk 对命令行界面使用不同的程序。
为 Linux 安装 awsebcli:
pip install awsebcli --upgrade --user
对于 Windows:
Install Python, pip, and the EB CLI on Windows
【讨论】:
抱歉,我正在使用带有.ebextension
的批处理脚本。我需要aws configure
并将配置放在批处理脚本中以上是关于如何使用 Elastic Beanstalk 配置 aws cli 配置文件?的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Elastic Beanstalk 配置 aws cli 配置文件?
如何在 .ebextensions 配置中使用条件(AWS Elastic Beanstalk)
如何在 AWS Elastic Beanstalk 中更改数据库配置
如何使用配置文件 (.ebextensions) 在 AWS Elastic Beanstalk 上安装 PHP IMAP 扩展?