changed cloudformation example to support AWS Academy Lab

This commit is contained in:
Sebastian Rieger
2022-05-30 17:49:56 +02:00
parent 14347b0b47
commit 68542bcc98
3 changed files with 9 additions and 3 deletions

View File

@ -18,11 +18,12 @@
},
"paramKeyPair": {
"Type": "AWS::EC2::KeyPair::KeyName",
"Default": "vockey",
"Description": "Amazon EC2 Key Pair"
},
"paramIamInstanceRole": {
"Type": "String",
"Default": "ec2-s3-vertsys-access-role",
"Default": "LabRole",
"Description": "IAM Instance Role"
}
},