Skip to content

Instantly share code, notes, and snippets.

View hankehly's full-sized avatar

Hank Ehly hankehly

View GitHub Profile
@hankehly
hankehly / 01_tree.txt
Last active September 12, 2022 00:55
Blog Article Snippets - How to share private code without exposing it to the world
test123
├── test123.py
└── pyproject.toml
@hankehly
hankehly / CrossAccountECRPolicy1.json
Created September 12, 2022 00:25
Blog Article Snippets - How to share private code without exposing it to the world
{
"Version": "2012-10-17",
"Id": "CrossAccountECRPolicy1",
"Statement": [
{
"Sid": "AllowPushPull",
"Effect": "Allow",
"Principal": {
"AWS": [
"arn:aws:iam::123456789012:user/*"
@hankehly
hankehly / company-x-internal-tools.csv
Last active September 12, 2022 00:14
Blog Article Snippets - How to share private code without exposing it to the world
Image URI Short Description Contact
ghcr.io/<company>/start_ec2_instances Starts one or more EC2 instances by their `Name` tag Jane Doe (SRE)
registry.hub.docker.com/<company>/zips3file Downloads, zips and re-uploads a file to S3 John Deere (Data Science)