-
HOW TO CREATE A CLOUDWATCH ALARM TO CHECK APACHE2 STATUS?
What is AWS Cloudwatch? As per AWS “Amazon CloudWatch is a monitoring and observability service built for DevOps engineers, developers,…
-
Posted On DevSecOps
Setting up automated Jira Tickets by using email
There is a way you can set up an email to automatically create a ticket for any project you like.…
-
Deploy Microservices Using AWS ECS Fargate and API Gateway
Why ECS Fargate? No need to manage and provision servera. ECS will always keep your containers up to date with required…
-
How to create a highly available, 3 tier AWS architecture
Scenario: You have been asked to design and create a highly available, 3 tier architecture for your company’s new web…
-
Cost allocation and tracking for AWS centralized backups
With business growth often comes an increase in data-management operations and costs, including enterprises scaling data backup solutions to adequately…
-
Migrate your Amazon EBS volumes from gp2 to gp3 and save up to 20% on costs
General Purpose SSD (gp2) Amazon EBS volumes have provided a cost effective way for AWS customers to achieve SSD performance for…
-
How to Automatically Revert and Receive Notifications About Changes to Your Amazon VPC Security Groups
In this post, I take that approach a step further by introducing an example of a responsive control, which you can…
-
SERVERLESS & CONTAINERS
When building scalable architecture, containers and serverless are approaches that often come to mind. AWS Lambda or Container? Amazon ECS or Amazon EKS?…