|
|
il y a 5 ans | |
|---|---|---|
| .gitignore | il y a 5 ans | |
| .terraform-version | il y a 6 ans | |
| README.md | il y a 6 ans | |
| inputs.tf | il y a 6 ans | |
| maguec1.tfvars | il y a 5 ans | |
| main.tf | il y a 5 ans | |
| variables.tf | il y a 6 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