1回答
- 新しい順
- 投票が多い順
- コメントが多い順
2
Hi shivam_khanna,
you can use AWS IoT Greengrass' Log Manager to upload logs to Amazon CloudWatch. Then you can export logs to S3. In case you prefer a direct upload to S3 you can write your own Greengrass component and upload logs to S3 for example by using Greengrass stream manager.
Cheers,
Philipp

+1 to Philipp's response. That is the most direct way to get the logs into S3.