1

I sometimes get a 400 error when creating my Fastly Service through pulumi. The error message is below.

error: 1 error occurred:
    * updating urn:my:cdn: 400 - Bad Request:

    Title:  Bad request
    Detail: Exceeding max_backends: 5

I've had more than 5 backends in other Fastly services, and if I retry the deployment the 400 error goes away. Has anyone else encountered this error?

Victor Cui
  • 1,393
  • 2
  • 15
  • 35

1 Answers1

2

I found out I have to raise the limits on our fastly account https://docs.fastly.com/en/guides/resource-limits

Victor Cui
  • 1,393
  • 2
  • 15
  • 35