AWS clearlinux image have big problem

When I run ec2 instnce with aws official clearlinux image, there is an error on the disk partition and it is an error on all kinds of instances.

I didn’t do anything, but /dev/root is almost full.

root@clr-ec286ec14e643e40ce7167e549d37931/home/clear # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 997448 267792 672212 29% /
devtmpfs 3897444 0 3897444 0% /dev
tmpfs 3899552 0 3899552 0% /dev/shm
tmpfs 3899552 192 3899360 1% /run
tmpfs 3899552 0 3899552 0% /sys/fs/cgroup
tmpfs 3899552 0 3899552 0% /tmp
tmpfs 779908 0 779908 0% /run/user/1000

You created an instance with only 1GB of storage (1M blocks of 1K == 1GB).

The solution is to create instances with more storage.