Page 4
AWS Cloud9
다음과 같이 디스크 사이즈 조정을 쉽게 할 수 있습니다. (여기서는 기본 10GB의 로컬디스크를 50GB로 늘리는 예시입니다.)
curl 'https://static.us-east-1.prod.workshops.aws/public/dbe17699-1bb2-4d43-9d91-6d7897622968/static/resources/resize.sh' --output resize.sh
chmod +x resize.sh
./resize.sh 50
Last updated