Skip to content

Instantly share code, notes, and snippets.

Provisioning an ARM EC2 Instance for TimescaleDB

SSH into instance

ssh -i ~path\to\key.pem -o TCPKeepAlive=true [email protected][region]-[#].compute.amazonaws.com

Run general updates

sudo apt-get update