aws-samples / startup-kit-templates

CloudFormation templates to accelerate getting started on AWS.
Apache License 2.0
815 stars 400 forks source link

Enable to show a Security Group name #52

Closed sotayamashita closed 5 years ago

sotayamashita commented 5 years ago

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

rnzsgh commented 5 years ago

@sotayamashita Thanks so much for your PR. Can you fix the typo in the service name?

Instead of:

"${AWS::StackName}-ElasticCacheSecurityGroup"

It should be:

"${AWS::StackName}-ElastiCacheSecurityGroup"