AWS recommended Application Recovery Controller Cloud formation Templates not validating.

0

Hi, I am attempting to create an Application Recovery Controller setup using Cloud formation. The recommended Stack, here for instance does not validate. https://github.com/sebsto/tictactoe-cdk/blob/main/cloudformation/Route53-ARC-readiness-check.yaml. I have read the documentation and added all the requirements but it does not seem to validate. Any help would be nice. Thanks.

This is the command I ran: aws cloudformation validate-template --template-body ./Route53-ARC-readiness-check.yaml

When I test it with an online validator, I get these errors: ValidationError - Template format error: Unrecognized resource types: [AWS::Route53RecoveryReadiness::RecoveryGroup, AWS::Route53RecoveryReadiness::Cell, AWS::Route53RecoveryReadiness::ResourceSet, AWS::Route53RecoveryReadiness::ReadinessCheck]****

My question is how can an recipe Cloudformation Template be throwing such errors?

asked 7 months ago47 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions