PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
elasticbeanstalk
**To create a new application version** The following command creates a new version, "v1" of an application named "MyApp":: aws elasticbeanstalk create-application-version --application-name MyApp --version-label v1 --description MyAppv1 --source-bundle S3Bucket="my-bucket",S3Key="sample.war" --auto-create-application The application will be created automatically if it does not already exist, due to the auto-create-application option. The source bundle is a .war file stored in an s3 bucket named "my-bucket" that contains the Apache Tomcat sample application. Output:: { "ApplicationVersion": { "ApplicationName": "MyApp", "VersionLabel": "v1", "Description": "MyAppv1", "DateCreated": "2015-02-03T23:01:25.412Z", "DateUpdated": "2015-02-03T23:01:25.412Z", "SourceBundle": { "S3Bucket": "my-bucket", "S3Key": "sample.war" } } }
[-] 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]