Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

aws cli to increase the volume size

aws ec2 modify-volume --size 150 --volume-id vol-1234567890abcdef0
Comment

aws modify volume size

#after modifying volume in aws account restart server and volume will be expaneded
#or 
sudo growpart /dev/xvda1 1
#may need to change xvda1 with your file system name to see names run:
df -hT
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install docker linux mint 
Shell :: clone and remove existing git repository 
Shell :: generate jks certificate 
Shell :: linux sync files between folders 
Shell :: get library list linux 
Shell :: exclude certain extension from zip linux 
Shell :: install brave browser download 
Shell :: edit a file linux 
Shell :: autostart service linux 
Shell :: git client 
Shell :: convert dos to unix 
Shell :: vite command 
Shell :: git stash changes 
Shell :: install ubuntu gui on wsl 
Shell :: git create new branch with uncommitted changes 
Shell :: batch open url 
Shell :: how to stop nohup process 
Shell :: linux delete files in folders without deleting the folder 
Shell :: git check diff between two repositories 
Shell :: error when installing package in react 18 
Shell :: spectacle linux 
Shell :: how to upgrade julia 
Shell :: symbolic link linux 
Shell :: remove directory linux 
Shell :: how to install zsh using brew 
Shell :: spotify ubuntu 
Shell :: remove last commit from remote 
Shell :: gtk3 windows install 
Shell :: pull from upstream git 
Shell :: install open jdk 8 mac homebrew 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =