You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using If to deploy or not Secondary EBS Devices, those secondary devices in the AWS CFN Template are created with the first letter as lowercase and must be Uppercase as required by CFN,
Python.
Create an ec2.CfnInstance resource.
Set conditionals under the block_device_mapping as follow:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
When using If to deploy or not Secondary EBS Devices, those secondary devices in the AWS CFN Template are created with the first letter as lowercase and must be Uppercase as required by CFN,
Python.
Create an ec2.CfnInstance resource.
Set conditionals under the block_device_mapping as follow:
Do a syntethsize and you will get the following result:
Which is not correct,
Regards,
Environment
The text was updated successfully, but these errors were encountered: