Autoscaling Kinesis stream

Hello

I am trying to implement an AWS Autoscaling KInesis stream.
The Hashicorp documentation however, only describes examples for DynamoDB, ECS and Aurora:

Does anyone know how to define a Kinesis Appautoscaling Target within Terraform?

Would be much appreciated!

Hi,

AWS doesn’t support Kinesis auto scaling as part of the Kinesis service. So you cannot ‘configure’ it using Terraform or an AWS API.

AWS does have some information on best practices and provides a utility that you can use.

References