It's common to use DynamoDB to store session state

  • auto scaling feature

vs ElastiCache:

  • ElasitCache is in-memory, but DynamoDB is serverless
  • Both are key/value store

vs EFS:

  • EFS must be attached to EC2 instances as a network drive

 

vs EBS & Instance Store:

  • EBS & Instance Store can only be used for local caching, not shared caching

 

vs S3: not a good option, higher latency

相关文章:

  • 2022-03-04
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-09-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2021-05-15
  • 2021-12-02
  • 2021-09-05
  • 2022-02-09
相关资源
相似解决方案