-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Run instances encrypted docs #3936
Comments
@RyanFitzSimmonsAK @tim-finnigan Can I work on this issue? Will try to reproduce this and make necessary changes in documentation if required. |
Hi @yogevhenig89 thanks for reaching out. The Boto3 run_instances command corresponds to the EC2 RunInstances API. Therefore, any issues with the API functionality or documentation would need to get forwarded to the EC2 team. Also for tracking changes between Boto3/Botocore versions you can refer to the CHANGELOG files. To expand on the documentation section you referenced, it notes:
So the behavior can vary between different APIs and under various circumstances. Can you provide any more details regarding the behavior you observed? If you think that the documentation could be improved here, then we recommend reaching out via the Provide feedback at the bottom of the API documentation page in order to escalate to the appropriate team. If you believe there is an issue with the command/API functionality, please share a code snippet for reproducing the issue, and debug logs (with any sensitive info redacted) by adding @ArjunMenon-bit please feel free to help out with looking into this issue. |
Hi @ArjunMenon-bit @tim-finnigan, Thank you so much for your informative respond So either I miss something here, Or there is an issue with the docs ? Thanks! |
Hi @yogevhenig89 thanks for following up and for your patience here. As you described, I think there may be an inconsistency here with the API documentation and behavior. I went ahead and reached out to the EC2 documentation team to address this. Any changes to the API documentation will automatically get pulled in to the Boto3 documentation. Since this is an issue with the API documentation rather than directly with Boto3, I'll go ahead and close this issue. Thanks again for reporting. |
|
Describe the issue
Under the 'Run Instances' section in the boto3 documentation, there is an encrypted section. Inside, it is written:
If you are creating a block device mapping from an existing encrypted or unencrypted snapshot, you must omit this parameter. If you include this parameter, the request will fail, regardless of the value that you specify.
I tried it out for unencrypted snapshots, and it worked. Is there any change in this area?
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2/client/run_instances.html
The text was updated successfully, but these errors were encountered: