Get all available regions for the AWS Elastic Beanstalk service.
Return type: | list |
---|---|
Returns: | A list of boto.regioninfo.RegionInfo |
Checks if the specified CNAME is available.
Parameters: | cname_prefix (string) – The prefix used when this CNAME is reserved. |
---|
Creates an application that has one configuration template named default and no application versions.
Parameters: | |
---|---|
Raises: | TooManyApplicationsException |
Creates an application version for the specified application.
Parameters: |
|
---|---|
Raises: | TooManyApplicationsException, TooManyApplicationVersionsException, InsufficientPrivilegesException, S3LocationNotInServiceRegionException |
Creates a configuration template.
Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.
Parameters: |
|
---|---|
Raises: | InsufficientPrivilegesException, TooManyConfigurationTemplatesException |
Launches an environment for the application using a configuration.
Parameters: |
|
---|---|
Raises: | TooManyEnvironmentsException, InsufficientPrivilegesException |
Creates the Amazon S3 storage location for the account. This location is used to store user log files.
Raises: | TooManyBucketsException, S3SubscriptionRequiredException, InsufficientPrivilegesException |
---|
Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.
Parameters: |
|
---|---|
Raises: | OperationInProgressException |
Deletes the specified version from the specified application.
Parameters: | |
---|---|
Raises: | SourceBundleDeletionException, InsufficientPrivilegesException, OperationInProgressException, S3LocationNotInServiceRegionException |
Deletes the specified configuration template.
Parameters: | |
---|---|
Raises: | OperationInProgressException |
Deletes the draft configuration associated with the running environment. Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.
Parameters: |
---|
Returns descriptions for existing application versions.
Parameters: |
|
---|
Returns the descriptions of existing applications.
Parameters: | application_names (list) – If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names. |
---|
Describes configuration options used in a template or environment.
Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
Parameters: |
|
---|
Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment. When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.
Parameters: |
|
---|
Returns AWS resources for this environment.
Parameters: |
|
---|---|
Raises: | InsufficientPrivilegesException |
Returns descriptions for existing environments.
Parameters: |
|
---|
Returns event descriptions matching criteria up to the last 6 weeks.
Parameters: |
|
---|
Returns a list of the available solution stack names.
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.
Parameters: |
|
---|---|
Raises: | InsufficientPrivilegesException |
Initiates a request to compile the specified type of information of the deployed environment. Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment. Use RetrieveEnvironmentInfo to access the compiled information.
Parameters: |
|
---|
Causes the environment to restart the application container server running on each Amazon EC2 instance.
Parameters: |
|
---|
Retrieves the compiled information from a RequestEnvironmentInfo request.
Parameters: |
|
---|
Swaps the CNAMEs of two environments.
Parameters: |
|
---|
Terminates the specified environment.
Parameters: |
|
---|---|
Raises: | InsufficientPrivilegesException |
Updates the specified application to have the specified properties.
Parameters: |
|
---|
Updates the application version to have the properties.
Parameters: |
|
---|
Updates the specified configuration template to have the specified properties or configuration option values.
Parameters: |
|
---|---|
Raises: | InsufficientPrivilegesException |
Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment. Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error. When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.
Parameters: |
|
---|---|
Raises: | InsufficientPrivilegesException |
Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid. This action returns a list of messages indicating any errors or warnings associated with the selection of option values.
Parameters: |
|
---|---|
Raises: | InsufficientPrivilegesException |
Classify responses from layer1 and strict type values.