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

Add support for Raspberry Pi #1768

Open
andrei-gavrila opened this issue Nov 25, 2023 · 0 comments
Open

Add support for Raspberry Pi #1768

andrei-gavrila opened this issue Nov 25, 2023 · 0 comments

Comments

@andrei-gavrila
Copy link

andrei-gavrila commented Nov 25, 2023

The path defined here for Linux platform references the Debian 64bit AWS Session Manager Plugin. For Raspberry Pi the URL should have _arm64 instead of _64bit as documented here: https://docs.aws.amazon.com/systems-manager/latest/userguide/install-plugin-debian.html

This is the offending line, simply replacing it will fix the issue on Raspberry Pi but it's not the proper fix :) I'm not that familiar with the platform module and I have no idea how to properly identify the architecture so I can't propose a proper fix:

"download": SSM_PLUGIN_BASE_URL + "/ubuntu_64bit/session-manager-plugin.deb",

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