aws::placement-group¶
Query placement groups.
Example¶
pg: $(external-query aws::placement-group {name: "placement-group-example", state: "available", strategy: "spread" })
Attributes¶
Attribute | Description |
---|---|
name | The name of the Placement Group. |
state | The state of the Placement Group. Valid values are pending , available , deleting or deleted . |
strategy | Approaches towards managing the placement of instances on the underlying hardware. Valid values are cluster , spread or partition . |