Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

PetroGromovo's avatar

Where in AWS console I can see all instances/other active objects?

Hello, I learn AWS and its services and I create Free tier eligible ec2 instance I wonder how to learn service without pay? I know when I can check current billing for some period. https://imgur.com/a/GDbCBgf

But if there is a way to check which ojects are active now? Examples: I created new instance under some location, but after I changed location in instances page and as newby I lost that instance. later I found that I have created 2 instances under different locations, but if there is a page where I see all instances/other active objects?

Thanks!

0 likes
1 reply
fideloper's avatar

Hi!

Everything created in each region is very separate, so this view doesn't exist natively within the AWS web console.

One thing I've done to find resources in an account is use aws nuke. It's designed to destroy all resources it can find, but it's also very useful for finding all the resources you have created in an account across multiple regions.

(It's intentionally very hard to accidentally delete resources using that tool so it's safe to play around with).

Please or to participate in this conversation.