How to uncover a list of EC2 instances that spans across multiple AWS accounts?

dcpeach
dcpeach ✭✭✭✭✭
Taking stock of my EC2 instances and how they are used across AWS accounts

Answers

  • jdowdy
    jdowdy ✭✭✭✭✭
    FIND aws_instance WITH active = true AND accountId != undefined AS A
    RETURN
    A.displayName, A._type

This Month's Leaders