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
This seems to be due to the fact that an AWS::APS::RuleGroupsNamespace creation error is not well handled. In APS, we can see that the RuleGroupNamespace was created, but with an error:
So it seems that this resource provider is not informing CloudFormation correctly if the resource has been correctly created or not, making the resource creation time out. IMHO, CloudFormation should receive a resource failure message as soon as CREATION_FAILED is observed in the status of the RuleGroupNamespace.
The current behaviour makes it so much harder to diagnose an ill formed RuleGroupNamespace (the only thing that is wrong with it is the leading \\n in the description of the rule, which if deleted will render a valid definition), leading to frustratingly long feedback cycles.
The text was updated successfully, but these errors were encountered:
Hello,
If you deploy this template to CloudFormation
The stack creation will timeout after 2 hours.
This seems to be due to the fact that an AWS::APS::RuleGroupsNamespace creation error is not well handled. In APS, we can see that the RuleGroupNamespace was created, but with an error:
So it seems that this resource provider is not informing CloudFormation correctly if the resource has been correctly created or not, making the resource creation time out. IMHO, CloudFormation should receive a resource failure message as soon as CREATION_FAILED is observed in the status of the RuleGroupNamespace.
The current behaviour makes it so much harder to diagnose an ill formed RuleGroupNamespace (the only thing that is wrong with it is the leading
\\n
in the description of the rule, which if deleted will render a valid definition), leading to frustratingly long feedback cycles.The text was updated successfully, but these errors were encountered: