aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

Add the ability to specify Placement group name #1877

Open NdemeraS opened 8 months ago

NdemeraS commented 8 months ago

Name of the resource

AWS::EC2::PlacementGroup

Resource Name

No response

Issue Description

Currently, CloudFormation automatically generates a name for the Placement Group created with this resource. The API has the option to manually select the name

Expected Behavior

Resource should have a "Name" parameter to allow for the manual selection of the placement group name

Observed Behavior

Current the parameter as not been added

Test Cases

n/a

Other Details

No response