You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Below are the issues I saw when I was trying to deploy git code. Hopefully it helps.
It only works for Nodev16, but if i update to Nodev20 deployment failed for me.
npm install was needed before deployment, maybe if we can add this text in README.doc many users will find it useful.
I had to comment out RUN pip install awscli --upgrade --user from DockerFile
I updated CLI, aws-cdk, python version to the latest since it was failing to move ahead.
I had to move to cloud9 because Mac M1 is not supported to pull docker image. would be helpful, if we can mention this somewhere on the document (I struggled and started looking for different container image).
specific to the text which lead to confusion, if we can edit that will be easy for future users.
Issue -> For statement Configure defaultVpcId with an existing vpc ID. If you're integrating to Amazon MQ, you also need to configure a hostedZone parameter.
Fix -> Default VPC didn't work in my case, had to create a new one using the quip setup.
"hostedZone": "fqdn-zone", // Optional: Route53 Zone (Public and Private) used for Amazon MQ integration
Fix -> For me only private hosted zone worked. I checked code, since it was only accessing privatehostedZone, so had to create a private zone.
The text was updated successfully, but these errors were encountered:
Hi, Below are the issues I saw when I was trying to deploy git code. Hopefully it helps.
specific to the text which lead to confusion, if we can edit that will be easy for future users.
Fix -> Default VPC didn't work in my case, had to create a new one using the quip setup.
Fix -> For me only private hosted zone worked. I checked code, since it was only accessing privatehostedZone, so had to create a private zone.
The text was updated successfully, but these errors were encountered: