library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Describe EC2 Instances

Describes the specified instances or all instances.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.describe_ec2_instances \
--arg 'region=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = aws.pipeline.describe_ec2_instances
args = {
region = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
regionstringYesThe name of the Region.-
instance_idslist of stringNoThe instance IDs.-
instance_typestringNoThe type of instance (for example, t2.micro).-
ebs_optimizedboolNoA Boolean that indicates whether the instance is optimized for Amazon EBS I/O.-
tagsmap of stringNoOne or more tags. If specified, only those instances that match the tags are returned.-
credstringYesName for credentials to use. If not provided, the default credentials will be used.default

Outputs

NameDescription
instancesInformation about one or more EC2 instances.