v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1452132172.2 KB

Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.

get/#Action=UpdateScalingParameters

Query parameters

DomainNamestring required

A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

DesiredInstanceType'search.m1.small' | 'search.m1.large' | 'search.m2.xlarge' | 'search.m2.2xlarge' | 'search.m3.medium' | 'search.m3.large' | 'search.m3.xlarge' | 'search.m3.2xlarge' | 'search.small' | 'search.medium' | 'search.large' | 'search.xlarge' | 'search.2xlarge' | 'search.previousgeneration.small' | 'search.previousgeneration.large' | 'search.previousgeneration.xlarge' | 'search.previousgeneration.2xlarge'

The instance type that you want to preconfigure for your domain. For example, <code>search.m1.small</code>.

DesiredReplicationCountinteger

The number of replicas you want to preconfigure for each index partition.

DesiredPartitionCountinteger

The number of partitions you want to preconfigure for your domain. Only valid when you select <code>m2.2xlarge</code> as the desired instance type.

Action'UpdateScalingParameters' required
Version'2013-01-01' required

Response

Success