Neel Patelblog.neelbuilds.com·Sep 13, 2024Monitoring Amazon Bedrock with CloudWatchWhat is AWS bedrock? AWS Bedrock is a managed service that provides easy access to pre-trained generative AI models for tasks like text and image generation. It enables developers to build and scale AI-powered applications without needing deep machin...DiscussAWS
Freda Victorlearndataengineering.hashnode.dev·Sep 10, 2024Building an Automated Job Scraping System on AWSIn this blog, I’ll guide you through the process of building an automated job scraping system on AWS, sharing my journey, challenges, and solutions. This project involves scraping job data from various sources, processing it with AWS Lambda, storing ...DiscussPython
Raul NaupariProblog.raulnq.com·Aug 15, 2024Estimating Observability Costs in AWSObservability is a crucial practice that allows us to understand a system's behavior from the outside by leveraging logs, traces, and metrics. Over the years, it has become easier to implement due to the maturity of cloud providers and industry stand...Discuss·10 likesAWS
ajay singhlearwithme.hashnode.dev·Aug 10, 2024Step-by-Step Guide to Create AWS ECR and ECS with the help of GitHub, Docker, IAM and EC2.A. To create IAM user, Please check my Blog "How to use IAM in AWS". Now Attaching Policies to the existing user to access ECR from EC2 and with the help of Access Key and Secret Key configuring AWS CLI in EC2 Instance. 1. My IAM User Name is "EC2-to...Discuss·74 readsAWS
Anjuanjudevopsjourney.hashnode.dev·Aug 7, 2024AWS-zero-to-hero 7 days ChallangeTasks for Day1 Learn about the different pricing models offered by AWS and write a post in own words. AWS Pricing Models: Amazon Web Services (AWS) provides several pricing models to suit various needs and optimize costs. Here’s a brief overview: ...Discuss·2 likesAWS
Deepak parashartechfordummys.hashnode.dev·Aug 3, 2024AWS CloudWatch: A Friendly Guide for Software Engineers and Tech EnthusiastsStep-to-Step Guide Introduction Hello, tech enthusiasts! If you're like me, you know the importance of monitoring your applications and infrastructure to ensure everything runs smoothly. Today, we're diving into AWS CloudWatch, a powerful tool for m...DiscussAWS CloudWatch
Arnold Bernardarnold101.hashnode.dev·Jul 22, 2024Day 18 - Understanding AWS CloudWatch: A Comprehensive GuideIn today's digital landscape, where cloud computing plays a pivotal role in business operations, monitoring and managing cloud resources effectively is essential for maintaining performance, reliability, and security. AWS CloudWatch emerges as a crit...DiscussAWS CloudWatch
Haiman Sherhaimanshercloud.hashnode.dev·Jul 6, 2024Mastering AWS CloudWatch: Unleashing the Power of ObservabilityMonitoring distributed applications and resources can be daunting due to their complexity, data overload, and the limitations of traditional monitoring tools designed for physical silos. To address these challenges and move from merely identifying fa...Discuss#CloudWatch
DeferSecdefersec.com·Jun 27, 2024Logging Cloudtrail events using Lambda and Golang💡 TLDR In my previous post I've shown how to set up AWS CloudTrail and AWS EventBridge to notify via AWS SNS whenever a certain event in AWS was triggered. With SNS, we cannot process the event before sending it to the recipients. In order to do so...Discuss·173 readsserverless
Shreyas Ladheclouddevopsfornewbies.hashnode.dev·Jun 11, 2024Optimizing AWS Costs Using Boto3, AWS Lambda, and AWS CloudWatchAs cloud usage grows, so does the importance of managing and optimizing cloud costs. In this blog post, I'll walk you through a project I recently completed, which focuses on cost optimization using AWS services. By leveraging Boto3, AWS Lambda, and ...Discuss·42 readsCloud DevOps ProjectsDevops