The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::ElasticBeanstalk - Perl Interface to AWS AWS Elastic Beanstalk

SYNOPSIS

  use Paws;

  my $obj = Paws->service('...')->new;
  my $res = $obj->Method(Arg1 => $val1, Arg2 => $val2);

DESCRIPTION

AWS Elastic Beanstalk

This is the AWS Elastic Beanstalk API Reference. This guide provides detailed information about AWS Elastic Beanstalk actions, data types, parameters, and errors.

AWS Elastic Beanstalk is a tool that makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on Amazon Web Services cloud resources.

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl.

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

METHODS

CheckDNSAvailability()

  Arguments described in: L<Paws::ElasticBeanstalk::CheckDNSAvailability>

  Returns: L<Paws::ElasticBeanstalk::CheckDNSAvailabilityResultMessage>

  

Checks if the specified CNAME is available.

CreateApplication()

  Arguments described in: L<Paws::ElasticBeanstalk::CreateApplication>

  Returns: L<Paws::ElasticBeanstalk::ApplicationDescriptionMessage>

  

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

CreateApplicationVersion()

  Arguments described in: L<Paws::ElasticBeanstalk::CreateApplicationVersion>

  Returns: L<Paws::ElasticBeanstalk::ApplicationVersionDescriptionMessage>

  

Creates an application version for the specified application.

CreateConfigurationTemplate()

  Arguments described in: L<Paws::ElasticBeanstalk::CreateConfigurationTemplate>

  Returns: L<Paws::ElasticBeanstalk::ConfigurationSettingsDescription>

  

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.

Related Topics

  • DescribeConfigurationOptions

  • DescribeConfigurationSettings

  • ListAvailableSolutionStacks

CreateEnvironment()

  Arguments described in: L<Paws::ElasticBeanstalk::CreateEnvironment>

  Returns: L<Paws::ElasticBeanstalk::EnvironmentDescription>

  

Launches an environment for the specified application using the specified configuration.

CreateStorageLocation()

  Arguments described in: L<Paws::ElasticBeanstalk::CreateStorageLocation>

  Returns: L<Paws::ElasticBeanstalk::CreateStorageLocationResultMessage>

  

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

DeleteApplication()

  Arguments described in: L<Paws::ElasticBeanstalk::DeleteApplication>

  Returns: nothing

  

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

DeleteApplicationVersion()

  Arguments described in: L<Paws::ElasticBeanstalk::DeleteApplicationVersion>

  Returns: nothing

  

Deletes the specified version from the specified application.

DeleteConfigurationTemplate()

  Arguments described in: L<Paws::ElasticBeanstalk::DeleteConfigurationTemplate>

  Returns: nothing

  

Deletes the specified configuration template.

DeleteEnvironmentConfiguration()

  Arguments described in: L<Paws::ElasticBeanstalk::DeleteEnvironmentConfiguration>

  Returns: nothing

  

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.

DescribeApplications()

  Arguments described in: L<Paws::ElasticBeanstalk::DescribeApplications>

  Returns: L<Paws::ElasticBeanstalk::ApplicationDescriptionsMessage>

  

Returns the descriptions of existing applications.

DescribeApplicationVersions()

  Arguments described in: L<Paws::ElasticBeanstalk::DescribeApplicationVersions>

  Returns: L<Paws::ElasticBeanstalk::ApplicationVersionDescriptionsMessage>

  

Returns descriptions for existing application versions.

DescribeConfigurationOptions()

  Arguments described in: L<Paws::ElasticBeanstalk::DescribeConfigurationOptions>

  Returns: L<Paws::ElasticBeanstalk::ConfigurationOptionsDescription>

  

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.

DescribeConfigurationSettings()

  Arguments described in: L<Paws::ElasticBeanstalk::DescribeConfigurationSettings>

  Returns: L<Paws::ElasticBeanstalk::ConfigurationSettingsDescriptions>

  

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.

Related Topics

  • DeleteEnvironmentConfiguration

DescribeEnvironmentResources()

  Arguments described in: L<Paws::ElasticBeanstalk::DescribeEnvironmentResources>

  Returns: L<Paws::ElasticBeanstalk::EnvironmentResourceDescriptionsMessage>

  

Returns AWS resources for this environment.

DescribeEnvironments()

  Arguments described in: L<Paws::ElasticBeanstalk::DescribeEnvironments>

  Returns: L<Paws::ElasticBeanstalk::EnvironmentDescriptionsMessage>

  

Returns descriptions for existing environments.

DescribeEvents()

  Arguments described in: L<Paws::ElasticBeanstalk::DescribeEvents>

  Returns: L<Paws::ElasticBeanstalk::EventDescriptionsMessage>

  

Returns list of event descriptions matching criteria up to the last 6 weeks.

ListAvailableSolutionStacks()

  Arguments described in: L<Paws::ElasticBeanstalk::ListAvailableSolutionStacks>

  Returns: L<Paws::ElasticBeanstalk::ListAvailableSolutionStacksResultMessage>

  

Returns a list of the available solution stack names.

RebuildEnvironment()

  Arguments described in: L<Paws::ElasticBeanstalk::RebuildEnvironment>

  Returns: nothing

  

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.

RequestEnvironmentInfo()

  Arguments described in: L<Paws::ElasticBeanstalk::RequestEnvironmentInfo>

  Returns: nothing

  

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.

Related Topics

  • RetrieveEnvironmentInfo

RestartAppServer()

  Arguments described in: L<Paws::ElasticBeanstalk::RestartAppServer>

  Returns: nothing

  

Causes the environment to restart the application container server running on each Amazon EC2 instance.

RetrieveEnvironmentInfo()

  Arguments described in: L<Paws::ElasticBeanstalk::RetrieveEnvironmentInfo>

  Returns: L<Paws::ElasticBeanstalk::RetrieveEnvironmentInfoResultMessage>

  

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

  • RequestEnvironmentInfo

SwapEnvironmentCNAMEs()

  Arguments described in: L<Paws::ElasticBeanstalk::SwapEnvironmentCNAMEs>

  Returns: nothing

  

Swaps the CNAMEs of two environments.

TerminateEnvironment()

  Arguments described in: L<Paws::ElasticBeanstalk::TerminateEnvironment>

  Returns: L<Paws::ElasticBeanstalk::EnvironmentDescription>

  

Terminates the specified environment.

UpdateApplication()

  Arguments described in: L<Paws::ElasticBeanstalk::UpdateApplication>

  Returns: L<Paws::ElasticBeanstalk::ApplicationDescriptionMessage>

  

Updates the specified application to have the specified properties.

UpdateApplicationVersion()

  Arguments described in: L<Paws::ElasticBeanstalk::UpdateApplicationVersion>

  Returns: L<Paws::ElasticBeanstalk::ApplicationVersionDescriptionMessage>

  

Updates the specified application version to have the specified properties.

UpdateConfigurationTemplate()

  Arguments described in: L<Paws::ElasticBeanstalk::UpdateConfigurationTemplate>

  Returns: L<Paws::ElasticBeanstalk::ConfigurationSettingsDescription>

  

Updates the specified configuration template to have the specified properties or configuration option values.

Related Topics

  • DescribeConfigurationOptions

UpdateEnvironment()

  Arguments described in: L<Paws::ElasticBeanstalk::UpdateEnvironment>

  Returns: L<Paws::ElasticBeanstalk::EnvironmentDescription>

  

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.

ValidateConfigurationSettings()

  Arguments described in: L<Paws::ElasticBeanstalk::ValidateConfigurationSettings>

  Returns: L<Paws::ElasticBeanstalk::ConfigurationSettingsValidationMessages>

  

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.

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues