<aside> ๐
subnet ์์ฑ
aws ec2 create-subnet --vpc-id <VPC_ID> --cidr-block <CIDR_BLOCK> --availability-zone <ZONE>
subnet ์กฐํ
aws ec2 describe-subnets
subnet ์ญ์
aws ec2 delete-subnet --subnet-id <SUBNET_ID>
</aside>