PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
elasticbeanstalk
**To create a new application** The following command creates a new application named "MyApp":: aws elasticbeanstalk create-application --application-name MyApp --description "my application" The ``create-application`` command only configures the application's name and description. To upload source code for the application, create an initial version of the application using ``create-application-version``. ``create-application-version`` also has an ``auto-create-application`` option that lets you create the application and the application version in one step. Output:: { "Application": { "ApplicationName": "MyApp", "ConfigurationTemplates": [], "DateUpdated": "2015-02-12T18:32:21.181Z", "Description": "my application", "DateCreated": "2015-02-12T18:32:21.181Z" } }
[-] validate-configuration-settings.rst
[edit]
[-] update-configuration-template.rst
[edit]
[-] update-application-version.rst
[edit]
[-] describe-environment-health.rst
[edit]
[-] delete-application.rst
[edit]
[-] retrieve-environment-info.rst
[edit]
[-] swap-environment-cnames.rst
[edit]
[+]
..
[-] update-environment.rst
[edit]
[-] create-environment.rst
[edit]
[-] create-storage-location.rst
[edit]
[-] check-dns-availability.rst
[edit]
[-] list-available-solution-stacks.rst
[edit]
[-] request-environment-info.rst
[edit]
[-] describe-configuration-options.rst
[edit]
[-] restart-app-server.rst
[edit]
[-] describe-configuration-settings.rst
[edit]
[-] describe-application-versions.rst
[edit]
[-] describe-applications.rst
[edit]
[-] describe-environment-resources.rst
[edit]
[-] create-application-version.rst
[edit]
[-] create-application.rst
[edit]
[-] delete-environment-configuration.rst
[edit]
[-] describe-instances-health.rst
[edit]
[-] terminate-environment.rst
[edit]
[-] describe-environments.rst
[edit]
[-] abort-environment-update.rst
[edit]
[-] create-configuration-template.rst
[edit]
[-] rebuild-environment.rst
[edit]
[-] delete-application-version.rst
[edit]
[-] update-application.rst
[edit]
[-] describe-events.rst
[edit]
[-] delete-configuration-template.rst
[edit]