Amazon ElastiCache Memcached Free Tier

0

I recently attempted to create a Amazon ElastiCache instance using (Memcached) and was following the instructions on here: https://aws.amazon.com/elasticache/memcached/wordpress-with-memcached/

Create memcached instructions

In the very first step it shows that there is a setting for the "Node type" and explains that it must be set to cache.t2.micro to ensure that it is eligible for the AWS Free Tier.

However, when you actually go to create one (December 2023), there is a completely different configuration settings section and there is no mention of the AWS Free Tier. I'm assuming the documentation is just out of date, but reading around, it looks like I am now required to know the maximum usage limits for memory and compute settings and set them manually. Is this correct?

Create Memcahed cache: Create Memcahed cache

Create Memcahed cache - Default settings: Default settings

Create Memcahed cache - Default settings - Customize default settings - Maximum usage limits: Maximum usage limits

The pricing page https://aws.amazon.com/elasticache/pricing/ also tells you to use the cache.t2.micro or cache.t3.micro node type. Later on in this page it lists the standard cache node specs. Are we expected to look up the memory from this table and use it on the maximum usage limits when configuring the elasticache instance?

Perhaps am I missing something obvious? Thanks for any input

1 Answer
1
Accepted Answer

Hello.

What you have selected on the screen is the recently added Elasticache Serverless.
Elasticache Serverless does not require you to select a node type, and automatically scales according to the load.
To qualify for the free tier, select "Design your own cache", select "Standard create", and set the node type to something like "cache.t3.micro".
a

profile picture
EXPERT
answered 5 months ago
profile pictureAWS
EXPERT
reviewed 5 months ago
  • Thanks for the explanation. I guess it default selects the "Serverless" option now?

  • If you do not change anything, Serverless is probably selected.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions