Skip to content

01 Requirements

Clemens H. Cap edited this page Nov 5, 2022 · 6 revisions

Table of Contents

Requirements

Installed jq

  brew install jq
  apt-get install jq

See https://stedolan.github.io/jq/download/

Needed for parsing the QWS command line responses.

Installed AWS command line tools

  cd
  cd tmp
  curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
  sudo installer -pkg AWSCLIV2.pkg -target /
  rm AWSCLIV2.pkg

Configured command line

Directory ~/.aws contains a file config

  [default]
  region = eu-central-1

Directory ~/.aws contains a file with the credentials

Installed json5conv

  npm install --global json5conv-cli
  • For more see: https://github.com/therealklanni/json5conv-cli
Clone this wiki locally