我最近从旧的AWS EB CLI工具(2.6.4)切换到了当前的工具(3.0.10),我想知道如何确保我的项目配置被迁移,以及我应该保留哪些配置文件.
我已经运行(新版本)eb init,现在在我的项目.elasticbeanstalk目录中有一个新文件
config.yml
Run Code Online (Sandbox Code Playgroud)
以及之前的几个
config
optionsettings.sitetest-develop-env
optionsettings.sitetest-env
Run Code Online (Sandbox Code Playgroud)
还需要哪些; 哪个可以删除; 以及我需要采取哪些步骤来确保将所有旧设置迁移到3.x AWS EB CLI工具(以及正确的位置)?