Няма описание

Chris Mague 78756f530c include all iops преди 4 години
.gitignore cc6511d5d5 ignore tmuxer file преди 4 години
.terraform-version 0077fc9141 initial преди 5 години
README.md 0077fc9141 initial преди 5 години
inputs.tf 0077fc9141 initial преди 5 години
maguec1.tfvars a8328daf5e better vars преди 5 години
main.tf 8f05fcfa78 setup a route 53 forwarder преди 4 години
route53.tf 78756f530c include all iops преди 4 години
variables.tf 7cf5f7df88 update преди 5 години

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