Skip to main content

EBS Volume


Usage:

Latency-sensitive transactional workloads
General-purpose transactional workloads
Throughput intensive workloads
Less frequently accessed data

Features:

Custom the Size
Custom the Throughput
Custom the IOPS
Create Snapshot
resource "aws_ebs_volume" "example" {
availability_zone = "us-west-2a"
type = "gp3"
size = 4000
throughput = 500
iops = 16000
}