paws.compute (version 0.1.0)

elasticbeanstalk_create_storage_location: Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments

Description

Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call this API the first time you create an environment in a region. If the storage location already exists, CreateStorageLocation still returns the bucket name but does not create a new bucket.

Usage

elasticbeanstalk_create_storage_location()

Arguments

Examples

Run this code
# NOT RUN {
# The following operation creates a new environment for version v1 of a
# java application named my-app:
# }
# NOT RUN {
svc$create_storage_location()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab