Cloud, Python, NodeJS, Embedded, IoT, Emerging Tech.
https://2099.group/
- London, GB
- https://luke.plaus.in/
Pinned Loading
-
AWS, JQ and bash command cheat sheet...
AWS, JQ and bash command cheat sheet. How to query, cut and munge things in JSON generally. 1# Count total EBS based storage in AWS2aws ec2 describe-volumes | jq "[.Volumes[].Size] | add"
3# Count total EBS storage with a tag filter4aws ec2 describe-volumes --filters "Name=tag:Name,Values=CloudEndure Volume qjenc" | jq "[.Volumes[].Size] | add"
5# Describe instances concisely -
Clean up merged git branches
Clean up merged git branches 1#!/bin/zsh23# Do merged git branches clutter up your local machine?4# This handy script can automatically clean them up for you.5 -
Automatically configure AWS SSO conf...
Automatically configure AWS SSO configuration file for all available accounts and roles 1#!/bin/bash -e23# How to use this script:4# 1. Follow these instructions to configure a single AWS account to do initial login with SSO5# https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


