aws-service-catalog-reference-architectures icon indicating copy to clipboard operation
aws-service-catalog-reference-architectures copied to clipboard

Service Catalog RDS Ref Arch - Typo in link to Aurora product CFN template

Open rpgd60 opened this issue 2 years ago • 0 comments

Re: AWS Service Catalog RDS Reference architecture

In the portfolio CloudFormation template there is a typo in line 196 that triggers an S3 access denied error when creating the stack - fails creating the Aurora product.

Offending line 196:

"TemplateURL" : {"Fn::Sub": "${RepoRootURL}aurora/sc-product-rds-aurora.json"},

The first appearance of "aurora" should be "rds". Thus the line should be:

"TemplateURL" : {"Fn::Sub": "${RepoRootURL}rds/sc-product-rds-aurora.json"},

rpgd60 avatar Oct 10 '22 11:10 rpgd60