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 ubuntu@ec2-xx-xxx-x-xxx.us-[region]-[#].compute.amazonaws.com

Run general updates

sudo apt-get update