How to Build and Deploy Python Libraries for AWS Lambda Layers
Lambda Layers let you package Python libraries once and share them across multiple Lambda functions. Instead of bundling … 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
This guide walks you through how to install Apache 2.4 on an EC2 Ubuntu 22.04 instance, configure a … Read more
Ubuntu 22.04 ships with PHP 8.1 by default, which is already past its active support window. This guide … Read more
Amazon EFS (Elastic File System) gives you shared, scalable file storage that multiple EC2 instances can mount at … Read more
Most EC2 Ubuntu instances ship with vi (a minimal version called vim-tiny), but not the full Vim editor. … Read more
This guide shows you how to mount an S3 bucket on Ubuntu 22.04 using s3fs-fuse. Once mounted, the … Read more