Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 2.88 KB

aws_placement_group.md

File metadata and controls

45 lines (33 loc) · 2.88 KB

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 cluster placement group is a logical grouping of instances within a single Availability Zone that benefit from low network latency, high network throughput. A spread placement group places instances on distinct hardware. A partition placement group places groups of instances in different partitions, where instances in one partition do not share the same hardware with instances in another partition.

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