Jenkins Master setup on AWS Instance Ubuntu 18.04
Hello, dear DevOps Enthusiast! The Jenkins master setup on AWS Cloud instance - Ubuntu 18.04 detailed execution steps that performed are collected and posted in this post. Jenkins install on Ubuntu instance of AWS Login to your AWS console, go to EC2 Dashboard and perform the following steps Create a Security Group Key pair for instance Create Ubuntu AMI instance Elastic IPs Configure and associate Install Java, Nginx, and Jenkins Configure Nginx proxy 1. Create a security group Security Group which will allow the protocol: SSH, TCP ICMP, HTTP, HTTPS Using security group we can specify the network allow to access. Go to the EC2 dashboard. "Create a security group" button. The Security Group name it as 'my_sg01'. Outbound tab keeps as it is, goto the inbound tab and define for incoming traffic. Secure Shell ->22-> My IP HTTP web traffic ->80 -> anywhere HTTPS web secure traffic -> 443 -> anywhere Tag it "my_sg01",...