CloudFormation template has wrong version in description fields
The AMI ids are correct, but the description fields for the security group and the EC2 instance still say the old version:
Resources:
JRSecurityGroup:
Type: AWS::EC2::SecurityGroup
Properties:
GroupDescription: for Jaspersoft BI v6.3 <=== wrong
....
JRSEC2Instance:
Type: AWS::EC2::Instance
Version: 6.3-2016-07-06 <=== wrong ?
There are no comments to display