🚀Increasing AWS EC2 Instance’s Volume size without Data Loss
NOTE: Take snapshot of EBS volume before doing any changes to ebs volume
Create set of files
cd /
Execute below command to create 10 text files
for i in {1..10}; do sudo touch file$i.txt && echo "This is some text for file$i.txt" | sudo tee file$i.t...
tirucloud.hashnode.dev2 min read