██████╗ ██╗      ██████╗  ██████╗ 
██╔══██╗██║     ██╔═══██╗██╔════╝ 
██████╔╝██║     ██║   ██║██║  ███╗
██╔══██╗██║     ██║   ██║██║   ██║
██████╔╝███████╗╚██████╔╝╚██████╔╝
╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝ 

~/abishek-gautam/blog$

> Cloud & DevOps notes, loaded from blog.abishekgautam.com.np

[STATUS] 15 post(s) indexed.

> ls -la ~/posts/

On-premise Server Migration to AWS using AWS Application Migration Service (MGN)
#ONPREM-TO-AWS 5 min read

On-premise Server Migration to AWS using AWS Application Migration Service (MGN)

12.01.2025

Introduction: Migrating physical or virtual machines from on-premises to AWS can feel scary but AWS Application Migration Service (MGN) makes it straightforward by continuously replicating servers to AWS and enabling tes

##onprem-to-aws #migration ##mgn #AWS
> cat on-prem-server-to-aws-mgn.md
On-Premise MySQL Migration to Amazon RDS (MySQL) using AWS DMS
AWS 4 min read

On-Premise MySQL Migration to Amazon RDS (MySQL) using AWS DMS

10.14.2025

Migrating your on-premises MySQL database to Amazon RDS for MySQL with AWS Database Migration Service (DMS) is a common way to move to a managed, highly available database while keeping zero downtime or minimal. In this

#AWS #rds #rds instance ##dms
> cat on-prem-mysql-migration-to-amazon-rds.md
EBS Volume Monitoring through CloudWatchAgent and Setting an Alarm
EBS 5 min read

EBS Volume Monitoring through CloudWatchAgent and Setting an Alarm

04.14.2025

Introduction: Monitoring storage utilization is critical to ensure application stability and avoid unexpected outages. In AWS, Amazon EBS does not provide built-in metrics for volume-level disk usage, which makes proacti

#ebs ##CloudWatch #ec2 #sns
> cat ebs-volume-monitoring.md
Managing Objects on S3 with Client-Side Encryption and Automation
#CLIENT-SIDE-ENCRYPTION 4 min read

Managing Objects on S3 with Client-Side Encryption and Automation

03.13.2025

Introduction: we need to securely transfer sensitive documents to the cloud without manual intervention. A common requirement is to automatically detect file changes, apply client-side encryption, and upload only the mod

##client-side-encryption #S3 #encryption #gpg
> cat client-side-encryption-and-automation.md
Migrating Data using AWS Storage Gateway in File Gateway mode and Enabling Cross Region Replication between Buckets.
#DATAMIGRATION #STORAGE #FILEGATEWAY #CRR #STORAGE-GATEWAY 5 min read

Migrating Data using AWS Storage Gateway in File Gateway mode and Enabling Cross Region Replication between Buckets.

02.12.2025

Introduction: Data migration and disaster recovery are key considerations for building resilient cloud architectures. A common requirement is to migrate data from an local machine to a primary Amazon S3 bucket, while ens

##datamigration #storage #filegateway #CRR #storage-gateway
> cat migrating-data-with-aws-storage-gateway.md
Creating an Amazon EFS File System
AWS 3 min read

Creating an Amazon EFS File System

01.07.2025

Amazon Elastic File System (Amazon EFS) provides serverless, fully elastic file storage so that you can share file data without provisioning or managing storage capacity and performance. Amazon EFS is built to scale on d

#AWS #EFS #storage #Amazon EFS
> cat creating-an-amazon-efs-file-system.md
Jenkins Installation and Configuration
JENKINS 1 min read

Jenkins Installation and Configuration

10.10.2023

Configure Jenkins on Ubuntu Jenkins is an open-source automation server that helps automate the software development process. It is used for building, testing, and deploying software. It helps developers catch bugs early

#Jenkins #Jenkins-installation
> cat jenkins-installation-and-configuration.md
Connecting Amazon RDS To Visual Studio Code
AMAZON-RDS 2 min read

Connecting Amazon RDS To Visual Studio Code

06.13.2023

Amazon RDS (Relational Database Service) is a managed database service provided by Amazon Web Services (AWS). It allows you to set up, operate, and scale a relational database in the cloud with ease. RDS supports several

#amazon-rds #AWS RDS
> cat connecting-amazon-rds-to-visual-studio-code.md
Demonstration of VPC Peering.
VPC PEERING 4 min read

Demonstration of VPC Peering.

06.11.2023

VPC peering is a valuable networking connection that enables two distinct VPCs to securely share resources creating the illusion of being on the same network. This capability is crucial as it provides a cost-effective so

#vpc peering #EC2 instance
> cat demonstration-of-vpc-peering.md
How can we Monitor an EC2 Instance?
EC2 5 min read

How can we Monitor an EC2 Instance?

05.30.2023

In this Demonstration we will set up an instance on Amazon Elastic Compute Cloud and create a Amazon CloudWatch alarm which will be triggered, when the CPU utilization of the EC2 instance exceeds a threshold and set up a

#ec2 ##CloudWatch #AWS SNS #EC2 instance
> cat how-can-we-monitor-an-ec2-instance.md
Demonstration of AWS Certificate Manager with Elastic Load Balancer and Route 53.
ACM 4 min read

Demonstration of AWS Certificate Manager with Elastic Load Balancer and Route 53.

05.27.2023

AWS Certificate Manager (ACM): Elastic Load Balancing, Amazon CloudFront, Amazon API Gateway, and other integrated AWS services are used to install ACM certificates. The most common application for this type is a secure

#ACM #aws certificate manager #SSL/TLS #Load Balancing
> cat demonstration-of-aws-certificate-manager-with-elastic-load-balancer-and-route-53.md
What Is a VPC? A Beginner's Guide to AWS VPCs
5 min read

What Is a VPC? A Beginner's Guide to AWS VPCs

05.18.2023

Amazon Virtual Private Cloud (VPC) is a service that enables you to deploy AWS resources within a network that is completely isolated and customized according to your needs. With VPC you have control, over your networkin

> cat what-is-a-vpc-a-beginners-guide-to-aws-vpcs.md
How to Create Multiple Users in Linux?
LINUX 3 min read

How to Create Multiple Users in Linux?

05.10.2023

When working within complex systems such as within large-scale computer networks or IT operations involving multiple applications or software running simultaneously under different user's control. so, Linux OS offers to

#Linux #linux for beginners #command line
> cat how-to-create-multiple-users-in-linux.md
How to Create a S3 Bucket and host your website live..
1 min read

How to Create a S3 Bucket and host your website live..

05.10.2023

Amazon Simple Storage Service (S3): It is an object storage service offering industry-leading scalability, data availability, security, and performance. Customers of all sizes and industries can store, manage and distrib

> cat how-to-create-a-s3-bucket-and-host-your-website-live.md
How to host a static website in AWS EC2
AWS 2 min read

How to host a static website in AWS EC2

05.09.2023

Amazon Elastic Compute Cloud (EC2) is a web service offered by Amazon Web Service (AWS) that provide scalable computing capacity in the cloud. EC2 allows users to launch virtual machines (instances) and run a wide range

#AWS #AWS,EC2 #Cloud Computing
> cat how-to-host-a-static-website-in-aws-ec2.md