How to access DevOps Stack AMI?
Jenkins Access
URL: http://instance-public-ipv4:8080 To retrieve the initial admin password, execute this command on the server: cat /var/lib/jenkins/secrets/initialAdminPassword
Grafana Access
URL: http://instance-public-ipv4:3000 Username: admin Password: admin Note: You will be prompted to set your own password on first login.
Instance Login
Shell/Terminal sudo chmod 400 yourpemkeyname.pem ssh -i yourpemkeyname.pem ubuntu@yourinstanceip