Skip to content

Instantly share code, notes, and snippets.

View RafaelWO's full-sized avatar
🤔
thinking...

RafaelWO

🤔
thinking...
  • Salzburg, Austria
  • 17:57 (UTC -12:00)
View GitHub Profile
@RafaelWO
RafaelWO / awc_ecr_stats.sh
Last active May 9, 2024 17:24
AWS: Calculate the size of all ECR repositories
repos=""
sizes=""
name_lens=""
# Check if user is logged in
if ! aws sts get-caller-identity &> /dev/null; then
echo "ERROR: Seems like your SSO session is invalid. Please run"
printf "\n $ aws sso login\n\n"
echo "before you run the script."
exit 1
@RafaelWO
RafaelWO / docker-swarm-gpu.md
Last active January 11, 2024 21:19 — forked from tomlankhorst/docker-swarm-gpu.md
Instructions for Docker swarm with GPUs