Guidance for Attachment Management to AWS Cloud WAN
Overview
How it works
These technical details feature an architecture diagram to illustrate how to effectively use this solution. The architecture diagram shows the key components and their interactions, providing an overview of the architecture's structure and functionality step-by-step.
Get Started
Well-Architected Pillars
The architecture diagram above is an example of a Solution created with Well-Architected best practices in mind. To be fully Well-Architected, you should follow as many Well-Architected best practices as possible.
Operational Excellence
EventBridge filters network manager events and sends them to Amazon SNS. In different Regions, multiple Amazon SQS queues subscribe to Amazon SNS, receiving these events for processing by Lambda, which then performs the attachment configuration automatically based on metadata.
For unexpected events, an Amazon SQS DLQ captures the malformed events to prevent data loss. This setup automates AWS Cloud WAN attachment management without user intervention, serving two purposes. One, it prevents cross-network domain leakage, and two, it removes the need for manual oversight, supporting efficient and secure management of complex network configurations.
Security
AWS Identity and Access Management (IAM) Roles for Lambda limit access to specific resources like Amazon SQS and Amazon SNS, enforcing the principle of least privilege. In addition, resource policies in Amazon SQS and Amazon SNS are narrowly defined, granting only the minimum permissions necessary for proper application functions.
By implementing these security measures, organizations limit authorized access to the AWS Cloud WAN attachment configuration resources exclusively. This approach reduces the potential attack surface and minimizes the risk of unauthorized access or data breaches.
Reliability
To support reliable workloads, the Lambda functions for the AWS Cloud WAN attachment are deployed in at least two Regions. This multi-service, multi-Region approach creates a resilient system that can withstand various types of failures and continue operating smoothly. Furthermore, EventBridge routes events to Lambda for processing, while Amazon SQS and Amazon SNS provide a robust subscribing mechanism for Lambda as part of routing control. For event processing and routing control, Lambda offers a serverless framework deployed across two Regions to mitigate Regional failures. As managed services, EventBridge, Amazon SQS, and Amazon SNS significantly reduce the likelihood of failure, helping to ensure that all relevant events are processed without downtime.
Performance Efficiency
This Guidance uses a durable, subscription-based mechanism for handling events across at least two Regions. For example, EventBridge, Amazon SQS, Amazon SNS, and Lambda work together to process AWS control plane events in real-time, specifically for new routes learned in AWS Cloud WAN. This setup delivers near real-time performance for event processing. EventBridge initiates the process by capturing and routing events, while Amazon SQS and Amazon SNS work in tandem to help ensure reliable message delivery. Lambda functions, deployed across multiple Regions, process these events efficiently, minimizing delays in network configuration updates. By utilizing these services, the system achieves minimum latency for attaching network segments in AWS Cloud WAN.
Cost Optimization
When configured, this Guidance processes control plane events tied to network topology changes, which typically don't occur in high volumes daily. This event-driven approach conserves resources, as computing power is used only when needed for event processing. Consequently, the system avoids wasting resources on idle, long-running processes, leading to optimized costs and efficient resource utilization. Also, EventBridge, Amazon SQS, Amazon SNS, and Lambda process only specific AWS control plane events related to new routes in AWS Cloud WAN. These services activate solely when new events occur, eliminating the need for long-running processes.
Sustainability
EventBridge, Amazon SQS, Amazon SNS, and Lambda are fully managed AWS services that offer higher efficiency compared to traditional long-running or compute-intensive alternatives. By processing only specific AWS control plane events related to new routes in AWS Cloud WAN, the system minimizes unnecessary resource consumption. The near real-time, serverless event processing approach eliminates the need for constantly running compute resources, leading to a reduced environmental footprint as energy is consumed only when events require processing.
Disclaimer
Did you find what you were looking for today?
Let us know so we can improve the quality of the content on our pages