From 29ddb1c019081132cc764991c7b7115280adb82e Mon Sep 17 00:00:00 2001 From: Sid Lais Date: Thu, 19 Sep 2024 21:51:50 +0530 Subject: [PATCH 1/2] AWS ElastiCache Video --- how-to-guides/cloud-services/aws/connect-to-elasticache.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/how-to-guides/cloud-services/aws/connect-to-elasticache.md b/how-to-guides/cloud-services/aws/connect-to-elasticache.md index b38516a..b37a113 100644 --- a/how-to-guides/cloud-services/aws/connect-to-elasticache.md +++ b/how-to-guides/cloud-services/aws/connect-to-elasticache.md @@ -6,6 +6,8 @@ title: ElastiCache Connecting to ElastiCache running in the private subnet of AWS VPC from your DevBox. +If you're more of a visual learner, check out the [video tutorial](#video-walkthrough)! + ## Architecture Diagram ![AWS ElastiCache Architecture](../../../.gitbook/assets/elasticache-arch.png) @@ -79,3 +81,7 @@ redis-cli -h -p {% endcode %} ![AWS ElastiCache Access](../../../.gitbook/assets/elasticache-access.png) + +## Video Walkthrough + +{% embed url="https://devzero.b-cdn.net/how%20to%20guide%20aws%20elasti%20cache.mp4" %} From 769d6e86144590f015a33321bc8d9658e6a29ea2 Mon Sep 17 00:00:00 2001 From: Sid Lais Date: Thu, 19 Sep 2024 21:52:49 +0530 Subject: [PATCH 2/2] Added description --- how-to-guides/cloud-services/aws/connect-to-elasticache.md | 1 + 1 file changed, 1 insertion(+) diff --git a/how-to-guides/cloud-services/aws/connect-to-elasticache.md b/how-to-guides/cloud-services/aws/connect-to-elasticache.md index b37a113..eec20a7 100644 --- a/how-to-guides/cloud-services/aws/connect-to-elasticache.md +++ b/how-to-guides/cloud-services/aws/connect-to-elasticache.md @@ -1,5 +1,6 @@ --- title: ElastiCache +description: Learn how to connect to ElastiCache from your DevBox. --- # ElastiCache