Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


AWS Solutions Architect Professional Journey

12 Aug 2021 »

Exam preparation

https://aws.amazon.com/certification/certified-solutions-architect-professional/?ch=tile&tile=getstarted

https://www.aws.training/Certification

  • CTC Centro de Treinamento e Certificacao (AMP) (WBD)
    • (11) 2338-3292 (presencial)
  • InLearn Educacao Ltda (NT) (fechou)
    • (11) 4064-0200 (a partir dia 15/06)
  • Green Tecnologia (WBD)
    • (11) 3253-5299
  • InforMaker SP* - IE-Kiosk-1277 <- Paulista
    • Tel.: +55 11 3020-6339 3555-1585


Courses

layout: post title: “AWS Solutions Architect Professional Journey” comments: true date: “2021-08-12 17:24:10.603000+00:00” —

https://www.youtube.com/playlist?list=PLeJgtCMvQjZd0kuK82-Et9IYcp6EiOeYa


https://www.udemy.com/course/aws-solutions-architect-professional/

  • SQS
    • decouple
    • max 256kb
  • Data engineer
    • AWS Kinesis Overview
      • billing is per shard
      • records ordered per shard
      • # of shards can evolve over time (merge/split)
      • Producers:
        • AWS SDK
        • Kinesis Producer Library (KPL)
        • Kinesis Agent
          • monitor log files
          • write to Kinesis Data Streams and Kinesis Data Firehose
      • Consumers
        • AWS SDK
        • Lambda
        • KCL: checkpointing, coordinated reads
      • Limits:
        • Producer
          • 1MB/s or 1000 messages/s at write PER SHARD
          • “ProvisionedThroughputException” otherwise
        • Consumer Classic
          • 2MB/s at read PER SHARD across all consumers
          • 5 API calls per second PER SHARD across all consuemrs
        • Consumer Enhanced Fan-Out:
          • 2MB/s at read PER SHARD, PER ENHANCED CONSUMER
          • No API calls needed (push model)