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

Switch AWS-UpdateSSMAgent doc to use virtual-host pathing #40

Open
jeffj254 opened this issue Apr 24, 2020 · 0 comments
Open

Switch AWS-UpdateSSMAgent doc to use virtual-host pathing #40

jeffj254 opened this issue Apr 24, 2020 · 0 comments

Comments

@jeffj254
Copy link

jeffj254 commented Apr 24, 2020

The aws:updateSsmAgent action in SSM uses the deprecated path-style addressing to download the manifest JSON from s3. This style of addressing can't be supported in environments that use url filtering and has also been deprecated by AWS (https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/)

Current old path style:
https://s3.{Region}.amazonaws.com/amazon-ssm-{Region}/ssm-agent-manifest.json

Improved virtual path style:
https://amazon-ssm-{Region}.s3.{Region}.amazonaws.com/ssm-agent-manifest.json

It would be very helpful if the aws:updateSsmAgent action were changed to use the newer virtual path style addressing for downloads. Currently we can't take advantage of the built-in auto-updating functionality in any environments that have internet URL filtering.

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

1 participant