How to fix the «Read-only file system» error on Amazon EC2?

02

Step 1

df -h

01

Step 2

mount -o remount,rw /dev/nvme1n1p1 /

unix.stackexchange.com/a/279702