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.

2 Answers
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
EXPERT
answered 9 months ago
  • 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
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions