diff --git a/README.md b/README.md index 6825e11..b79eab0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -28,4 +33,4 @@ Finally enable public AMIs: ```bash nix run .#disable-image-block-public-access -``` \ No newline at end of file +```