ebs_snapshots: Elastic Block Store Snapshots

Description Usage Arguments References See Also

Description

Manage Elastic Block Store (EBS) volumes for EC2

Usage

1
2
3
create_snapshot(volume, description = NULL, ...)

delete_snapshot(snapshot, ...)

Arguments

volume

A character string containing an EBS Volume volume ID, or an object of class “ec2_ebs_volume”.

description

...

...

Additional arguments passed to [ec2HTTP()].

snapshot

A character string containing an EBS Volume Snapshot snapshot ID or an object of class “ec2_ebs_snapshot”.

References

https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteVolume.html https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVolume.html https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AttachVolume.html https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DetachVolume.html https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVolumes.html https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVolumeStatus.html https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVolumeAttribute.html https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVolumeAttribute.html

See Also

run_instances(), create_volume()


cloudyr/aws.ec2 documentation built on Jan. 14, 2020, 4:55 a.m.