library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Start EC2 Instances

Starts an Amazon EBS-backed instance.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.start_ec2_instances \
--arg 'region=<string>' \
--arg 'instance_ids=<list of string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws.pipeline.start_ec2_instances
args = {
region = <string>
instance_ids = <list of string>
}
}

Params

NameTypeRequiredDescriptionDefault
regionstringYesThe name of the Region.-
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
instance_idslist of stringYesThe IDs of the instances.-

Outputs

NameDescription
instancesInformation about the started instances.