IMIzzy Mkhwanaziinntsacom.hashnode.dev·Jan 16 · 9 min readIntroduction to Amazon ElastiCache SPL-80 - Version 1.6.11Overview This guide introduces you to Amazon ElastiCache. In this lab you will create an Amazon ElastiCache Redis node and connect to it from an Amazon EC2 instance to run commands. You will then clean up your resources by deleting the stack. Objecti...00
IMIzzy Mkhwanaziinntsacom.hashnode.dev·Jan 5 · 3 min readUserdata script not getting executed while launching an instanceCommon Causes of UserData Script Failures Script Errors Syntax errors in bash/PowerShell script Missing shebang (#!/bin/bash) at script start Wrong line endings (Windows CRLF vs Unix LF) Script exits early due to set -e with non-zero exit codes ...00
IMIzzy Mkhwanaziinntsacom.hashnode.dev·Jan 4 · 3 min readSSL/TLS : what is it and how it worksHow SSL/TLS Works SSL/TLS creates an encrypted tunnel between client and server through a handshake process: The Handshake Client Hello: Client sends supported encryption methods Server Hello: Server picks encryption method, sends certificate Cert...00
IMIzzy Mkhwanaziinntsacom.hashnode.dev·Jan 2 · 4 min readElasticacheElastiCache is AWS's managed in-memory caching service that runs either Redis or Valkey engines. Here's how it works: Core Concept ElastiCache stores frequently accessed data in memory (RAM) instead of disk, providing microsecond response times. App...00
IMIzzy Mkhwanaziinntsacom.hashnode.dev·Sep 24, 2025 · 4 min readSUSE Linux Enterprise Server upgradeLab Overview This lab provides step-by-step instructions for upgrading SUSE Linux Enterprise Server (SLES) through multiple versions: SLES 12-SP4 → SLES 12-SP5 → SLES 15 → SLES 15-SP3 Prerequisites Access to a SLES 12-SP4 instance Root/sudo privi...00