amazon web services - Cloudformation security group set group name -
using cloudformation securitygroup possible set groupname or has provide cloudformation?.
the final name format it´s pretty long , not nice, not match use find command line.
i know can use tags, still don't understand why aws don't allow add it, guess because they´re lazy , don't want implement validation.
regards.
[updated jun 26 2017] of apr 28 2017, possible specify custom name ec2 security group using cloudformation, using groupname
property on aws::ec2::securitygroup
resource.
thanks surenyonjan comment on update.
[original answer dec. 23 2016] - no, not possible provide custom name ec2 security group using cloudformation.
according aws::ec2::securitygroup
resource documentation, there no name
or groupname
property available. can provide tags using tags
property alternative, pointed out.
recently, cloudformation resources have started supporting custom names via name
property. full list of supported resources in name type section of documentation.
aws::ec2::securitygroup
not 1 of resources supporting custom names. why, presumably because cloudformation resource earlier implementation, created before custom names supported service.
it's possible aws go , update of existing cloudformation resources custom name support @ point, if enough users ask them so. if important/critical feature use case, i'd recommend contacting product/support teams feature request them make higher priority.
Comments
Post a Comment