One way to maintain one OS version across your AWS infrastructure is to disable kernel upgrade Use case Scenario You’ve a client who is complaining about the OS getting upgraded automatically which is causing the development …
Category: How-to-do’s
how to do’s blog posts
Steps to install Node.js on CentOS AWS in no time You can also follow same steps to install Node.js for other OS such as Amazon Linux AMI and RedHat (rhel). Steps to install Node.js on CentOS …
In this article I will show how to Create ROOT SWAP and LVM partition on EBS volume Usecase scenario : A customer wants to partition their one EBS volume into multiple logical partition hence we will …
You can move EBS volume between EC2 instances explicitly or by stopping/terminating the instance. However, if the instance that the volume is attached to is running, you must unmount the volume (from the instance) before you …
In this article I will show steps to configure AD connector on AWS, before that let us know brief description about AD connector. AD Connector is designed to give you an easy way to establish a …
Setup VPN Connection AWS in 5 simple steps To setup VPN connection on AWS, you need to complete the following steps: NOTE : Before setting up VPN please make sure that your on-premise network is different from …
After hours of research I found a way to migrate keypsaces from cassandra to cassandra, its very simple actually without any need to backup snapshots of keyspaces or tables of existing data. Usecase Scenario : Assume …
In this CloudFront Distribution how-to-do we will cover following tasks : Create a Cloudfront distribution for the images that are uploaded on a WordPress blog. Automatically sync wordpress uploads to s3 bucket. Compare the image load …
This article will show how to Encrypt Amazon EBS volume. Now if you want to encrypt a new volume its straight forward but when it comes to encrypting an existing EBS volume it becomes tedious task. Usecase …
Simple steps to install cassandra on amazon ec2 (centos) or any rhel based systems Prerequisites JAVA development kit (open-jdk) : It is already installed on all the EC2 intances. Python : Already installed on EC2 install …
Social Profiles