Reputation: 794
I've been trying for days, how can I successfully export my Pinpoint Analytics through Kinesis?
I constantly get this error:
Failed to configure event stream.
Destination stream validation failed.
What does this mean? How can I resolve the issue? Anyone else successfully export analytics from Pinpoint?
Upvotes: 2
Views: 930
Reputation: 1679
(If you're using a Cloudformation stack,) There is also the possibility that Kinesis Firehose is still in a 'booting phase', or there is a mistaken arn in the provided RoleArn
.
Upvotes: 0
Reputation: 794
Figured this out, hopefully it helps someone else out there.
I created a new Kinesis Firehose and tested it out first, making sure the demo data populated in my S3 bucket. After that, I hooked that firehose up to Pinpoint and it successfully completed.
Upvotes: 3