High-Performing Architecture II
Explore how to build high-performing AWS architectures by implementing event routing with Amazon EventBridge, autoscaling AWS Fargate containers, monitoring microservices with CloudWatch and X-Ray, and securely transferring data. This lesson helps optimize resilience, performance, and cost-efficiency in real-world AWS solutions.
We'll cover the following...
Question 53
A financial services company needs to build a real-time fraud detection system that monitors transactions across multiple applications. The system must detect potential fraudulent activities and trigger automated workflows, such as sending alerts, blocking transactions, and logging events for further analysis. The company requires a solution that can integrate seamlessly with various AWS services, third-party SaaS applications, and on-premises systems while ensuring low-latency event processing and high availability.
As a solutions architect, which AWS service would you recommend for handling the event routing and triggering of automated workflows in this real-time fraud detection system?
A. Use Amazon SNS (Simple Notification Service) to publish and subscribe to messages across the system.
B. Use Amazon EventBridge to route events between different applications, AWS services, and third-party SaaS applications based on rules and patterns.
C. Use Amazon ...