AWS solutions documentation change
Summary
Added security documentation link for third-party testing frameworks and introduced new section about flexible web console hosting options including secure ALB+ECS Fargate deployment for environments with strict network policies.
Security assessment
The change adds references to security documentation for third-party frameworks and describes a secure deployment option for regulated environments, but doesn't indicate any specific security vulnerability being fixed.
Diff
diff --git a/solutions/latest/distributed-load-testing-on-aws/features.md b/solutions/latest/distributed-load-testing-on-aws/features.md index 4cdd31ac4..aab63d107 100644 --- a//solutions/latest/distributed-load-testing-on-aws/features.md +++ b//solutions/latest/distributed-load-testing-on-aws/features.md @@ -13 +13 @@ The solution provides the following features: -Supports JMeter, K6, and Locust test scripts, as well as simple HTTP endpoint testing without requiring custom scripts. For more information, refer to [Test types](./design-considerations.html#test-types) in the Architecture details section. +Supports JMeter, K6, and Locust test scripts, as well as simple HTTP endpoint testing without requiring custom scripts. For more information, refer to [Test types](./design-considerations.html#test-types) in the Architecture details section. For security considerations about the bundled frameworks, refer to [Third-party testing frameworks](./security-1.html#third-party-testing-frameworks). @@ -42,0 +43,4 @@ Tests any HTTP or HTTPS endpoint across AWS Regions, on-premises environments, o +**Flexible Web Console Hosting** + +Choose from three web console hosting options: Amazon CloudFront + S3 (default), ALB + ECS Fargate with a custom domain, or headless (bring your own web server). The ALB + ECS Fargate option supports environments with VPC Block Public Access policies or zero public internet exposure requirements common in regulated industries. The backend and authentication remain the same across all options. For more information, refer to [Deploy the solution](./deploy-the-solution.html). +