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
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
The URLs produced in the output for AWS Systems Manager contain the parameter "REGION" in uppercase however the AWS console does not recognise it and loads the URL in the us-east-1 Region. This leads to "Automation execution xxx does not exist" error on the console if the execution was performed in another region.
Console loads the correct Region if the parameter is in lowercase, i.e ?region=eu-west-1
The text was updated successfully, but these errors were encountered:
This is not the only problem.
The ?region= parameter is ignored. In order for it to actually work, it needs to be added to the url like: https://region.console.aws.amazon.com/...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The URLs produced in the output for AWS Systems Manager contain the parameter "REGION" in uppercase however the AWS console does not recognise it and loads the URL in the us-east-1 Region. This leads to "Automation execution xxx does not exist" error on the console if the execution was performed in another region.
Console loads the correct Region if the parameter is in lowercase, i.e
?region=eu-west-1
The text was updated successfully, but these errors were encountered: