standard
turbot/aws_thrifty

Pipeline: Snapshot & Delete EBS Volume

A utility pipeline which snapshots and deletes an EBS volume.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_thrifty.pipeline.snapshot_and_delete_ebs_volume \
--arg 'region=<string>' \
--arg 'conn=<connection.aws>' \
--arg 'volume_id=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws_thrifty.pipeline.snapshot_and_delete_ebs_volume
args = {
region = <string>
conn = <connection.aws>
volume_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
region
string
YesAWS Region of the resource(s).-
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.-
volume_id
string
YesThe ID of the EBS volume.-

Outputs

This pipeline has no outputs.

Tags

folder = Internal