How to Add and Delete Users on Ubuntu (EC2, WSL, or Any Server)
Managing user accounts is one of the first things you’ll do on a new server. Whether you’re setting … Read more
Managing user accounts is one of the first things you’ll do on a new server. Whether you’re setting … Read more
EC2 instances don’t come with swap space configured. On small instances (t2.micro, t3.small), this means your applications can … Read more
When you manage multiple AWS accounts, you often need resources in one account to access services in another … Read more
Every time you SSH into an EC2 instance with a .pem key, you have to pass the -i … Read more
Lambda functions create CloudWatch log groups automatically, and they never clean up after themselves. Over time you end … Read more
Lambda Layers let you package Python libraries once and share them across multiple Lambda functions. Instead of bundling … Read more
When your data lives in one AWS account and your Glue Crawler runs in another, you need to … Read more
Rsync is the fastest way to copy files between your local machine and an EC2 instance. Unlike scp, … Read more
ECS Exec gives you shell access to running Fargate containers — similar to docker exec but for AWS. … Read more
The AWS CLI v2 is the primary tool for managing AWS resources from the terminal. This guide shows … Read more