library
turbot/aws_thrifty

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 'cred=<string>' \
--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>
cred = <string>
volume_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
regionstringYesAWS Region of the resource(s).-
credstringYesName of the credential to be used for any authenticated actions.-
volume_idstringYesThe ID of the EBS volume.-

Outputs

This pipeline has no outputs.