standard
turbot/aws_thrifty
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
region | string | Yes | AWS Region of the resource(s). | - |
conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | - |
volume_id | string | Yes | The ID of the EBS volume. | - |
Outputs
This pipeline has no outputs.
Tags
folder = Internal