Açıklama Yok

Chris Mague f7d5d703fa working 5 yıl önce
.gitignore 0077fc9141 initial 5 yıl önce
.terraform-version 0077fc9141 initial 5 yıl önce
README.md 0077fc9141 initial 5 yıl önce
inputs.tf 0077fc9141 initial 5 yıl önce
maguec1.tfvars 0077fc9141 initial 5 yıl önce
main.tf f7d5d703fa working 5 yıl önce
variables.tf 0077fc9141 initial 5 yıl önce

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