Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rpgd60 opened this issue Oct 10, 2022 · 0 comments
Open

Comments

@rpgd60
Copy link

rpgd60 commented Oct 10, 2022

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"},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant