Skip to content

Instantly share code, notes, and snippets.

@rjhowe
rjhowe / OCP-AWS-CheatSheet.md
Last active November 19, 2019 20:36
OCP IPI AWS Cheat Sheet

OCP IPI AWS Cheat Sheet

Set variables for AWS commands

  • First I move my metadata.json to
  • Either add to script and source, or add to bashrc and export
metadata=~/.metadata.json

source <(jq -r "to_entries|map(\"\(.key)=\(.value|tostring)\")|.[]" $metadata)