You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also get a token programmatically. Below is an example written
@@ -119,6 +134,18 @@ ClusterRoleBindings. They are similar to IAM Roles in that they define a
119
134
set of actions (verbs) that can be performed against a collection of
120
135
Kubernetes resources (objects).
121
136
137
+
=== CloudWatch query to help users identify clients sending requests to global STS endpoint
138
+
139
+
Run CloudWatch query below to get sts endpoint. If stsendpoint equals to "sts.amazonaws.com", then it is a global STS endpoint. If stsendpoint equals like "sts.<region>.amazonaws.com", then it is a regional STS endpoint.
0 commit comments