2 Answers
- Newest
- Most votes
- Most comments
0
not a region issue : timestream and iot rules are in the same region - 'eu-central-1' not a connectivity issue : both iot rule and timestream are managed services running in aws global infra not inside VPC
answered 2 months ago
0
- I hope you already checked if Timestream is supported in your current region.
- Your IoT Rule and Timestream database must be in the same region. Is this true?
# Check your current region
aws configure get region
# List Timestream databases to verify region
aws timestream-write describe-database --database-name smartbox-timestream
- Sometimes the endpoint discovery gets cached incorrectly. Try delete and recreate. Also, I assume IoT Rule's IAM role has the correct permissions.
answered 2 months ago

ok. Sometimes the endpoint discovery gets cached incorrectly. Try delete and recreate. Also, I assume IoT Rule's IAM role has the correct permissions.