v0.33.0
Transit encryption enabled default to null @nitrocode (#110)
what
- default
transit_encryption_enabledtonullwhich is the default onelasticache_replication_groupresource
why
- Using the default parameters I was surprised that I could not instantly connect to redis via
redis-cli -h hostname -p 6379 ping - After some investigation, I found that the culprit was the
transit_encryption_enabledparameter - I came across this doc which involves using stunnel to appropriately connect
references
N/A