Skip to content

Instantly share code, notes, and snippets.

View cjwelle's full-sized avatar
💭
I may be slow to respond.

Christopher Welle cjwelle

💭
I may be slow to respond.
View GitHub Profile
@cjwelle
cjwelle / CJWLogin_Admin_Role.md
Last active November 2, 2021 02:30
CJWLogin-Admin-Role

CJWLogin-ReadOnly Directions: https://gist.github.com/cjwelle/07e4306a747ea47a49b7785a1592e23a

CJWLogin-Admin Directions: https://gist.github.com/cjwelle/1e520f1d46f4b05914b59e1774e4e686

CJW Solutions/CrankyClouds IAM Role for Cross AWS Account Access - ADMINISTRATOR!

Christopher Welle cwelle@cjwsolutions.com
vs. 2.1, 2021-01-19

This document covers instructions for CJW Solutions/CrankyClouds Customers to enable AWS Cross Account access for CJW Solutions to access customers AWS account with AWS Administrator policy.

NOTE: By following the steps below you are providing CJW Solutions/CrankyClouds with AWS Administrative access to your AWS Account.

@cjwelle
cjwelle / CJWLogin-RO-Role.md
Last active January 19, 2021 10:31
Directions for AWS Cross Account Access for CJWLogin-RO

CJWLogin-ReadOnly Directions: https://gist.github.com/cjwelle/07e4306a747ea47a49b7785a1592e23a

CJWLogin-Admin Directions: https://gist.github.com/cjwelle/1e520f1d46f4b05914b59e1774e4e686

CJW Solutions/CrankyClouds IAM Role for Cross AWS Account Access

Christopher Welle cwelle@cjwsolutions.com
vs. 2.1, 2021-01-19

This document covers instructions for CJW Solutions/CrankyClouds Customers to enable AWS Cross Account access for CJW Solutions to access customers AWS account.

Two forms of directions are provided, depending on the clients comfort. If followed both steps outcomes are the same.

@cjwelle
cjwelle / macOS-mojave-iso.sh
Created March 27, 2019 01:15 — forked from jamieparfet/macOS-mojave-iso.sh
Create an ISO from the mojave installer app
#!/bin/bash
# This assumes that the ~6GB mojave installer is in the /Applications folder.
# If it's not, just open the App Store, search Mojave, and you can download the installer file from there.
hdiutil create -o /tmp/mojave.cdr -size 6g -layout SPUD -fs HFS+J
hdiutil attach /tmp/mojave.cdr.dmg -noverify -mountpoint /Volumes/install_mojave
sudo /Applications/Install\ macOS\ mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/install_mojave
mv /tmp/mojave.cdr.dmg ~/Desktop/InstallSystem.dmg
hdiutil detach /Volumes/Install\ macOS\ mojave