Search your AWS resources blazingly fast ⚡️
ChloeMouret
Posted on September 20, 2023
It's so annoying to find your resources in AWS ...
I don't know about you, but I find it really annoying to find my resources in AWS. I always have to click through the different services and then search for my resource.
If I need to find my myLambda
function, I have to click on the Lambda
service, then click on Functions
and then search for my function.
In fact, there is a global search bar in the top left corner of the AWS console. But it's not really helpful. It only searches for services, not for resources. So if I search for myLambda
in the search bar, I get a list of all the services that contain the word myLambda
.
🚀🚀 In this article, let me show you how to use this search bar to find your resources directly.🚀🚀
Use AWS Resource Explorer directly in the search bar
AWS Resource Explorer is a service that is used to efficiently search and discover your AWS resources across AWS Regions and accounts. It provides a single view of your resources and enables you to search and filter by resource type, region, tags, and other key attributes. You can also view resource details, including resource configuration, metadata, and related resources.
The best thing about it is that you can combine with the search bar and it is free !! 🤯
Enable AWS Resource Explorer
To enable AWS Resource Explorer, you need to go to the AWS Resource Explorer console and click on Turn on Resource Explorer
.
Then, you just have a small form to fill in. You just have to specify the Aggregator Index Region, a quick rule of thumb is to choose the region where you have the most resources.
Then click on Turn on Resource Explorer
and you are done! 🎉 You will have to wait a few minutes for the service to be index all your resources in the background.
Use AWS Resource Explorer in the search bar
From now on, it is so easy, just type the name of your resource in the search bar, scroll a little bit if needed and you will find your resource that match your input.
What is so powerful with that is that you can find associated resources like log groups and IAM roles.
Last trick 🌟
Filter only your resources in the search bar by typing /resources
before your resource name. This will filter only your resources and not the AWS services.
Also, if you want to be blazingly faster, you can use OPT + S
for Mac or ALT + S
for Windows to focus directly on the search bar.
Posted on September 20, 2023
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.