jjj

Launching and Managing an Amazon EC2 Instance using Terraform

Terraform is a tool (IaC) for creating and managing infrastructure. it supports multiple cloud providers including Google Cloud and Amazon AWS. Here you will write configuration files which describe the infrastructure components. For Example an EC2 instance and the AWS VPC.

Read More
jjj

Steps to Configure Redash on AWS Server (EC2 Instance)

Redash is probably the hottest open source BI tool which is fast emerging as an alternative to Tableau and PowerBI. It provides out-of-the-box connectors that work for most commonly used data source. Here is what all it supports right now. You might want to check new connectors while the super awesome 200+

Read More
jjj

AWS pricing and Cost Optimization: Basic Guide

Amazon Web Services (AWS) helps us to move faster, reduce costs through a broad set of global compute, storage, database, analytics, application, and deployment services. One of the main benefits of AW services is the ability it gives us to optimize…

Read More
jjj

Amazon Auto Scaling: Getting Started with AWS

Auto Scaling makes sure that Amazon EC2 instances are enough to run your application. We can create an auto-scaling group which contains a collection of EC2 instances. We can specify a minimum number of EC2 instance in that…

Read More
jjj

HIPAA Compliance in AWS

The Health Insurance Portability and Accountability Act of 1996 (HIPAA) is legislation that is designed for US workers to retain health insurance coverage when they change or lose their jobs.

Read More
jjj

AWS Key Management

Why AWS key Management? As you know we can create multiple EC2 (AMI) in VPC (Virtual Private Cloud) and create load balancer to route the traffic. There is an application installed on EC2 from where we can create a multiple AMI under VPC and using load balancer we can distribute or route the traffic on the instances.

Read More