Amazon Elastic MapReduce

2021/02/26 - Amazon Elastic MapReduce - 1 new api methods

Changes  Added UpdateStudio API that allows updating a few attributes of an EMR Studio.

UpdateStudio (new) Link ΒΆ

Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.

See also: AWS API Documentation

Request Syntax

client.update_studio(
    StudioId='string',
    Name='string',
    Description='string',
    SubnetIds=[
        'string',
    ],
    DefaultS3Location='string'
)
type StudioId

string

param StudioId

[REQUIRED]

The ID of the Amazon EMR Studio to update.

type Name

string

param Name

A descriptive name for the Amazon EMR Studio.

type Description

string

param Description

A detailed description to assign to the Amazon EMR Studio.

type SubnetIds

list

param SubnetIds

A list of subnet IDs to associate with the Amazon EMR Studio. The list can include new subnet IDs, but must also include all of the subnet IDs previously associated with the Studio. The list order does not matter. A Studio can have a maximum of 5 subnets. The subnets must belong to the same VPC as the Studio.

  • (string) --

type DefaultS3Location

string

param DefaultS3Location

A default Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio. A Studio user can select an alternative Amazon S3 location when creating a Workspace.

returns

None