Introduction Server monitoring is one of the crucial task of the overall Infrastructure monitoring and observability whether it is a production, staging or development environment and on the key factor of server monitoring is the disk that has been attached to that server as it contains most of the crucial logs that may play a key role...
Introduction and Usecase There are times when we want Terraform to stop managing a resource, but don’t want to delete it from the infrastructure. In this brief blog, I'm going to discuss removing resources from Terraform configuration files while keeping them in real infrastructure. But why would you want to do this in the first...
Introduction We know that sometimes the cloud infrastructure is already set up before we start using Terraform. Traditionally, if we wanted to import these resources into Terraform and control them, we had to run some manual import commands. It was a pain and made it tricky to keep things smooth when working in a collaborative...
Introduction A novel AI product from AWS, Amazon Q, is a generative AI conversant geared towards expediting productivity in software engineering and cloud services. Its wide-ranging AWS training makes it an expert on calls, fulfilling queries related to DevOps, automating suggestions and infrastructure, and assisting teams in building...
Introduction In this blog, I have checked application availability when one of the availability zones is down. AWS has regional services where there are more than one data centers, which are known as availability zones, to ensure High availability and redundancy. For instance, we have three availability zones for the ap-south-1(Mumbai)...
Introduction In this data-driven era, handling and processing larger volumes of information quickly becomes the need of the hour. Most of us are familiar with AWS elastic map reduce (emr) for processing and analytics. One of the EMR highlights was its lessening of the pain of setting up analytics tools like Hue, which might be...
“In the world of continuous delivery, downtime is the enemy of progress “ Have you ever thought that you are sitting in your office peacefully and suddenly, you are notified that migration is about to begin for the most critical tool on which all other or I would say the entire project depends on it. What do you think what tool it...
Introduction Securing your PHP application on AWS is critical to ensure that sensitive data is protected and your system remains reliable. AWS Identity and Access Management (IAM) is a powerful service that allows you to control access to your AWS resources. In this blog, we’ll focus on best practices for using IAM to safeguard your...
Introduction The cloud computing market is going through rapid change and continuous improvement in terms of cost and performance. The Graviton processors manufactured by AWS utilize ARM architecture and are proving to be ground-breaking for cloud-based businesses. These Performance-Per-Watt metrics along with further enhancements will...
Introduction Amazon Web Services (AWS) has become one of the leading cloud computing platforms that provide businesses with a wide range of managed services and features. Although AWS offers unmatched scalability, performance, and security, it is essential to use its capabilities effectively to maximize cost savings. In this blog we'll...
Kafka is a distributed streaming platform designed for real-time data pipelines, stream processing, and data integration. AWS lambda, on the other hand, is a serverless compute service that executes your code in response to events, managing the underlying compute resources for you. In organizations where Kafka plays a central role in...
Introduction For over a decade, we've relied on AWS Managed Kubernetes (EKS) clusters to deploy our microservices workloads. As businesses increasingly depend on cloud-native applications, security, and compliance have become critical components for ensuring business continuity and growth. These applications, deployed across clusters,...