placement_groups
Retrieves a list of placement_groups
in a region
Overview
Name | placement_groups |
Type | Resource |
Description | placement_groups |
Id | awscc.ec2.placement_groups |
Fields
Name | Datatype | Description |
---|---|---|
group_name | string | The Group Name of Placement Group. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
group_name
FROM awscc.ec2.placement_groups
WHERE region = 'us-east-1'
Permissions
To operate on the placement_groups
resource, the following permissions are required:
Create
ec2:CreatePlacementGroup,
ec2:DescribePlacementGroups,
ec2:CreateTags
List
ec2:DescribePlacementGroups