Create snapshot
step
Creates a snapshot of an AWS EBS volume.
Creates a snapshot of an AWS EBS volume.
aws
aws.
connection
aws.
region
volumeID
snapshot_id
This AWS EBS step container creates a snapshot of a given EBS volume.
name: ebs-create-snapshot
image: relaysh/aws-ebs-step-snapshots-create
spec:
aws:
connection: !Connection { type: aws, name: my-aws-account }
region: !Parameter awsRegion
volumeID: !Parameter volumeID
description: !Parameter snapshotDescription
tags:
key1: value1