Pranit Kolamkarkpranit.hashnode.dev·Sep 18, 2024Getting Started with Amazon API Gateway: A Beginner's GuideAmazon API Gateway is a fully managed service provided by Amazon Web Services (AWS) that enables developers to create, publish, maintain, monitor, and secure APIs at any scale. It acts as a front door for applications to access data, business logic, ...#day73
Pranit Kolamkarkpranit.hashnode.dev·Sep 17, 2024How AWS Lambda Pricing Works: A Simple BreakdownAmazon Web Services (AWS) Lambda pricing is based on several factors related to the execution of functions and the resources consumed during their operation. Here's a detailed overview of Lambda pricing structure, including factors that influence cos...#day73
Nikhil Yadavnikhil-blogs.hashnode.dev·May 24, 2024Day 73 - Setup Grafana on AWS EC2 InstanceTask: Setup grafana in your local environment on AWS EC2. Go to the AWS console and Launch an EC2 instance Open port 3000 in your EC2 instance's security group to allow external access to Grafana. Once the instance is launched, you can SSH into the...#day73
Prathmesh Vibhuteprathmeshh.hashnode.dev·May 15, 2024Day 73 : Grafana SetupGrafana is a powerful open-source tool for data visualization and monitoring. Whether you're keeping an eye on infrastructure performance or analyzing business metrics, Grafana provides a dynamic and intuitive interface. Setting it up on AWS EC2 can ...36 reads#day73
Biswaraj Sahoobiswaraj333.hashnode.dev·Nov 5, 2023DevOps(Day-73): Grafana SetupTABLE OF CONTENTS Task: Setup Grafana in your local environment on AWS EC2. Hope we are now clear with the basics of grafana, like why we use it, where we use it, what can we do with this and so on. Now, let's do some practical stuff. Task: Se...ec2