Feature image to launch EC2 Iinstance

How to Launch Amazon EC2 Instance in AWS from AMI?

What Is EC2?

Amazon Elastic Compute Cloud is a service offered by Amazon Web Services (AWS) that allows us to rent machines referred to as "instances," where we can run our applications. These EC2 instances are part of Amazon's computing platform. This is designed to provide...
devops

Setting Up Jenkins on Amazon EC2 Ubuntu Instance

[vc_row][vc_column][vc_column_text]

Install Jenkins On ec2 Ubuntu AWS

We are writing this blog to list down the process of setting up Jenkins on Amazon EC2 Ubuntu instance having OS version 18.04.

Pre-Requisites:

1 AWS EC2 Instance should be up and running Make an SSH connection with your EC2 instance

Install...