diff --git a/adot/utils/soak/soak.py b/adot/utils/soak/soak.py index 9438b2385..d859d856c 100644 --- a/adot/utils/soak/soak.py +++ b/adot/utils/soak/soak.py @@ -13,14 +13,14 @@ # ARM64 layers ARNs for us-west-1 are not available at the time of creating this PR # TODO (pvasir) Add the layer ARNs for us-west-1 in both AMD and ARM64 when cloudwatch-agent publish lambdaInsightAMD64ArnMap = { - "us-east-1": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:21", - "us-east-2": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:21", - "us-west-2": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:21" + "us-east-1": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension:55", + "us-east-2": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension:55", + "us-west-2": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension:55" } lambdaInsightARM64ArnMap = { - "us-east-1": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension-Arm64:2", - "us-east-2": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension-Arm64:2", - "us-west-2": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension-Arm64:2" + "us-east-1": "arn:aws:lambda:us-east-1:580247275435:layer:LambdaInsightsExtension-Arm64:22", + "us-east-2": "arn:aws:lambda:us-east-2:580247275435:layer:LambdaInsightsExtension-Arm64:24", + "us-west-2": "arn:aws:lambda:us-west-2:580247275435:layer:LambdaInsightsExtension-Arm64:22" } lambdaInsightsArchitectureMap = { "amd64": lambdaInsightAMD64ArnMap,