Nikhil Kumar Sharma

AWS

Amazon EC2 Container Service (ECS) – Docker Container Management

We're living in a continual modifying technical world, where people are keen to find new technologies that makes them more productive. This hunger of ours, has taken virtualization to an another level, by giving birth to  containers, that can be used as an alternative to OS-level virtualization to run multiple isolated systems on a...

14-Nov-2014

AWS

AWS Lambda walk-through

Amazon has a trait of keep on surprising us with it's extremely impressive services that makes our life a lot easier. In AWS re:invent 2014, it launches loads of astonishing services, including a preview of AWS Lambda, a service that would reduce loads of our efforts to build applications that run in the Cloud. AWS Lambda is a compute...

14-Nov-2014

Technology

Hosting WordPress Site in LXC

LXC (LinuX Containers) is an operating system–level virtualization method for running multiple isolated Linux systems (containers) on a single control host. In this blog, we will explain, how to host a WordPress site in LXC & migrate it to another server Installing LXC To downloads the package lists from the repositories and...

31-Oct-2014

AWS

Alarms Deletion at server termination

Whenever Autoscaling server terminates it leaves its alarms which later goes into insufficient state. This blog will guide you how to delete all those alarms of autoscaling server when it terminates. In order to do so, I've written a small shell script, I'm assuming that you already have aws cli installed if not you can click here to...

01-Sep-2014

AWS

Filter aws cli Output with the –query Option

The AWS CLI provides built-in output filtering capabilities with the --query option. To demonstrate how it works, I'll start with JSON output of aws ec2 describe-volumes aws ec2 describe-volumes --output json Suppose we have to print all availability zones, aws ec2 describe-volumes --query 'Volumes[*].AvailabilityZone ...

30-Jun-2014