chore(snippets): review recently used commands

This commit is contained in:
Michele Cereda
2025-02-28 17:28:40 +03:00
parent a022c615af
commit 5ce2169e49
5 changed files with 112 additions and 13 deletions

View File

@@ -65,6 +65,15 @@ aws cognito-idp list-user-pools --max-results '10' --query 'UserPools'
aws cognito-idp list-users --user-pool-id 'eu-west-1_lrDF9T78a' --query "Users[?Username=='john']"
###
# ECS
# ------------------
###
# Execute commands in containers
aws ecs execute-command --cluster 'staging' --task '0123456789abcdefghijklmnopqrstuv' --container 'pihole' \
--interactive --command "dd if=/dev/zero of=/spaceHogger count=16048576 bs=1024"
###
# ECR
# ------------------