Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REGION in systems-manager URLs should be lowercase #198

Open
aslangencer opened this issue Apr 20, 2022 · 1 comment
Open

REGION in systems-manager URLs should be lowercase #198

aslangencer opened this issue Apr 20, 2022 · 1 comment

Comments

@aslangencer
Copy link

aslangencer commented Apr 20, 2022

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

@Daniel-Giron
Copy link

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants