reading-notes


Project maintained by Razan-am Hosted on GitHub Pages — Theme by mattgraham

AWS: Events

Describe the similarities between AWS API Gateway + Lambda functions and an ExpressJS Server

List the AWS Database offerings and talk about the pros and cons of each

  1. Relational: Traditional applications, ERP, CRM, e-commerce
    • Amazon Aurora
    • Amazon Relational Database Service (RDS)
    • Amazon Redshift
  2. Key-value: High-traffic web apps, e-commerce systems, gaming applications
    • Amazon DynamoDB
  3. In-memory: Caching, session management, gaming leaderboards, geospatial applications
    • Amazon ElastiCache for Memcached
    • Amazon ElastiCache for Redis
    • Amazon MemoryDB for Redis
  4. Document: Content management, catalogs, user profiles
    • Amazon DocumentDB (with MongoDB compatibility)
      • Pros and Cons:
  5. Availability on several database instances
  6. Six familiar database to chose from
  7. Efficient
  8. Scalable
  9. Cost reduction
  10. Resizable capacity
  11. Automating time consuming administration tasks

  12. No root access to server.
  13. Downtime required
  14. Not a zero administration database.
  15. Read Shreya Sh

What’s the difference between a FIFO and a standard queue?

How can the server be assured a message was properly received?


Terms


SNS vs SQS Comparison


References:

@By AWS/Databases on AWS

@By JAYENDRAPATIL/AWS SQS – Standard vs FIFO Queue – Certification

@By Donal Tobin/DynamoDB vs MongoDB: 5 Critical Differences