The following services provide caching on AWS:
- CloudFront
- API Gateway
- ElastiCache
- DynamoDB Accelerator
Ideas through Technologies
The following services provide caching on AWS:
DynamoDB is a highly resilient (low-latency) NoSQL database service that replicates data across multiple AZs. DynamoDB can replace existing No SQL databases such as MongoDB, Cassandra DB, or Oracle NoSQL.
Continue reading “[AWS] DynamoDB”Aurora is an AWS relational database engine that is compatible with MySQL and PostgreSQL.
Continue reading “[AWS] Aurora”NAT remaps source IPs or destination IPs. (It translates private IPs to public IPs and vice versa.)
Using RDS, you are delegating most of the maintenance tasks to AWS. It is important to understand how you can make use of RDS features in order to utilize the service fully.
Continue reading “[AWS] RDS – Deployment & Backups”RDS is a “Database as a Service (DBaaS)” for OLTP (OnLine Transaction Processing). RDS is a managed Relational Database Service in AWS. The main purpose of RDS is to lower TCO (Total Cost of Ownership).
Continue reading “[AWS] Relational Database Service (RDS)”Kinesis Data Streams (KDS) collects and processes a large amount of incoming data from an unlimited number of producers.
Continue reading “[AWS] Kinesis Data Streams”AWS S3 is a main Object storage service and can be integrated with many other AWS Services. Also, S3 has many features that you need to be familiar with in order to utilize the full functionality of S3.
Continue reading “[AWS] S3 Features”