Chris Mague 3a112a05ae size down for fun | il y a 4 ans | |
---|---|---|
.gitignore | il y a 4 ans | |
.terraform-version | il y a 5 ans | |
README.md | il y a 5 ans | |
inputs.tf | il y a 5 ans | |
maguec1.tfvars | il y a 4 ans | |
main.tf | il y a 4 ans | |
variables.tf | il y a 5 ans |
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