-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
New AWS resource ssm_activation
#9111
Conversation
This is currently blocked by an issue that needs some deeper investigation. At the moment the tests are receiving the error: I have been able to re-create this error manually in the console by creating an activation using a custom role with an incorrect assume role policy however it is unclear why this test is failing. |
Debugging this I have discovered that there is an issue related specifying the region. When running similar commands via the cli the --region flag needs to be specified if not reading from the environment. In addition it appears from debugging the console that region is specified as part of the request. I am unclear at this stage if this is an issue with my implementation or with the sdk |
Adding a new resource to support activation of managed instances for on-premise virtual-machines.
|
ssm_activation
ssm_activation
LGTM! Thanks @liamjbennett :)
|
Adding a new resource to support activation of managed instances for on-premise virtual-machines.
Adding a new resource to support activation of managed instances for on-premise virtual-machines.
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. |
Adding a new resource to support activation of managed instances for
on-premise virtual-machines.
Last of the resources to close off #4952