enterpriseProvisioning without enterprise membership

Using:

  • managed workflow.
  • eas-cli/0.52.0 darwin-arm64 node-v16.14.2

I added this to my preview profile:

ios {
    enterpriseProvisioning: "universal"
}

I went on to run: eas build -p ios --profile preview. It asked me to create a new provisioning profile which i accepted. After this i found out i didn’t actually have a enterprise membership on apple.

Now running eas build -p ios no matter the branch or profile ges me the following error message:

:heavy_multiplication_x: Uploading to EAS Build (64.0 KB / 1.7 MB)
FetchError: request to https://turtle-v2-projects.s3.amazonaws.com/ failed, reason: getaddrinfo ENOTFOUND turtle-v2-projects.s3.amazonaws.com
Code: ENOTFOUND

No incidents reported today accoring to https://status.expo.dev/.

Now after repeatedly running the same command the build process started.
Will update here if the problem reoccurs.

projects are uploaded to the US East (Ohio) us-east-2 s3 region, which appears to have had about 5 minutes of downtime today, according to https://cloudharmony.com/status-of-storage-for-aws

this doesn’t exactly correspond with the timing of your report though, so it could have been an intermittent network issue on your end