|
@ -18,9 +18,8 @@ Parameters: |
|
|
InstanceType: |
|
|
InstanceType: |
|
|
Description: WebServer EC2 instance type |
|
|
Description: WebServer EC2 instance type |
|
|
Type: String |
|
|
Type: String |
|
|
Default: t2.small |
|
|
|
|
|
|
|
|
Default: t2.medium |
|
|
AllowedValues: |
|
|
AllowedValues: |
|
|
- t2.small |
|
|
|
|
|
- t2.medium |
|
|
- t2.medium |
|
|
- t2.large |
|
|
- t2.large |
|
|
ConstraintDescription: must be a valid EC2 instance type. |
|
|
ConstraintDescription: must be a valid EC2 instance type. |
|
|