-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
InternalError when calling the CreateInstanceExportTask operation #5275
Comments
Hi @marinoborges, I'm not seeing anything jump out at me, but going to investigate further. I only note this is a community image, and while the prerequisites don't mention this specifically, they note that it won't work with Marketplace AMIs. I did find this other issue #610 (comment) that notes that it only works with imported instances, but I don't see this guidance in the docs anymore so it's probably outdated. |
Hi @marinoborges, Is there any way that you can provide the output of |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
describe-instances.txt |
Hi @marinoborges, I'm not seeing anything else that I would identify as an issue with the CLI from what you provided. As far as what you've noted, you should be able to perform this operation. Since your debug output does contain a request ID for the error, you can open an AWS support case to get more details about this, as I cannot see any of that information. I will pass on the error report to the EC2 team on my side, but can't provide an ETA as to when they might respond. |
Thank you @kdaily |
|
Confirm by changing [ ] to [x] below:
Issue is about usage on:
Platform/OS/Hardware/Device
What are you running the cli on?
Windows 7 64 bits
Describe the question
ec2 create-instance-export-task returns:
"An error occurred (InternalError) when calling the CreateInstanceExportTask operation (reached max retries: 2): An internal error has occurred"
The instance consists of a 50GB unencrypted volume based on Ubuntu image AMI-ID ami-0d1cd67c26f5fca19 with one disk (root device type ebs) and one network interface attached.
I checked the requirements and considerations (https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html) and it seems to meet all of them.
Command:
Logs/output
Get full traceback and error logs by adding
--debug
to the command.---- Debug log attached aws.txt
The text was updated successfully, but these errors were encountered: