Skip to content

Instantly share code, notes, and snippets.

View BrutalSimplicity's full-sized avatar
💭
Simplicity is hard

Kory Taborn BrutalSimplicity

💭
Simplicity is hard
View GitHub Profile
@BrutalSimplicity
BrutalSimplicity / config
Created May 9, 2023 23:38 — forked from justinpawela/config
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

CUE for DevOps

Overview

This is a tutorial that uses a toy infrastructure project to highlight some of CUE's features and show how it can be used to simplify and manage infrastructure. Go to Tutorial if you want to skip the introductory stuff.

What is CUE?

From cuelang.org:

@BrutalSimplicity
BrutalSimplicity / GNU-Make.md
Created December 26, 2022 17:44 — forked from rueycheng/GNU-Make.md
GNU Make cheatsheet
@BrutalSimplicity
BrutalSimplicity / Subfolder to git repo.md
Created August 13, 2021 04:06 — forked from korya/Subfolder to git repo.md
Convert subfolder into Git submodule