Ansible on AWS

Let’s launch EC2 instances using Ansible. When we create EC2 instances we need to login to AWS GUI. Ansible won’t be doing that. Ansible will login using API calls. Ansible will do it in 2 ways: IAM userIAM...

Continue reading

RDS in AWS

Introduction to RDS RDS stands for Relational Database Service. RDS is a web service that makes it easier to set up, operate, and scale a relational database in the cloud.  RDS is a distributed relational database...

Continue reading

Auto Scaling In AWS

INTRODUCTION TO AMAZON EC2 AUTO SCALING Auto Scaling is a web service designed to launch or terminate Amazon EC2 instances automatically based on user-defined policies, schedules, and health checks.  With Auto Scaling we...

Continue reading

CloudWatch in AWS

Introduction to CloudWatch CloudWatch is a service that can monitor the AWS resources (like EC2, ELB, EBS, Snapshot, etc.) and allows you to record the metrics for the different AWS services/resources. We already have...

Continue reading

AWS Templates

Launch Template Launch template, as the name implies, contains all the configurations or settings that are required to launch instances. It simplifies the process of auto-scaling wherein we need a lot of instances to be added...

Continue reading