
create-application
******************


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

Creates an application that has one configuration template named
"default" and no application versions.

Note: The "default" configuration template is for a 32-bit version of the
  Amazon Linux operating system running the Tomcat 6 application
  container.


SYNOPSIS
========

   aws elasticbeanstalk create-application
     --application-name <value>
     [--description <value>]


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

"--application-name"  (string)
   The name of the application.

   Constraint: This name must be unique within your account. If the
   specified name already exists, the action returns an
   "InvalidParameterValue" error.


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

"--description"  (string)
   Describes the application.
