AWS ivs documentation change
Summary
Added note about session ID behavior when participant recording merge is enabled
Security assessment
Clarifies recording storage patterns which help implement secure auditing practices, though no specific vulnerability is addressed.
Diff
diff --git a/ivs/latest/RealTimeUserGuide/eventbridge.md index c96a8b1e7..3ca5a37dc 100644 --- a/ivs/latest/RealTimeUserGuide/eventbridge.md +++ b/ivs/latest/RealTimeUserGuide/eventbridge.md @@ -282,0 +283,2 @@ You can create a rule that triggers on an event emitted by Amazon IVS. Follow th +Note that, if individual participant recording merge is enabled, and if a stage publisher disconnects from a stage and then reconnects, IVS tries to record to the same S3 prefix as the previous session. As a consequence, in the above examples, the `session_id` component of `recording_s3_key_prefix` can have a different value than the `session_id` field in `detail`. See [Merge Fragmented Individual Participant Recordings](./rt-individual-participant-recording.html#ind-part-rec-merge-frag). +