aws-service-catalog-reference-architectures
aws-service-catalog-reference-architectures copied to clipboard
Service Catalog RDS Ref Arch - Typo in link to Aurora product CFN template
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"},