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 aws session-manager to published packer docker container #10443

Closed
nitrocode opened this issue Jan 6, 2021 · 2 comments
Closed

Add aws session-manager to published packer docker container #10443

nitrocode opened this issue Jan 6, 2021 · 2 comments
Labels
enhancement wontfix Out of scope/alignment with the project, or issue is expected, intended behavior

Comments

@nitrocode
Copy link
Contributor

Please search the existing issues for relevant feature requests, and use the
reaction feature
(https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)
to add upvotes to pre-existing requests.

Community Note

Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

I'd like to stop using ssh in favor of ssm. I use the current hashicorp/packer docker container and would like to continue using it, however, I'm unable to run builds using ssm with the container without having to build a new hashicorp/packer-session-manager container.

Would it be possible if the aws session-manager plugin can be added so ssm works out-of-the-box when using the official hashicorp/packer docker container ?

Use Case(s)

See above

Potential configuration

        "ssh_interface": "session_manager",
        "communicator": "ssh",

Potential References

N/A

@SwampDragons
Copy link
Contributor

It's not really feasible for us to make the official docker container contain literally all possible packer dependencies -- we'd end up with a very large container indeed. See my comment here for context: hashicorp/docker-hub-images#100

The good news is our containers are very simple and you should not have trouble building your own based on https://github.com/hashicorp/docker-hub-images/blob/master/packer/Dockerfile-light

@SwampDragons SwampDragons added the wontfix Out of scope/alignment with the project, or issue is expected, intended behavior label Feb 17, 2021
@ghost
Copy link

ghost commented Mar 20, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement wontfix Out of scope/alignment with the project, or issue is expected, intended behavior
Projects
None yet
Development

No branches or pull requests

2 participants