#Aws cli

How to CI/CD AWS With Github using Jenkins
Introduction In a previous post, I showed you how to set up Jenkins on an AWS EC2 instance. You can read that post here. In this post, I will sho

How To Connect A EBS Volume To An Windows EC2 Instance Using Powershell/GUI
- AWS
- Windows Server
- 15 Nov 2022
- 11 Mins read
Introduction In this post, we will learn how to connect an EBS volume to a Windows EC2 instance using PowerShell or the Disk Management GUI, and how to mount the volume on the instance. Prereq

How To Connect A Two EC2 Instances Database and Files Transfer Using AWS CLI
Introduction In this post, I will show you how to share a database and files between two EC2 instances using AWS CLI. I will use AWS CLI to create a VPC, EC2 instances, EBS, EFS, and security grou

How to Deploy a Spring Boot Application to AWS CloudFormation
- AWS
- Spring Boot
- 17 Jan 2023
- 09 Mins read
Introduction Deploying a Spring Boot application to the cloud can provide many benefits such as scalability and easy management. AWS CloudFormation is a service that allows for the creation and ma

How To Setup Bastion Host on AWS using AWS CLI
Introduction Security is the top priority for any infrastructure and application, and that's why a Bastion host is a must-have in your infrastructure if you want to secure your remote connections.

How To Setup Bastion Host on AWS using CloudFormation Template
- AWS
- CloudFormation
- 10 Jan 2023
- 09 Mins read
Introduction In the previous post, How To Setup Bastion Host on AWS using AWS CLI, we set up a Bastion host with the AWS CLI. Here we w

How to Setup Jenkins on AWS Using CloudFormation
Introduction In a previous blog post, we set up Jenkins on AWS using the AWS CLI (How to Install Jenkins on AWS EC2 Instance). In this blog post,

How to Install Jenkins on AWS EC2 Instance
Introduction In this post, I will show you how to create an EC2 instance on AWS and install Jenkins on it. PrerequisitesAWS CLI installed and configured IAM user with the following permi