AWS ElastiCache, uygulamalar için yüksek performanslı, düşük gecikmeli ve ölçeklenebilir çözümler sağlayan tamamen yönetilen bir bellek tabanlı veri deposu ve önbellek hizmetidir. Popüler iki açık kaynak bellek tabanlı motoru destekler: Redis ve Memcached. ElastiCache, geliştiricilerin zaman alıcı görevleri (provisioning, patching, monitoring ve yedeklemeler gibi) devre dışı bırakarak bu motorların kurulumunu, yönetimini ve bakımını basitleştirir.
Saptama
# ElastiCache clusters## Check the SecurityGroups to later check who can access## In Redis clusters: Check AuthTokenEnabled to see if you need password## In memcache clusters: You can find the URL to connectawselasticachedescribe-cache-clusters# List all ElastiCache replication groups## Find here the accesible URLs for Redis clustersawselasticachedescribe-replication-groups#List all ElastiCache parameter groupsawselasticachedescribe-cache-parameter-groups#List all ElastiCache security groups## If this gives an error it's because it's using SGs from EC2awselasticachedescribe-cache-security-groups#List all ElastiCache subnet groupsawselasticachedescribe-cache-subnet-groups# Get snapshotsawselasticachedescribe-snapshots# Get users and groupsawselasticachedescribe-user-groupsawselasticachedescribe-users# List ElastiCache eventsawselasticachedescribe-events