cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

FR- [AWS::Route53::RecordSetGroup] - [Enhancement] - Add 'AWS::Route53::RecordSetGroup' resource type support for Stack refactoring feature

Open amisfari opened this issue 8 months ago • 2 comments
trafficstars

Resource Name

AWS::Route53::RecordSetGroup

Details

Context: Currently, CloudFormation Stack Refactoring does not support the 'AWS::Route53::RecordSetGroup' resource type. The bellow error will be thrown when doing so:

"ExecutionStatus":` "UNAVAILABLE",
"Status": "CREATE_FAILED",
"StatusReason": "stack_arn": Stack Refactor does not support AWS::Route53::RecordSetGroup."`

This resource has not been listed as an unavailable in the following documentation.

Request: This is a request to make the 'AWS::Route53::RecordSetGroup' resource type supported with CloudFormation refactor.

amisfari avatar Feb 21 '25 20:02 amisfari