Вы можете скопировать одну конфигурацию среды beasstalk elasti c из региона в другой следующим образом.
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 со средой во втором регионе
V - загрузить файл конфигурации to elasti c среда стебля бобов в другом регионе
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 - применить сохраненную конфигурацию при создании среды (консоль Elasti c 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.