Category Archives: AWS Cloud

Deploy to EC2 using AWS Code Deploy and CodePipeline.

By | December 4, 2022

In this article, we will go through the Continuous deployment of the source code on the EC2 instances which are under AutoScaling using the AWS native services, CodeDeploy and CodePipeline. Generally, it’s not straightforward to deploy the new releases in the servers which are dynamic and can be added or destroyed anytime. CodeDeploy fulfills the… Read More »

Centralized Configuration Management using Hashicorp Vault and Consul.

By | June 4, 2020

IntroductionThis document discusses configuration management and more specifically a centralized infrastructure which stores sensitive information like usernames, passwords, tokens, TLS certificates, urls endpoints, AWS credentials etc. Configuration management becomes difficult as the application grows and has scaling requirements. This document explores the standards and best practices followed in the industry for implementing stable and secure… Read More »

How to Enable Virtual MFA on AWS IAM User

By | May 28, 2020

Adding a second level of authentication is always a good practice and helps you to achieve additional level of security. In this Article we will see how we can activate MFA (Multi factor Authentication) on AWS IAM user. Login to your AWS Console using your IAM User Nevigate to Services on the Top ==> Select… Read More »

Steps to Connect OpenVPN Server using Network Manager.

By | January 18, 2020

In one of our previous article we has seen the installation process of OpenVPN Server and how we can connect to the Servers in the Private Subnet Using OpenVPN Server. This article is basically for the users who  uses Ubuntu/Linux Desktop for their work. For Windows, OpenVPN Provodes Client to Connect to It, but for the… Read More »

How to Identify Number of Windows Instances in AWS Account.

By | January 16, 2020

This blog will be quite a short one in which we will be looking into how we can filter out the number of Windows Instances In your AWS Account. We Can do this from both AWS Console and Using the AWS CLI. By directly looking into the Ec2 dashboard, It’s quite difficult to Identify which… Read More »