-
Notifications
You must be signed in to change notification settings - Fork 519
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
Grant AMI to organization and/or organization units #1960
Comments
Here we can see the API that you are referring to: https://docs.aws.amazon.com/cli/latest/reference/ec2/modify-image-attribute.html
However, we are using Rusoto and I'm not seeing organizations in the If we look at the new Rust SDK, we do see the necessary fields available. https://docs.rs/aws-sdk-ec2/0.6.0/aws_sdk_ec2/input/struct.ModifyImageAttributeInput.html So, unfortunately, if I'm reading these sources correctly, it looks like we may need to switch from rusoto to the AWS SDK to do this. |
Hi @samjo-nyang!, I think we will punt this to the following release (1.11) |
What I'd like:
I'd like to share AMIs with organizations and/or organization units.
It would be nice if it supports the following (or similar) commands:
I think that changing this file will work, but I didn't test it.
Any alternatives you've considered:
The text was updated successfully, but these errors were encountered: