emrspecialistsamer / aws-glue-workshop

Repository for AWS Glue Workshop
Apache License 2.0
30 stars 29 forks source link

The cloudformation script failed #1

Open dearxieyali opened 3 years ago

dearxieyali commented 3 years ago

Embedded stack arn:aws:cloudformation:us-west-2:631309392859:stack/AWS-Glue-Workshop-VPCStack-1XAPFZ6NREC4/c397f030-59fb-11eb-8a80-02b79e4b07db was not successfully created: The following resource(s) failed to create: [InternetGateway, DMSVpcRole, VPC, S3Bucket].

KGRYG commented 3 years ago

It failed for me too, with same error msg, but then I launched it in other account and it worked. Not sure what was wrong.

eebomarsi commented 2 years ago

Check your cloud formation events. In my case, it pointed out that the s3 bucket create failed because it was not unique, so I just re-ran the CFT by passing in a unique bucket name.

shauwang commented 2 years ago

Also check if you already have 5 VPC in the same region, there is soft limit on the number of VPC you can create per account per region.