How to install Jenkins on AWS EC2 (Ubuntu)
Connect to your EC2 Instance:
Replace your-instance-ip with the actual public IP address or DNS name of your EC2 instance, and use the appropriate path to your private key file (your-key. pem)
ssh -i /path/to/your-key.pem ubuntu@your-instance-ip
Upd...
shubnimkar.hashnode.dev2 min read