Abdul Hakimahakimx.id·Jan 11, 2025Monitoring AWS VPC Traffic with VPC Flow LogsWhat are AWS VPC Flow Logs? VPC Flow Logs are a feature that enables to record metadata about the IP traffic going through network interfaces in VPC. These logs record information such as source and destination IP addresses, ports, protocols, the n...AWSAWS
Alexr11baka.hashnode.dev·Dec 29, 2024Find slowest queries in cloudwatch in mysql query logRDS with engine mysql sends to cloudwatch slow query log in format like # Time: 140905 6:33:11 # User@Host: user[dbname] @ hostname [1.2.3.4] # Query_time: 10.116250 Lock_time: 0.000035 Rows_sent: 10 Rows_examined: 20878 use dbname; SET timestamp=...AWS
Aditya Gadhaveadityag7678.hashnode.dev·Nov 12, 2024What is CloudWatch? Detailed Step-by-Step Guide for BeginnersWhat is CloudWatch? CloudWatch is a service used to monitor your AWS resources and applications that you run on AWS in real time. CloudWatch is used to collect and track metrics that measure your resources and applications. It displays the metrics...AWS
Shubham Kshetreshubhamkshetre.hashnode.dev·Nov 9, 2024Deployment of tomcat server in AWS EC2 and stream logs to CloudWatchSetup EC2 Instance 1. Create EC2 Instance Using Terraform or AWS Management Console Create a main.tf file with the following configuration: provider "aws" { region = "us-east-1" } resource "aws_instance" "tomcat" { ami = "ami-0866a3c86...#stream logs
Bhavesh Mulevabhaveshmuleva.hashnode.dev·Nov 7, 2024Cost-Effective ECS Clusters: Dynamic Provisioning to Save Big $$ on AWS1. Introduction with Context In this blog, I'll share an approach that helped one of my clients save a significant costs on AWS. The problem? Their Dev, Staging, and Preprod ECS clusters were running continuously, even though they were only utilized ...ECS
Rahul wathblog.aws-devops.blog·Oct 1, 2024Implementation of Fluent Bit with AWS CloudWatch within the Logging in Kubernetes - Best Practice and BenefitsIntroduction Logging is important when monitoring and debugging applications in a fast-paced container orchestration world. With Kubernetes being the most popular container orchestration platform, a reliable logging solution is also needed to facilit...AWS
Karuppiah Natarajankaruppiah.dev·Sep 21, 2024Shipping CloudWatch Logs to S3Recently, at Ola, the Sentinels team, that is the security team in Ola, was asking us, the Core Infrastucture team, to help with getting Logs 🪵 for many things for a PCI Audit PCI - Payment Card Industry. PCI is a compliance. I think it’s called PCI...46 reads#CloudWatch
Yobrodaguides.radifine.com·Jul 14, 2024How to securely access and transfer files to an EC2 instance in a private subnet of VPC in AWS?Here, the common belief that pictures speaks a thousand words, is not only accepted but also put into practice !! Hello readers, in this hands-on guide, we will learn how can we administer the AWS cloud for the following situation: Consider there is...44 readsblueteam
Raghul Gopalraghulgopal.hashnode.dev·May 3, 2024Logging Bedrock Access📈 | Using Bedrock Client to Access CloudWatch Logs 👨💻Hello Folks 👋👋, This is Raghul Gopal, an AWS Community Builder (ML & GenAI)🥷 , a Research freak who is an enthusiast in AI & AGI Research 🔍 📈 What is CloudWatch? Amazon CloudWatch is a Management and Governance AWS Service that allows you to col...1 like·57 readsgenerative ai
Unnati Guptadevunnatig.hashnode.dev·Jan 24, 2024Set up CloudWatch alarms and SNS in AWSWhat is Amazon CloudWatch? Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real-time. You can use CloudWatch to collect and track metrics, variables you can measure for your resources and app...52 readsAWS Certified Solutions Architect Associate