|
|
hace 5 años | |
|---|---|---|
| .gitignore | hace 5 años | |
| .terraform-version | hace 6 años | |
| README.md | hace 6 años | |
| inputs.tf | hace 6 años | |
| maguec1.tfvars | hace 5 años | |
| main.tf | hace 5 años | |
| variables.tf | hace 6 años |
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