这是我的代码
aws kinesis put-record --stream-name request-data-debugger --data file://payload.json --partition-key 1
当我尝试将数据放入运动学时。它总是说,
“(ResourceNotFoundException),当调用PutRecord操作时: 在帐户xxxxxxx“
下流请求数据调试器
但是我创建了运动学,其名称为request-data-debugger
答案 0 :(得分:1)
将区域更改为创建流的相同区域。
答案 1 :(得分:0)
在不同区域中创建流时,将出现问题。并使用不同的区域访问。 找到流创建所在的区域并通过它进行更新,
aws configure
AWS Access Key ID [****************HATQ]:
AWS Secret Access Key [****************88/U]:
Default region name [us-east-2]: <acutual region>