Skip to content

Commit

Permalink
Add note about rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Jan 28, 2024
1 parent db0881e commit e8893c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ First opt in to all regions:
nix run .#enable-regions
```

You might get rate-limited so need to wait and rerun until all finish:
```
botocore.errorfactory.TooManyRequestsException: An error occurred (TooManyRequestsException) when calling the EnableRegion operation (reached max retries: 4): This request has exceeded the quota for 'Number of concurrent region-opt requests for an account'. Consider retrying the operation later once some requests have been completed.
```

Then request a quota increase for the number of AMIs you want to publish.
This will create support tickets in all regions. You can check the status
of the tickets in the AWS console. It might take a few days for the tickets
Expand All @@ -28,4 +33,4 @@ Finally enable public AMIs:

```bash
nix run .#disable-image-block-public-access
```
```

0 comments on commit e8893c0

Please sign in to comment.