How to Create ElastiCache for Redis on Amazon Web Service(AWS).

AWS ElastiCache is a managed caching service compatible with both Redis and Memcached. When it comes to Redis, ElastiCache offers a fully managed platform that makes it easy to deploy, manage, and scale a high performance distributed in-memory data store cluster. ElastiCache for Redis combines the speed, simplicity, and versatility of open-source Redis with manageability, …

How to Create DynamoDB database on Amazon Web Service(AWS).

  DynamoDB is an Amazon Web Services database system that supports data structures and key-valued cloud services. It allows users the benefit of auto-scaling, in-memory caching, backup and restore options for all their internet-scale applications using DynamoDB. DynamoDB is the Serverless NoSQL Database offering by AWS. Being Serverless makes it easier to consider DynamoDB for …

How to Create Relational Database Service(RDS) on Amazon Web Service(AWS).

Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while automating time-consuming administration tasks such as hardware provisioning, database setup, patching and backups. RDS is a Database as a Service (DBaaS) that automatically configures and maintains your …

How to Create Lambda function on Amazon Web Service(AWS).

AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you. You can use AWS Lambda to extend other AWS services with custom logic, or create your own back-end services that operate at AWS scale, performance, and security.   Login to aws …

How to Create S3 Glacier on Amazon Web Service(AWS).

Amazon S3 Glacier is a secure, durable, and extremely low-cost cloud storage service for data archiving and long-term backup. Customers can reliably store large or small amounts of data for as little as $0.004 per gigabyte per month, a significant savings compared to on-premises solutions. With S3 Glacier, customers can store their data cost effectively …