awslabs / diagram-as-code

Diagram-as-code for AWS architecture.
Apache License 2.0
405 stars 22 forks source link

Use shortened service names as the default for AWS services #94

Closed a2ush closed 1 week ago

a2ush commented 1 week ago

Detail

Currently, awsdac describes service full-names by default. Related to this behavior, awsdac has the following issue https://github.com/awslabs/diagram-as-code/issues/67.

From the perspectives of visibility and widespread usage, it would be better to use the shortened service names as the default.

Note

You can change the name by defining "Title" param in the template.

Diagram:
    ...
    Resources:
        ...
        ECSCFntest:
            Type: AWS::ECS::Cluster
            Title: "ECS(backend)"

image

a2ush commented 1 week ago

I discussed with maintainers about this topic. The conclusion is here: