Create a new volume in a specific AZ.
Section: EBS Volumes and Snapshots
Create an EBS volume
bash
bash
aws ec2 create-volume --availability-zone us-west-2a --size 50 --volume-type gp3Explanation
Block storage volumes are AZ-scoped.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing EBS Volumes and Snapshots