Skip to content

Deployment guide stack name recommendation should state max 53 char instead of 54 #162

@ajoga

Description

@ajoga

Hi,

An AWS::AppConfig::Application's name can be of maximum 64 chars.

It's currently defined like this:

AppConfigApplication:
Type: AWS::AppConfig::Application
Properties:
Description: "dynatrace-aws-s3-log-forwarder application configuration"
Name: !Sub ${AWS::StackName}-app-config

Deployment doc states:

> Your stack name should have a maximum of 54 characters, otherwise deployment will fail.

The -app-config suffix is 11 chars long, add the 54 chars of the stack name and we get 65 chars, so the deployment fails

I can confirm the deployments of v0.6.2 succeeds with 53 chars

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