EBS Volume Detach throws 500 #39
AnirudhNarsipur
started this conversation in
Bugs
Replies: 1 comment
|
Hi @AnirudhNarsipur, Thanks for the detailed report the repro script made it really easy to confirm. We reproduced it on 2026.6.0 and on our latest dev build. Already passed it to engineering for a fix. As a workaround, you can pass awslocal ec2 detach-volume --volume-id <VOL_ID> --instance-id <INSTANCE_ID> --device /dev/sdfWe'll let you know here once the fix ships. 🚀 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Trying to detach an EBS volume throws a
500. LocalStack logs show:Full repro script attached. Output from running repro script:
Script:
note: Repro script was authored by Codex.
All reactions