Managing Amazon RDS Instances with the AWS CLI
Use the AWS CLI to inspect Amazon RDS instances, create recovery snapshots, monitor their status, and perform a carefully planned reboot.
Managing Amazon RDS Instances with the AWS CLI Read More »
Use the AWS CLI to inspect Amazon RDS instances, create recovery snapshots, monitor their status, and perform a carefully planned reboot.
Managing Amazon RDS Instances with the AWS CLI Read More »
Bring manually created AWS resources under Terraform management with import blocks, resource configuration, and a safe plan-and-reconcile workflow.
How to Import Existing AWS Infrastructure into Terraform Read More »
Build more reliable Bash automation with trap handlers that clean up temporary resources, restore state, and preserve meaningful exit codes on success, failure, or interruption.
Bash Traps and Cleanup on Script Exit Read More »
Learn how SQL views simplify recurring reports by saving reusable queries for customer orders, totals, and filtered results.
SQL Views: Create and Reuse Queries Read More »
Learn the basics of Python logging by configuring log output, choosing appropriate log levels, handling errors, and recording exception tracebacks.
How to Use Python’s logging Module Read More »
Use read-only AWS CLI commands to explore VPCs, list subnets, inspect routes and network ACLs, and verify public IPv4 assignment settings.
Inspect VPCs and Subnets with AWS CLI Commands Read More »
Learn the basics of PowerShell functions and parameters through practical CPU, memory, disk, service, and file-system health-check examples.
PowerShell Functions and Parameters: Build Reusable Health Checks Read More »
Learn the basics of Bash arrays by managing deployment targets, updating values, appending items, and safely looping through every element.
Bash Arrays: Create, Update, Append, and Loop Through Values Read More »
Use SQL window functions to analyze customer orders while keeping every order row visible. Learn row numbering, rankings with ties, and customer or company-wide running totals.
SQL Window Functions: Row Numbers, Rankings, and Running Totals Read More »
Practice Python regex techniques for finding email addresses in logs, validating email-like input, and avoiding common matching mistakes.
Regular Expressions in Python: Extracting and Validating Email Addresses Read More »