简体   繁体   English

如何从端点 URL 查找 AWS 资源

[英]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.我有一个看起来像是 AWS API 网关资源的端点。 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.我在阶段中查看了位于俄亥俄州 (us-east-2) 的 API Gateways 的控制台,没有一个具有与该端点 ID 匹配的 XXXXXXX 的阶段端点。

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?是否有其他一些 AWS 资源类型最终会出现这样的端点 URL? Or is it more likely that I have the wrong AWS account/profile?还是我的 AWS 账户/资料有误? Can I search on the CLI by the XXXXXX id?我可以通过 XXXXXX id 在 CLI 上搜索吗?

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.请向 AWS 提出支持请求。 They will at least let you know whether the endpoint url is mapped to one of your AWS accounts.他们至少会让您知道端点 url 是否映射到您的一个 AWS 账户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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