byu-oit/hw-fargate-api

Add FAQ

Closed this issue · 1 comments

Some suggested topics:

  • Why is CodeDeploy spinning for a while in dev? Fargate is probably thrashing - tasks aren't coming up healthy.
  • Why is CodeDeploy taking so long in prd? By default, the template gives you 15 minutes before destroying the old resources in case you want to roll back.
  • What's happening when AfterAllowTestTraffic fails? For whatever reason, CodeDeploy doesn't link you out to the lambda it executed, but that's the Postman test lambda.
  • So I found out my container is thrashing. When I looked at Fargate, I got ResourceInitializationError: unable to pull secrets. What's up with that?
  • So I found out my container is thrashing. When I looked at Fargate, I saw CannotPullContainerError. What's up with that?
  • How do I get a pretty URL?
  • Where do I see what's happening with my Postman tests?
  • Why do my Postman tests get ENOTFOUND?

For FAQ, we're directing people to the Discussions tab.