Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

🧑‍💻 AWS Foundation Sale - Certified Cloud & AI Practitioner Mock Exams for only $12.99 each!

Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Data Engineer Associate DEA-C01 Section-Based – Data Ingestion and Transformation – Q6 Reply To: Section-Based – Data Ingestion and Transformation – Q6

  • Alas

    Member
    December 9, 2025 at 2:11 pm

    Hello, Angie!

    Thanks for posting.

    It’s a great question because it can seem like the scenario is only describing an ingestion problem, but it is actually describing two separate bottlenecks.

    Kinesis Data Streams ingestion limits are determined by the number of shards. When traffic increases, the appropriate action is to perform a shard split using SplitShard, which increases the total ingestion capacity because each shard provides a fixed amount of write and read throughput.

    However, the scenario also mentions increased latency, which reflects a consumer-side bottleneck. This is where Enhanced Fan-Out (EFO) becomes important. EFO gives each consumer its own dedicated 2 MB/second per shard using HTTP/2, preventing consumers from competing for read throughput and reducing overall delivery latency.

    So, while resharding resolves the ingest-side constraints, EFO resolves the consumer-side delays that occur when traffic surges. Both features target different parts of the data flow, which is why both are applicable in this situation.

    You can review the official AWS documentation at: https://aws.amazon.com/blogs/aws/kds-enhanced-fanout/

    If you have any questions, feel free to message us. We’re happy to help!

    Regards,

    Ace @ Tutorials Dojo

Skip to content