简体   繁体   中英

How to find AWS Resource from endpoint URL

I'm trying to make sense of an undocumented project. I have an endpoint that looks like it's an AWS API gateway resource. Is there a way to find that resource via the identifier?

I have

https://XXXXXXXX.execute-api.us-east-2.amazonaws.com/production/dothis

I have looked in the console at API Gateways in Ohio(us-east-2) at Stages and none of them have a stage endpoint with an XXXXXXX that matches this endpoint's id.

The endpoint is functioning - so it is somewhere out there for sure.

Is there some other AWS resource type that would end up with an endpoint URL like that? Or is it more likely that I have the wrong AWS account/profile? Can I search on the CLI by the XXXXXX id?

We have been in a similar situation and we ended up raising a support ticket to find it. Please raise a support ticket with AWS. They will at least let you know whether the endpoint url is mapped to one of your AWS accounts.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM