nginx,certbot and nodejs on Amazon Linux 2023 ec2
This is a blog just to help remember commands to use on amazon linux 2023 ec2 instance.
ssh and connection helpers
ssh -i /path/to/your-key-pair.pem ec2-user@your-instance-public-dns-or-ip
for example
ssh -i "my_test_instance_key.pem" ec2-user@ec2...
devmohami.hashnode.dev4 min read