I have a DynamoDB with ~16M records where each record is of size 4k. The table is configured for autoscaling Target utilization: 70%, Minimum provisioned capacity for Reads: 250 and Maximum provisioned capacity for Writes: 3000.
I am trying to setup data pipeline to backup DynamoDB to S3. The pipeline configuration asks for Read Throughput Ratio
which is 0.25 by default.
So the question is how to compute Read Throughput Ratio
to back up the table in ~1 Hours. I understand the read capacity units. How is the Read Throughput Ratio
related to Read Capacity Units
and Auto Scaling Configuration
?