Skip to content

Commit

Permalink
elasticache: use an up to date node type in example (ansible-collecti…
Browse files Browse the repository at this point in the history
…ons#1719)

elasticache: use an up to date node type in example

The cache.m1.small node type is deprecated. It's not replaced by
cache.t3.small.
See: https://aws.amazon.com/elasticache/previous-generation/

Reviewed-by: Mark Chappell
  • Loading branch information
goneri authored Feb 22, 2023
1 parent 9b4e6fe commit 1b1bfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticache.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
state: present
engine: memcached
cache_engine_version: 1.4.14
node_type: cache.m1.small
node_type: cache.m3.small
num_nodes: 1
cache_port: 11211
cache_security_groups:
Expand Down

0 comments on commit 1b1bfa8

Please sign in to comment.