Seems to be a bug in AWS console Volumes dashboard

0

I am browsing through AWS console to delete all the volumes not in use. I navigate to volumes dashboard and filter it for volume state as available.

Then i try to select all the records to delete them but i am not able to select all of them. Instead i get all the volumes listed in plain text. This seems to be a bug.

Pramod
已提问 9 个月前222 查看次数
2 回答
1

Hi,

What you are seeing is not the expected behavior and it works just fine for me as expected where all the volumes selected based on volume state filter as Available, would be deleted in a go.

I'd suggest you to make sure that you have enough permissions to delete the volume and additionally try:

  • Clear out your browsing cache and then try
  • Use different browser
  • Log out and log back in again.

On your question, I just did that to verify and it works fine.

Enter image description here

Enter image description here

Hope you find this information helpful.

Comment here if you have additional questions or I mistook your question anyway.

Abhishek

profile pictureAWS
专家
已回答 9 个月前
  • Do you have any additional questions, happy to help.

0

For Volume State "Available", if you are unable to delete it, you may want to check your account has the IAM permission ec2:DeleteVolume,
ref- https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteVolume.html

You could also use the AWS command line interface (CLI), and try to delete the volume via the CLI and see the message you receive, which will be helpful to troubleshoot. For example:

aws ec2 delete-volume --volume-id <volume id>

Reference on how to use the CLI- https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html

AWS
Ravish
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容