Skip to content

Cloud Formation Stack issues with the Migration Immersion Day workshop https://catalog.us-east-1.prod.workshops.aws/workshops/f38d2201-12bd-4476-b09e-63fc2c9332cc/en-US/gettingstarted/connect-to-ee

0

The root cause failure is likely related to a nested stack. Logical ID AWSConfig NESTED Status CREATE_FAILED Timestamp 2024-10-11 17:24:23 UTC-0400 Status reason Embedded stack arn:aws:cloudformation:us-west-2:189301807318:stack/MigrationImmersionDay-AWSConfig-OEIUS1JWCTPK/13624f50-8817-11ef-86a9-0698bda0eea9 was not successfully created: The following resource(s) failed to create: [ConfigRecorder, DeliveryChannel].

2 Answers
0
Accepted Answer

Thanks, Riku! I looked at the nested stack and it seems my account had some AWS config settings from a previous project I have used CLI commands to clear it. I will re-run the stack and report back if I am able to move forward

aws configservice get-status aws configservice delete-configuration-recorder --configuration-recorder-name default aws configservice delete-delivery-channel --delivery-channel-name default

answered a year ago
AWS
EXPERT
reviewed 8 months ago
  • Clearing the AWS config information helped resolve the issue

    aws configservice get-status aws configservice delete-configuration-recorder --configuration-recorder-name default aws configservice delete-delivery-channel --delivery-channel-name default

0

Hello.

There seems to be a problem with the resource being created in the nested stack "MigrationImmersionDay-AWSConfig-OEIUS1JWCTPK".
Please open "MigrationImmersionDay-AWSConfig-OEIUS1JWCTPK" from the CloudFormation console and click "Detect root cause" to check the problematic part.
The error message will probably explain why creation failed.
a

EXPERT
answered a year ago
  • Hello Riku, Thanks for the prompt response that is the error I posed in the question it has the below error:

    Embedded stack arn:aws:cloudformation:us-west-2:189301807318:stack/MigrationImmersionDay-AWSConfig-OEIUS1JWCTPK/13624f50-8817-11ef-86a9-0698bda0eea9 was not successfully created: The following resource(s) failed to create: [ConfigRecorder, DeliveryChannel].

  • I reviewed the AWS Config service and even manually tried to edit the settings to enable recorder but same issue. The CFN stack always fail with the same error message The following resource(s) failed to create: [ConfigRecorder, DeliveryChannel].

  • Does that mean you open the stack for "MigrationImmersionDay-AWSConfig-OEIUS1JWCTPK" and see that error in the "Event" tab? The problem is the "ConfigRecorder" you are trying to create inside the nested stack, so you need to open the "Event" tab inside the nested stack to see the details.

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.