How to Disable Recording
To disable Amazon S3 recording on an existing channel:
-
Console — On the details page for the relevant channel, in the Record and store streams section, choose Disabled and then choose Save Channel. This removes the recording configuration’s association with the channel; streams on that channel will no longer be recorded.
-
CLI — Run the
update-channel
command and pass in the recording-configuration ARN as an empty string:aws ivs update-channel --arn "arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh" --recording-configuration-arn none
This returns a channel object with an empty string for
recordingConfigurationArn
, indicating that the recording is disabled.