Last active
December 6, 2020 10:14
-
-
Save ShubhamRasal/65fa393947a316d4968dd1425caec198 to your computer and use it in GitHub Desktop.
create-volume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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