Skip to main content

ec2fleets

Retrieves a list of ec2fleets in a region

Overview

Nameec2fleets
TypeResource
Descriptionec2fleets
Idawscc.ec2.ec2fleets

Fields

NameDatatypeDescription
fleet_idstring
regionstringAWS 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