| « PreviousNext » | |
![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Creates a placement group that you launch cluster instances into. You must give the group a name unique within the scope of your account. For more information about placement groups and cluster instances, see Using Cluster Instances in the Amazon Elastic Compute Cloud User Guide.
GroupNameA name for the placement group.
Type: String
Default: None
Required: Yes
StrategyThe placement group strategy.
Type: String
Valid values: cluster
Required: Yes
The following elements are returned in a
CreatePlacementGroupResponse element.
requestIdThe ID of the request.
Type: xsd:string
returnReturns true if the request succeeds. Otherwise, returns an error.
Type: xsd:boolean
This example creates a placement group named XYZ-cluster.
https://ec2.amazonaws.com/?Action=CreatePlacementGroup &GroupName=XYZ-cluster &Strategy=cluster &AUTHPARAMS
<CreatePlacementGroupResponse xmlns="http://ec2.amazonaws.com/doc/2013-02-01/"> <requestId>d4904fd9-82c2-4ea5-adfe-a9cc3EXAMPLE</requestId> <return>true</return> </CreatePlacementGroupResponse>