
rebuild-environment
*******************


DESCRIPTION
===========

Deletes and recreates all of the AWS resources (for example: the Auto
Scaling group, load balancer, etc.) for a specified environment and
forces a restart.


SYNOPSIS
========

   aws elasticbeanstalk rebuild-environment
     [--environment-id <value>]
     [--environment-name <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--environment-id"  (string)
   The ID of the environment to rebuild.

   Condition: You must specify either this or an EnvironmentName, or
   both. If you do not specify either, AWS Elastic Beanstalk returns
   "MissingRequiredParameter" error.

"--environment-name"  (string)
   The name of the environment to rebuild.

   Condition: You must specify either this or an EnvironmentId, or
   both. If you do not specify either, AWS Elastic Beanstalk returns
   "MissingRequiredParameter" error.
