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”Here are examples of accessing S3 with Boto 3.
Continue reading “[AWS – Python] S3 with Boto 3”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)”You can access Amazon web services through the Management Console, AWS CLI, or AWS SDK. Boto3 is the AWS SDK for python.
Continue reading “[AWS Python] Configuration”