aws_placement_group.md
April 1, 2019 ยท View on GitHub
Document: "ec2"
Path: "https://github.com/aws/aws-sdk-go-v2/tree/master/models/apis/ec2/2016-11-15/api-2.json")
PlacementGroup
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 |
CRUD operations
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 |