AWS solutions documentation change
Summary
Added documentation for ALB + ECS Fargate deployment option including AWS WAF protection and migrated from CloudWatch Events to EventBridge
Security assessment
Explicitly documents AWS WAF as an optional security feature for web application firewall protection in ALB deployments. While this adds security documentation, there's no evidence of addressing a specific vulnerability. The EventBridge migration is a service update without security implications.
Diff
diff --git a/solutions/latest/distributed-load-testing-on-aws/architecture-details.md b/solutions/latest/distributed-load-testing-on-aws/architecture-details.md index c7a7e9c89..028a6cd15 100644 --- a//solutions/latest/distributed-load-testing-on-aws/architecture-details.md +++ b//solutions/latest/distributed-load-testing-on-aws/architecture-details.md @@ -23 +23,3 @@ AWS service | Description -[Amazon CloudFront](https://aws.amazon.com/cloudfront/) | **Core.** Serves the web content hosted in Amazon S3. +[Amazon CloudFront](https://aws.amazon.com/cloudfront/) | **Core (default deployment only).** Serves the web content hosted in Amazon S3 when using the default CloudFront + S3 hosting option. +[Elastic Load Balancing (Application Load Balancer)](https://aws.amazon.com/elasticloadbalancing/) | **Core (ALB + ECS Fargate deployment only).** Serves the web console when using the ALB + ECS Fargate deployment option. +[AWS WAF](https://aws.amazon.com/waf/) | **Supporting, Optional (ALB + ECS Fargate deployment only).** Provides web application firewall protection for the ALB and ECS hosted web console. @@ -33 +35 @@ AWS service | Description -[Amazon CloudWatch Events](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/WhatIsCloudWatchEvents.html) | **Supporting**. Schedules tests to automatically begin at a specified date or on recurring dates. +[Amazon EventBridge](https://aws.amazon.com/eventbridge/) | **Supporting**. Routes Amazon ECS task and Step Functions failure events to failure handler Lambda functions, and schedules tests to automatically begin at a specified date or on recurring dates using EventBridge Scheduler.