Question 438:
As a developer, you have set up Amazon Cognito Sync to enable cross-device syncing of application-related user data. You later configure Amazon Cognito streams with an Amazon Kinesis stream by changing the role trust permission to receive events as data is updated and synchronized. What statement is true in this context?
Answer options:
A.You will need to either recreate the Kinesis stream or fix the role, and then you will need to re-enable the stream. B.You can move all of your Sync data to Kinesis, which can then be streamed to a data warehouse tool. C.You have to enable updates for cases that are larger than the Kinesis maximum payload size. D.Before configuring a Kinesis stream, you have to enable bulk publish operation to manually apply to all of your streams.