We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After configuring a new server (t2.micro if free tier is desired for developing and testing, t3.micro for prod w/the extra vcpu)
dd if=/dev/zero of=/swap bs=1048576 count=1024 chmod 600 /swap mkswap /swap swapon /swap
Add the following to /etc/fstab /swap swap swap defaults 0 0
/swap swap swap defaults 0 0