Skip to content

Instantly share code, notes, and snippets.

View twitu's full-sized avatar

Ishan Bhanuka twitu

View GitHub Profile
@staltz
staltz / introrx.md
Last active July 29, 2024 05:55
The introduction to Reactive Programming you've been missing
@justinpawela
justinpawela / config
Created August 3, 2016 01:39
AWS CodeCommit Multiple Account Config
# This file is: ~/.ssh/config
# You may have other (non-CodeCommit) SSH credentials stored in this
# config file – in addition to the CodeCommit settings shown below.
# NOTE: Make sure to run [ chmod 600 ~/.ssh/config ] after creating this file!
# Credentials for Account1
Host awscc-account1 # 'awscc-account1' is a name you pick
Hostname git-codecommit.us-east-1.amazonaws.com # This points to CodeCommit in the 'US East' region
@amcginlay
amcginlay / eks.sh
Last active August 11, 2021 12:57
You can reference this file from https://bit.ly/amcginlay-eks
#######################################################################
# TOPICS
#######################################################################
# 1. BUILD CLOUD9 FROM CLOUDSHELL
# 2. BUILD EKS CLUSTER FROM CLOUD9
# 3. BUILD A CONTAINER IMAGE
# 4. PUSH CONTAINER IMAGE TO ECR
# 5. DEPLOY FROM ECR TO K8S
# 6. CONTAINER ORCHESTRATION - balancing that which is desired against that which exists
# 7. K8S CLUSTERIP SERVICES - because pods need to talk to each other