20 Dec 2023 05:40 PM - edited 20 Jun 2024 11:30 AM
To fix it, you need to set up an environment variable in AG's VM. This applies also to all regions that used to use only global endpoint:
ap-northeast-1
ap-south-1
ap-southeast-1
ap-southeast-2
ca-central-1
eu-central-1
eu-north-1
eu-west-1
eu-west-2
eu-west-3
sa-east-1
us-east-1
us-east-2
us-west-1
us-west-2
See AWS STS Regionalized endpoints.
The environment variable should be visible by ActiveGate.
For Linux, you can just run these two commands with root user permission:
systemctl set-environment AWS_STS_REGIONAL_ENDPOINTS=regional
service dynatracegateway restart
@karolinaboba
Our recently installed ActiveGate always tries to connect to another region than eu-central-1. Can you explain how to configure the ActiveGate exactly to use only eu-central-1 as region?