Document: "ec2"
aws_placement_group {
dry_run => "DryRun (optional)",
filters => "Filters (optional)",
group_name => "group_name (optional)",
group_names => "GroupNames (optional)",
group_name => "group_name (optional)",
partition_count => "1234 (optional)",
strategy => $aws_placement_strategy
}
Name | Type | Required |
---|---|---|
dry_run | Boolean | false |
filters | FilterList | false |
group_name | String | false |
group_names | PlacementGroupStringList | false |
group_name | String | false |
partition_count | Integer | false |
strategy | PlacementStrategy | false |
Here is a list of endpoints that we use to create, read, update and delete the PlacementGroup
Operation | Path | Verb | Description | OperationID |
---|---|---|---|---|
Create | / |
POST | Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group. A For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide. |
CreatePlacementGroup |
List - list all | / |
POST | Describes one or more of your placement groups. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide. |
DescribePlacementGroups |
List - get one | `` | |||
List - get list using params | / |
POST | Describes one or more of your placement groups. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide. |
DescribePlacementGroups |
Update | `` | |||
Delete | / |
POST | Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide. |
DeletePlacementGroup |