question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CF Template fails with "Custom Resource failed to stabilize in expected time"

See original GitHub issue

I used the build-s3-dist.sh and created my own bucket with “bucket-<region name” and with respect to S3 everything is correct as it is properly able to fetch the contents. But my template always fails here. The following resource(s) failed to create: [S3Config, Uuid, MediaConvertEndPoint]. . Rollback requested by user.

Not sure what exactly is the problem, if I directly launch the template from AWS VOD link then it works correctly, only when I use the uploaded code from my S3 bucket this problem comes. Any help will be highly appreciated. Thanks

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
ffiore1commented, Sep 18, 2019

in the first command I just specified bucket-name ./build-s3-dist.sh bucket-name v1.0.0

in the second command I specified all of it, so aws s3 sync dist/ bucket-name-region/video-on-demand-on-aws/v1.0.0/

the final result or s3 bucket name is bucket-name-region, with all the zip files in the /video-on-demand-on-aws/v1.0.0/ subfolder (I used the v thing, but that is a my choice )

0reactions
dscpinheirocommented, Sep 18, 2019

No worries, glad we were able to help!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why Custom Resource failed to stabilize in expected time in ...
Your Lambda function was giving errors, therefore it never had a chance to call cfnresponse.send() . This meant that CloudFormation kept ...
Read more >
CF Template fails with "Custom Resource failed to stabilize in ...
I used the build-s3-dist.sh and created my own bucket with "bucket-<region name" and with respect to S3 everything is correct as it is ......
Read more >
Resolve the “Route did not stabilize in expected time” error in ...
I tried to create an AWS CloudFormation stack, but the stack failed. ... following error message: "Route did not stabilize in expected time....
Read more >
Delete an AWS CloudFormation stack with ease - Bobcares
The custom resource may have failed to stabilize within the expected amount of time. We can resolve this issue by following the steps...
Read more >
10 Solutions to Common CloudFormation Errors - Medium
This may result in an error because the region you're creating the ... Build an Output within your template for the custom resource...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found