Security Agent Application is a regional resource, not global
Tried to reference a Tokyo-created Application ID when running a pentest in us-east-1:
ResourceNotFoundException: Application not found: app-f62503eb-...list-applications in us-east-1 returned empty. The Tokyo Application is invisible from other regions.
# Need to create a new one in us-east-1
aws securityagent create-application --region us-east-1When I first ran create-application in Tokyo and got "Only one application per account is allowed", I assumed Application was a global, account-wide resource. It's actually one per region — same scope as Agent Space, Target Domain, and Pentest.
