Create Application Version

GET {{aws_elastic_beanstalk_base_url}}/?ApplicationName&AutoCreateApplication&BuildConfiguration&Description&Process&SourceBuildInformation&SourceBundle&Tags.member.N&VersionLabel&Action=CreateApplicationVersion

Request Params

KeyDatatypeRequiredDescription
ApplicationNamenullThe name of the application. If no application is found with this name, and AutoCreateApplication is false, returns an InvalidParameterValue error.
AutoCreateApplicationnullSet to true to create an application with the specified name if it doesn't already exist.
BuildConfigurationnullSettings for an AWS CodeBuild build.
DescriptionnullA description of this application version.
ProcessnullPre-processes and validates the environment manifest (env.yaml) and configuration files (*.config files in the .ebextensions folder) in the source bundle. Validating configuration files can identify issues prior to deploying the application version to an environment.
SourceBuildInformationnullSpecify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
SourceBundlenullThe Amazon S3 bucket and key that identify the location of the source bundle for this version.
Tags.member.NnullSpecifies the tags applied to the application version.
VersionLabelnullA label identifying this version.
Actionstring