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)
chmod 600 /swap mkswap /swap swapon /swap``` Add the following to /etc/fstab `/swap swap swap defaults 0 0`