techwriterb.hashnode.devFixing ‘enabled’ is not recognized as an internal or external command in AWS CLI (Git Bash on Windows)When running AWS CLI commands in Git Bash on Windows, you may encounter this error: 'enabled' is not recognized as an internal or external command, operable program or batch file. This error is not related to EC2, IAM, permissions, or AWS services. ...Feb 16·2 min read
techwriterb.hashnode.devWeek 2 of Learning Cloud Development: Amazon EC2This week has been packed. I learned so much that I had to pause several times to let things sink in. I spent most of my time trying to understand Amazon EC2, and honestly, it’s starting to make sense now. EC2 stands for Elastic Compute Cloud, and it...Jan 28·5 min read
techwriterb.hashnode.devDay Two Learning Cloud DevelopmentAfter understanding what cloud computing is, I moved on to one of the most important parts of AWS: Regions and Availability Zones (AZs). These two are the backbone of how AWS keeps your applications reliable, fast, and available worldwide. What Are A...Jan 28·3 min read
techwriterb.hashnode.devDay One Learning Cloud DevelopmentLearning cloud development has been on my list for three whole years. I actually started back in 2021 with Udacity’s Cloud Development Nanodegree and then life happened. I got busy building things as a frontend developer and never really got back to ...Jan 28·2 min read
techwriterb.hashnode.devResolving the PowerShell Execution Policy ErrorIf you’re using PowerShell and encounter this error: ng : File C:\Users\USER\AppData\Roaming\npm\ng.ps1 cannot be loaded because running scripts is disabled on this system. It means that PowerShell’s execution policy is preventing scripts from runni...Jan 14, 2025·1 min read