aws ec2 import-image doesn't honour the DeviceName in the disk-container file #8808
Labels
closing-soon
This issue will automatically close in 4 days unless further comments are made.
ec2
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Describe the bug
this is the container file I use
But when I import this with
When the job is finished it shows me this
As you can see the DeviceName has been changed from:
Why is that?
Expected Behavior
I would expect the import command to use the DeviceNames which are specified in the container file
Current Behavior
currently it selects different device names
Reproduction Steps
See the container file in the description and the command to import it
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.17.14 Python/3.11.9 Linux/6.8.0-1009-aws exe/x86_64.ubuntu.24
Environment details (OS name and version, etc.)
ubuntu@ip-172-31-33-158:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=24.04 DISTRIB_CODENAME=noble DISTRIB_DESCRIPTION="Ubuntu 24.04 LTS"
The text was updated successfully, but these errors were encountered: