ec2: setting placement group name does not work #28361
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
blocked
Work is blocked on this issue for this codebase. Other labels or comments may indicate why.
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Describe the bug
Unable to manually set/change the name of a placement group using with the L1 or L2 construct
Expected Behavior
As the the feature is documented, the expectation is to able to manually set a placement group name
Current Behavior
The CDK will auto-generate a name for the placement group regardless if you is manually set
Reproduction Steps
Possible Solution
No response
Additional Information/Context
The underlying CFN placement group resource has no support for the placement group name property. Since the CDK is a wrapper for the CFN, there may be some back end integration that is not working as expected
CDK CLI Version
2.108.1 (build 2320255)
Framework Version
No response
Node.js Version
v18.17.1
OS
n/a
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: