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