Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

CloudFormation template has wrong version in description fields

  • By Csongor Gyuricza
  • on 11/20/2017

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