Skip to content

Instantly share code, notes, and snippets.

@ShubhamRasal
Last active December 6, 2020 10:14
Show Gist options
  • Save ShubhamRasal/65fa393947a316d4968dd1425caec198 to your computer and use it in GitHub Desktop.
Save ShubhamRasal/65fa393947a316d4968dd1425caec198 to your computer and use it in GitHub Desktop.
create-volume
aws ec2 create-volume --volume-type gp2
--size 1 \
--availability-zone ap-south-1a \
--tag-specifications ResourceType=volume,Tags=[{Key=Name,Value=development_creatorsbyheart}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment