eb clone <environment-name>

Clones an environment to a new environment so that both have identical environment settings

Arguments

NameDescription
environment-nameThe name of the environment to clone

Options

NameDescription
-n, --clone_name <string>Desired name for the cloned environment
-c, --cname <cname>Desired CNAME prefix for the cloned environment
--envvarsEnvironment properties in a comma-separated list with the format name=value
--exactPrevents 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
--timeoutThe number of minutes before the command times out