AWS Endpoints/URLs with a Greengrass IoT Device

0

In the case of an AWS Greengrass Core Device (V2) that has components which perform the following:

  • Downloading from AWS S3
  • Subscribing to AWS IoT MQTT Topics + receiving messages
  • Posting to AWS IoT MQTT Topics
  • Uploading to S3 buckets
  • Downloading container images from ECR as part of a Greengrass component

where each of these operations is carried out in a component, being permitted via the TokenExchangeRole, which AWS endpoints are being used?

In the case of the S3 operations, this page (https://docs.aws.amazon.com/general/latest/gr/s3.html) lists a number of endpoints for our region, which ones of these would be used in the case of a greengrass component interacting with S3?

1回答
0

The standard AWS SDK is used which means that for S3 the URL would be s3.<region>.amazonaws.com.

Hope this helps

AWS
エキスパート
回答済み 2年前

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

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

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

関連するコンテンツ