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 4bfcb0c commit ea636ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- "elasticache - Use the ``cache.t3.small`` node type in the example. ``cache.m1.small`` is not deprecated."
2 changes: 1 addition & 1 deletion plugins/modules/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 ea636ae

Please sign in to comment.