Terraform resource: aws ebs snapshot
Jump to navigation
Jump to search
storage_tier: [ archive | standard ]
Official example[edit]
resource "aws_ebs_volume" "example" { availability_zone = "us-west-2a" size = 40 tags = { Name = "HelloWorld" } } resource "aws_ebs_snapshot" "example_snapshot" { volume_id = aws_ebs_volume.example.id tags = { Name = "HelloWorld_snap" } }
Related[edit]
See also[edit]
- EBS, EBS Snapshots (archive),
aws ebs
,io1, io2, gp2, gp3, st1, sc1
,aws_ebs_snapshot, aws_dlm_lifecycle_policy
Advertising: