Rabby Khankhanrabby.hashnode.dev·Sep 15, 2023How to delete all schedulers from the Amazon EventBridge schedulerDo you come across the same situation where you have to delete all the schedulers from the Amazon Eventbridge Scheduler? Some of us have been there. Well, it turns out that there is no way in the AWS console to delete all schedules other than deletin...DiscussAWS
Goodycybgoodycyb.hashnode.dev·Aug 30, 2023Lab 5: Building an Automated DetectionLab Objective View the Lambda function that will handle the event Create an AWS EventBridge rule to capture CloudTrail data events involving your password-backup honey file and trigger a Lambda function called HoneyFileDetection Perform T1530 (Dat...DiscussAWS
Anshul Singhanshulwrites.hashnode.dev·Aug 12, 2023Automate Update Of AWS Security Group Rules Using AWS LambdaAbout the project In this project, we will automate the process of updating security group rules with the latest IP addresses used by GitHub services. We will set up a lambda function that will update the security group rules and then automate this p...DiscussAWS
Oscar Cortes Brachoolcortesb.hashnode.dev·Aug 2, 2023AWS Eventbridge Api 2 ApiEventBridge es un servicio serverless que permite crear aplicaciones basadas en eventos funcionando como un bus. Se pueden enviar eventos a EventBridge desde distintas fuentes internas (otros servicios de AWS) como externas (proveedores de SaaS). Par...DiscussAWS
Hitesh BalwaniProtheserverlessdev.com·Jul 13, 2023Thinking asynchronously: Building a Serverless Event-Driven Architecture on AWS.In my previous blog post, we explored the concept of event-driven architecture. Now, we will dive into its implementation. We will utilize AWS serverless technologies and examine why serverless and event-driven architecture complement each other well...Sandro Volpicella and 1 other are discussing this2 people are discussing thisDiscuss·7 likes·137 readsserverless
Sai Deva Harshaawshelpinghand.hashnode.dev·Jul 13, 2023AWS EventBridgeAWS EventBridge AWS EventBridge is a serverless event bus service provided by Amazon Web Services (AWS). It simplifies the process of building event-driven architectures and integrating different AWS services and SaaS applications. With EventBridge,...DiscussAWS
Chandrasekar(Chan) Rajaramcr88.hashnode.dev·Jul 9, 2023Monitoring Security Group Changes in AWS Organizations using CloudTrail, CloudWatch, and SNS1. Introduction Security is a paramount concern when managing AWS resources, especially when handling changes to Security Groups within an organization. This article provides insights into how to monitor these changes using AWS CloudTrail, AWS CloudW...Discussawssecurity
Jan Rockwelljantech.hashnode.dev·Jul 4, 2023Daily English App With AWS Serverless Services EventBridge, Lambda, SNS, S3Introduction Create an AWS Serverless Application with S3, SNS, Lambda, EventBridge and IAM. Application Architecture This diagram shows the services used in this app. Steps Step 1: Create a S3 bucket and upload the word-list file Step 2: Create a ...Discuss·1 like·29 readsAWS EventBridge
Sitabja Chatterjeesitchatt.hashnode.dev·Jul 3, 2023AWS EventBridge with ShopifyHello Everyone, Though, after a gap for educational and professional causes, again back with something very new, at least to most of you. As you know, I love to explore new tools and technologies, exploring new AWS services and showcasing the use of ...Discuss·1 like·51 readsAWS
Jones Zachariah Noel NforThe Serverless Terminalblog.theserverlessterminal.com·Jun 28, 2023Buses and queues: Head-onAmazon EventBridge is a serverless managed service for event-driven applications to build loosely coupled applications and route events smartly across different services.You can read more about how Amazon EventBridge is the missing piece to your app....Discuss·14 likes·251 readsAWS