AWS IotTwinMaker service endpoint not working (Server not found)

0

Hi it seems like AWS IoTTwinMaker service endpoints are not up and running (https://iottwinmaker.us-east-1.amazonaws.com/). Can someone help and share the working endpoints? thanks

RaMa
質問済み 2年前263ビュー
1回答
1
承認された回答

Hi,

This is the correct us-east-1 endpoint for AWS IoT Twinmaker. We can see the URL's here in our IoT TwinMaker endpoint and quotas Documentation.

In order to test the endpoint, I used the AWS CLI to call the GetWorkspace API on us-east-1 and I can confirm that the request is being made to this endpoint api.iottwinmaker.us-east-1.amazonaws.com

Here is my aws cli request:

aws iottwinmaker get-workspace --workspace-id Test --region us-east-1 --debug

If we check the debug prints we can confirm the URL where the request is being sent

GET
/workspaces/Test

host:api.iottwinmaker.us-east-1.amazonaws.com
x-amz-date:20220106T041937Z

I do not see any reported issues with this URL. That said, can you please let me know how you are currently checking this URL and where you are seeing "Server not found"? We are looking forward to your reply.

AWS
サポートエンジニア
Ryan_A
回答済み 2年前
  • This is the endpoint url "api.iottwinmaker.us-east-1.amazonaws.com" I was looking for. The doc did not mention the api subdomain. Thanks Ryan!

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ