Upasana Singhupasanasingh.hashnode.dev·Dec 22, 2024AWS Cost Optimization: Automating EC2, RDS, and Redis Start/Stop with Lambda1. Introduction In cloud environments, managing costs is crucial to maintaining efficiency and profitability. With AWS, services like EC2, RDS, and Redis can run 24/7, incurring charges even when idle. By leveraging AWS Lambda for automation, you can...AWS Cost Optimization Automation
Balaji Samletisamleti-balaji.hashnode.dev·Dec 20, 2024"AWS EventBridge Rules for Event-Driven Workflows"AWS EventBridge is a tool that helps you connect services and applications by routing events from one place to another. Think of it as a traffic controller that ensures events go where they need to, whether to other AWS services or external applicati...AWS EventBridge Rules for Event-Driven Workflows
Andres Cubillosacubillos.hashnode.dev·Dec 3, 2024Start and Stop EC2 Instances with Event Bridge Scheduler Using Universal TargetsManaging EC2 instances efficiently is a common challenge for AWS users. Whether it's optimizing costs or ensuring resources are available when needed, automating these tasks can save time and effort. This is where EventBridge Scheduler comes in—a ful...3 likes·33 readsAWS
Rohit Pagoterohitpagote-aws.hashnode.dev·Nov 28, 2024EventBridgeEventBridge Formerly known as CloudWatch Events Schedule: Cron jobs (scheduled scripts) Event Pattern: Event rules to react to a service doing something Trigger Lambda functions, send SQS/SNS messages… EventBridge – Event Bus An event bus rece...AWS Solutions Architect - AssociateAWS
Stefan Weberwithout.systems·Nov 18, 2024ODC with AWS S3 - Events with EventBridgeThis article explains a method for setting up S3 and AWS EventBridge to receive ad-hoc events in your application, enabling you to respond to various changes in your S3 bucket. Being able to react to change events from your S3 bucket is essential to ...38 readsODC with AWS Simple Storage Service (S3)outsystems
Shivprasad Waghmareshivprasadwaghmare.hashnode.dev·Nov 10, 2024Automate EC2 Instance Stop/Start on Weekends Using AWS Lambda EventBridge and SNSIntroduction In this tutorial, we will learn how to set up automatic scheduling to start EC2 instances on Monday mornings and stop them on Friday evenings. This will save costs by ensuring that the EC2 instances in lower environments (like developmen...11 likes·139 readsAWS
Raul Naupariblog.raulnq.com·Oct 31, 2024Getting Started with Amazon EventBridge Scheduler for .NET DevelopersIn our previous article, Getting Started with Amazon EventBridge for .NET Developers, we delved into the capabilities of Amazon EventBridge for routing events through applications. But what if we need to trigger an event based on time? To address thi...48 readsAWS
Raul Naupariblog.raulnq.com·Oct 27, 2024Getting Started with Amazon EventBridge for .NET DevelopersTo develop event-driven applications in AWS, we often use services like SQS to send commands and SNS to publish events. As an alternative to SNS, AWS also offers Amazon EventBridge. EventBridge is a serverless service that uses events to connect app...AWS
Daniele Frascadfrasca.hashnode.dev·Sep 18, 2024This stranger EventBus MeshDuring the year 2024, I have been presenting how I integrated a company central bus into a set of serverless distributed services. I have also written some thoughts down, and you can find them here When I talk about a Microservice architecture I am t...serverless
Harsh Bardhan MishraforLocalStackhashnode.localstack.cloud·Aug 19, 2024Testing Events Archive and Replay with LocalStack & EventBridgeEventBridge allows you to manage events across different AWS services and applications. Event sources for EventBridge can include a vast array of AWS services that are natively integrated, third-party applications through integrations, or custom appl...10 likes·407 readsAWS EventBridge