Skip to content

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

@rpgd60

Description

@rpgd60

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions