将弹性beantalk配置复制到另一个区域中的环境

阿纳斯

我已经使用AWS Web Console设置了一个弹性beantalk应用程序和环境。现在,我需要将此环境的配置复制到另一个区域中的另一个环境。有没有办法做到这一点。有人可以帮我提供详细的文档吗?

阿纳斯

您可以通过以下方式将一个弹性beantalk环境配置从一个区域复制到另一个区域。

I-保存环境的配置

1. Open the Elastic Beanstalk console
2. Navigate to the management page for your environment.
3. Choose Actions, and then choose Save Configuration.
4. Use the on-screen form to name the saved configuration. Optionally, provide a brief description, and add tag keys and values.
5. Choose Save.

II-使用第一个区域中的环境初始化EB CLI

III-下载已保存的配置

1. You can download a configuration using the EB CLI eb config command, as shown in the following example.
        `eb config get NAME`        ; where NAME is the name of your saved configuration.

IV-使用第二个区域中的环境初始化EB CLI

V-将配置文件上传到另一个区域的弹性bean茎环境

1. You can upload a configuration file using following command.
        `eb config put filename`    ; where `filename` is the name of configuration file without the full path. 
                                        The filename must have the file extension .cfg.yml
    (Now you can see the configuration in `Saved configuration` in the second environment )

VI-在环境创建期间应用保存的配置(Elastic Beanstalk控制台)

1. Open the Elastic Beanstalk console.
2. Choose an application.
3. Choose Saved Configurations.
4. Choose a saved configuration, and then choose Launch environment.
5. Proceed through the wizard to create your environment.

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

boto-将快照复制到另一个区域

来自分类Dev

boto-将快照复制到另一个区域

来自分类Dev

无法将 SQLite 数据库从资产复制到另一个区域

来自分类Dev

将像素从一个图像复制到另一个

来自分类Dev

C:将一个char *指针复制到另一个

来自分类Dev

将文件从一个目录复制到另一个

来自分类Dev

Git将一个分支复制到另一个

来自分类Dev

将元素从一个内存复制到另一个

来自分类Dev

将数据从一个hbase表复制到另一个

来自分类Dev

如何将一个画布的内容复制到另一个?

来自分类Dev

将Android Activity从一个应用复制到另一个

来自分类Dev

使用PIL将一个图像复制到另一个图像

来自分类Dev

将数据从一个表复制到另一个表

来自分类Dev

将内容从一个元素复制到另一个

来自分类Dev

将条件从一个对象复制到另一个对象

来自分类Dev

将特定的列从一个DataTable复制到另一个

来自分类Dev

将JS事件从一个元素复制到另一个

来自分类Dev

将消息从一个队列复制到另一个队列

来自分类Dev

将范围从一个容器复制到另一个容器

来自分类Dev

将一个小组的每个孩子复制到另一个小组?

来自分类Dev

将文件从一个目录复制到另一个目录

来自分类Dev

将一个char数组复制到另一个char数组

来自分类Dev

jQuery代码将一个图片源复制到另一个

来自分类Dev

如何将一个迭代器复制到另一个?

来自分类Dev

将几列从一个表复制到另一个

来自分类Dev

将文件从一个拉链复制到另一个?

来自分类Dev

std :: transform将一个结构数组复制到另一个

来自分类Dev

如何将一个Google文档复制到另一个

来自分类Dev

将文件从一个拉链复制到另一个?

Related 相关文章

热门标签

归档