AWS ELB扩展执行命令

时间:2018-12-28 11:27:38

标签: amazon-web-services amazon-elastic-beanstalk

我正在尝试执行一个命令,该命令将在我的beantalk环境中部署新实例时安装漂亮的汤。但是似乎没有用。

我已经在根目录中创建了目录“ .ebextentions”,并创建了名为“ 01_install_BD.config”的配置文件。

enter image description here

我在配置文件中添加了以下内容:

commands:
  install_beautiful_soup:
    command: "sudo pip install beautifulsoup4"

是否缺少我的东西,因为上述方法似乎未按预期安装beautifulsoup。

0 个答案:

没有答案