Basics and setting up DAX
In this section, you will learn about the different components of a DAX cluster and what’s required to use DAX and get familiar with DAX cluster creation and interaction using DAX’s Python SDK.
Reviewing DAX cluster components
Amazon DAX is a fully managed, in-memory cache for DynamoDB that delivers fast read and write performance. With DAX, you can use DynamoDB as the primary data store for your applications and benefit from faster read performance for frequently accessed data.
DAX is a cluster-based, Virtual Private Cloud (VPC)-only service that you can use to improve the performance of your DynamoDB tables. Unlike DynamoDB, a DAX cluster would be a server-based resource that would reside in your own AWS account’s chosen VPC and across your choice of subnets in the VPC. A DAX cluster could have a minimum of a single node and, at the time of writing, a maximum of up to 11 nodes for high scalability and availability of the cached...