Chinnayya Chinthaserverlesslambda.hashnode.dev·an hour agoMastering AWS Lambda: Key Interview Topics and Preparation TipsAWS Lambda is a cornerstone of serverless architecture, enabling developers to run code without managing servers. Whether you’re preparing for an interview or looking to deepen your understanding, this guide covers essential Lambda topics, key use ca...AWS
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
Roshan Poudelimroshanpoudel.hashnode.dev·Oct 31, 2024Cross-Account Event Routing AWSWhen building cloud-based event-driven systems, you may want to trigger with those events or publish to any consumers. AWS EventBridge comes handy to validate events, configure rules, patterns and targets to create consumer of events. Amazon Event-b...rule
Prem Sai Noolupremsai.hashnode.dev·Sep 2, 2024Automating EC2 Instance Management to Reduce AWS CostsIn a typical AWS environment, running EC2 instances continuously can lead to high costs, especially if those instances are not utilized during certain periods, such as overnight or during non-business hours. To address this, I developed a solution th...10 likes·66 readsAWS
Derek Murawskyblog.murawsky.net·Aug 14, 2024EventBridge Pipes in PracticeAmazon released EventBridge Pipes in December of 2022. It is a fantastic tool that attempts to simplify gluing pieces of a cloud infrastructure together in a serverless way. Where you previously needed a glue lambda and queues, you may be able to use...11 likes·140 readsAWS
Abdul Firozfiroz.hashnode.dev·Aug 12, 2024Understanding AWS SQS, SNS, EventBridge, and Step Functions: A Simple GuideAWS (Amazon Web Services) provides a vast array of tools and services that can help you build powerful applications in the cloud. Some of these services are like the different pieces of a puzzle that, when put together, help us manage how different p...AWS SQS
Kevsquid.hashnode.dev·Jul 26, 2024Alibaba Cloud - EventBridgeAlibaba EventBridge is a central point where you require important alert posting to an endpoint like a webhook. In this article I am using Alibaba Cloud EventBridge to post to a Teams Channel In your Alibaba Account, activate EventBridge. Next go t...Alibaba Cloudalibaba cloud
Sumit Mondalsumit007.hashnode.dev·Dec 27, 2023Unleashing the Power of Azure Event Grid: A Symphony of Events in the CloudIn the ever-evolving landscape of cloud computing, Microsoft Azure stands tall as a pioneer, constantly pushing the boundaries of what's possible. One of its gems that often goes unnoticed but plays a pivotal role in orchestrating the digital symphon...Azure - TheoryAzure
Andy Blackledgewww.10printiamcool.com·Sep 24, 2023Adventures with AWS X-Ray and CDK - Part 3In this post I continue my adventures with X-Ray and try my hand at observing a whole application. In the previous posts in the series, I looked at using X-Ray in a small context. Here we will see what happens when an end-to-end process is traced and...1 like·112 readsAdventures with AWS X-Ray and CDKaws x-ray
Abhay Singhabhaysingh.hashnode.dev·Jun 5, 2023AWS EventBridge: Key Interview Questions You Should KnowHere are the top 10 AWS EventBridge interview questions along with their answers: Q: What is AWS EventBridge? A: AWS EventBridge is a serverless event bus service that simplifies the integration of applications and services by enabling event-driven ...AWS