AWS solutions documentation change
Summary
Added cost estimates for AWS Step Functions and Lambda, with note about Free Tier usage
Security assessment
Purely cost estimation updates with operational details. No security features, vulnerabilities, or security-related configurations are mentioned or modified in the documentation.
Diff
diff --git a/solutions/latest/network-orchestration-aws-transit-gateway/cost.md b/solutions/latest/network-orchestration-aws-transit-gateway/cost.md index 52c88320f..0e768ea6b 100644 --- a//solutions/latest/network-orchestration-aws-transit-gateway/cost.md +++ b//solutions/latest/network-orchestration-aws-transit-gateway/cost.md @@ -40,0 +41,2 @@ AWS WAF | | $ 7.61 +AWS Step Functions | State transitions: 100-120 transitions per month (5-6 workflow executions × 20 transitions each). State machine has 20 Task states that invoke Lambda | < $ 0.01 +AWS Lambda | Duration: 700-850 GB-seconds per month (StateMachineLambdaFunction: 100-120 invocations at 4 sec with 1.5 GB, CustomResourceLambda: 2-4 invocations at 10 sec with 1.5 GB, MetricsCollectorLambda: 30 invocations at 5 sec with 0.5 GB) | < $ 0.01 @@ -43,0 +46,4 @@ AWS X-Ray | 100,000 Traces recorded for 2 services (Step Functions and AppSync) +###### Note + +AWS Step Functions state transitions and AWS Lambda duration charges are included in this estimate. With the assumed usage pattern (5-6 workflow executions per month for 2 VPCs with minimal tag changes), both services operate within AWS Free Tier limits (4,000 state transitions/month and 400,000 GB-seconds/month), resulting in negligible charges. For environments with more frequent network changes, costs may increase proportionally but remain minimal. +