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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인