Listing all EC2 instances

aws ec2 describe-instances

# If you want to narrow down the results by instance type, you can use the --filters option:
aws ec2 describe-instances --filters "Name=instance-type,Values=t3.micro"
4 lines of code, 194 characters

Similar AWS code snippets using bash

Finally, a good search for AWS Console

Was that in us-east-1? Or us-west-2? No need to remember. Just type the name of the resource and CloudTempo will find it.

Feature