简体   繁体   中英

kinesis firehose how to disable s3 bucket backup

I deploy a kinesis firehose with http destination in AWS and enabled backup to s3 bucket. The current configuration is All data but I want to change it to Failed data only. When I look at the console this option is greyed out. Is there a way for me to update it?

在此处输入图像描述

Unfortunately, you cannot disable source record backup at the moment.

From the documentation:

You can enable source record backup when you create or update your delivery stream. You cannot disable source record backup after you enable it.

( https://docs.aws.amazon.com/firehose/latest/dev/data-transformation.html#data-transformation-source-record-backup )

Your only option is to delete the stream and re-create it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM