You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"},
The text was updated successfully, but these errors were encountered: