skip to Main Content

Memcached client with TLS support?

I use Memcached in AWS ElastiCache and enabled encryption-in-transit as a security requirement. However, at client side, when trying to connect to the new cache cluster with encryption-in-transit enabled, the connection failed right away with below error. Error: read ECONNRESET…

VIEW QUESTION

Redis – Cloudformation stack failure due to – Service: AmazonElastiCache; Status Code: 400; Error Code: InvalidParameterCombination

I have following template file. cfn-params: default: resourceName: 'hlp-MySrvc-redis' application: 'MySrvc' navService: 'MySrvc' service: 'MySrvc' pci: 'cat3' team: 'MySrvc' teamContact: '' elastiCacheSubnetGroup: 'nonprod' elastiCacheVpcSecurityGroupIds: 'sg-1234' elastiCacheEngineVersion: '5.0.0' elastiCacheParameterGroupName: 'default.redis5.0' elastiCacheReplicationGroupIdPrefix: 'MySrvc' elastiCacheReplicationGroupDescription: 'Redis for MySrvc' elastiCacheTransitEncryptionEnabled: 'false' elastiCacheAtRestEncryptionEnabled: 'false' elastiCacheUpdateReplacePolicy:…

VIEW QUESTION
Back To Top
Search