Skip to content

Instantly share code, notes, and snippets.

@amirrustam
Created January 23, 2019 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amirrustam/47115cac14b4f38c6fadb35c6c2bcd98 to your computer and use it in GitHub Desktop.
Save amirrustam/47115cac14b4f38c6fadb35c6c2bcd98 to your computer and use it in GitHub Desktop.
AWS Solutions Engineering Questions

AWS Solutions Engineer Questions

Datapipline

  • Streaming data pipeline whitepapers and/or sample architecture designs?
  • Kensis Steams vs MSK
  • Since the max size of a data blob streamed in Kensis is 1MB, what are some architecture patterns for handeling larger blob sizes?
    • Refrence data uploaded data to S3, same pattern used in SQS.
  • We plan on streaming and batching data directly to Aurora PostgreSQL.
  • What's the general availability ETA for AWS MSK?
  • Are there plans encrypt data-in-transit between brokers, clients, and and MSK?
    • If yes, is this plan with the general availibity release.

Public API Gateway

Security

Other, if we get to them

Reference:

Abstract diagram of data-pipeline: https://cacoo.com/diagrams/hGZG9Bkp2SJ8wgCw/5FB0B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment