Aucune description

Chris Mague 3a112a05ae size down for fun il y a 4 ans
.gitignore cc6511d5d5 ignore tmuxer file il y a 4 ans
.terraform-version 0077fc9141 initial il y a 5 ans
README.md 0077fc9141 initial il y a 5 ans
inputs.tf 0077fc9141 initial il y a 5 ans
maguec1.tfvars a8328daf5e better vars il y a 4 ans
main.tf 3a112a05ae size down for fun il y a 4 ans
variables.tf 7cf5f7df88 update il y a 5 ans

README.md

Example of calling modules to build an RE environment

Prerequisites

  • aws-cli
  • tfenv
  • ansible

Generate Key Pair

aws ec2 create-key-pair --profile redislabs --key-name maguec1 --region us-west-1 \
| jq .KeyMaterial |  awk '{gsub(/\\n/,"\n")}1' | \
sed -e s/\"//g >> ~/.ssh/maguec1.pem

chmod 0600 ~/.ssh/maguec1.pem