(aws-cdk-lib/aws-eks): nodegroup instanceTypes does not accept tokens #20914
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p1
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
CDK Version: 2.20.0 (build 738ef49)
CfnParameter is not interpreted as expected in CDK synth or deploy
Expected Behavior
The parameter should be interpreted as string.
Current Behavior
When printing the value of the parameter I get:
Reproduction Steps
I am trying to use a CfnParameter representing the value of an EC2 instance type but I get an error with Malformed instance type, as the CfnParameter is returning a none interpreted Token.
Possible Solution
No response
Additional Information/Context
CDK CLI Version
2.20.0 (build 738ef49)
Framework Version
No response
Node.js Version
v18.3.0
OS
MacOs Monterey 12.4
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: