AWS EBS extension
outline
EBS can be expanded online, and there is no impact on service between changes
how-to
### extend Disk
## Web Console
# EC2 -> EBS -> volumes -> modify
## aws cli
# aws ec2 modify-volume --volume-type io1 --iops 10000 --size 200 --volume-i...
ktg0210.hashnode.dev1 min read