eb clone <environment-name>
Clones an environment to a new environment so that both have identical environment settings
Arguments
Name | Description |
---|
environment-name | The name of the environment to clone |
Options
Name | Description |
---|
-n, --clone_name <string> | Desired name for the cloned environment |
-c, --cname <cname> | Desired CNAME prefix for the cloned environment |
--envvars | Environment properties in a comma-separated list with the format name=value |
--exact | Prevents Elastic Beanstalk from updating the solution stack version for the new clone environment to the most recent version available |
--scale <number> | The number of instances to run in the clone environment when it is launched |
--tags <name=value> | Tags for the resources in your environment in a comma-separated list with the format name=value |
--timeout | The number of minutes before the command times out |