> ls -la ~/posts/
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
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
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
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
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
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
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
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
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
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
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
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?
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
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
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