I'm from Azure background and trying to learn AWS.
I'm creating multiple services/resources like EC2, S3, Lambda, etc in my AWS account. I'm not a root user.
My question How can I find/list all the resources created by me? I want the ability to quickly see/list all the resources created by me to do cleanup. Note: In Azure, I can do this by creating resources under a specific Resource group or I can tag them, later I can open a specific resource group to find all the resources that I've created or filter by tag. Is there any similar feature in AWS?
Thanks