AWSDevOpsTechnology

User Mangement using CHEF and AWS OpsWorks

CHEF is the most popular configuration management tool in the market these days as CHEF turns infrastructure into code and you can do almost anything using it. Recipes are the heart of CHEF. OpsWorks has been gaining a lot of momentum for last few months, the major factor being its support for CHEF. So, in this […]

AWSDevOpsNode.js

Running multi-container Nodejs application using docker-compose

This blog post is about using docker-compose, a tool provided by docker to define and run multi container application using a single command. It uses a docker-compose.yml file as default input file. I got a use case which was to run a Nodejs application behind a Nginx acting as a reverse proxy in two different […]

Navjot Singh
Navjot Singh
Read

AWSDevOps

Monitoring your Docker containers using Ruxit

Docker monitoring is very important when it comes to using Docker. In my last blog, I talked about how we can monitor the status of a Docker container using a bash script and AWS CloudWatch. In this blog, I will be telling you how to get insights of your Docker container using a tool called […]

AWSDevOps

Migrate PostgreSQL on Linux server to AWS PostgreSQL RDS using Londiste (Skytools 2)

PostgreSQL is another SQL. It is the second most popular Structured Query Language after MySQL. The steps discussed in the blog can be used for any kind of migration of PostgreSQL. From on-premise to cloud or on-premise to on-premise or cloud to on-premise. Use-case I had to migrate my PostgreSQL running on an EC2 server […]

AWSTechnology

AWS re:Invent 2015 – Day 3 @Las Vegas

The Day 3 started with keynotes from Dr. Werner Vogels (Chief Technology Officer) with astounding product announcements and customer stories from Netflix, Airbnb, Parse etc. AWS seemed leaned towards Internet of Things and presented excellent use cases where AWS can be utilized for IoT. Now once again AWS has proved they are leading the world of cloud […]

AWSDevOps

Grouping together my metrics using AWS CloudWatch Dashboards

The AWS re:Invent 2015 has brought with itself a lot of new iterations of services and a lot of new services as well. One such iteration of AWS CloudWatch is the AWS CloudWatch Dashboards. Any of you who might have used tools like Datadog would definitely have heard of metric Dashboards where you can create you […]

AWSDevOps

Unifying control of multiple AWS accounts by using AWS STS

Recently, we came across a scenario where we need to create AMIs of multiple production servers running in four different AWS accounts. One solution was to create an automation script to be run on an AWS EC2 instance running in each aws account which would create AMI of all production servers running in each account. […]

AWSTechnology

AWS re:Invent 2015 – Day 2 @Las Vegas

Day 2 here in Vegas @ re-Invent started with an unimpeachable energy of 19000 ninjas with Keynotes of  Andy Jassy (SVP, Web Services @ Amazon). In 120 minutes, he gave the insight of new AWS growth metrics and made 12 announcements which include new services and features. New Services and Features Announcements (source: https://aws.amazon.com/new/reinvent/) Amazon Quick Sight […]

AWSDevOpsTechnology

Protect WordPress login using AWS WAF – Web Application Firewall

AWS re:Invent has already begun and keeping in mind security of your applications in the cloud, AWS has launched a new service called AWS Web Application Firewall. This service is intended to secure what you share on the world wide web via AWS CloudFront. Making the experience for the user better with more security is […]

Services