-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
Testable
-
-
CentOS Stream ec2 images are not getting properly pushed out to AWS due to a few regions being full.
Here are the logs:
Here are the relevant lines from the logs:
[+] 20241008-02:25 [scripts/images-push-ec2.sh] -> Waiting for AMI id [ami-09b09e738ff350865] in region [af-south-1] to be availble/imported ... [+] 20241008-02:25 [scripts/images-push-ec2.sh] -> Image seems now available to modifying permissions on it ... An error occurred (ResourceLimitExceeded) when calling the ModifyImageAttribute operation: You have reached your quota of 1000 for the number of public images allowed in this Region. Deregister unused public images or make them private, or request an increase in your public AMIs quota. ... [+] 20241008-02:26 [scripts/images-push-ec2.sh] -> Waiting for AMI id [ami-0f25377760ebcc8f9] in region [eu-south-1] to be availble/imported ... [+] 20241008-02:26 [scripts/images-push-ec2.sh] -> Image seems now available to modifying permissions on it ... An error occurred (ResourceLimitExceeded) when calling the ModifyImageAttribute operation: You have reached your quota of 1000 for the number of public images allowed in this Region. Deregister unused public images or make them private, or request an increase in your public AMIs quota.
The two regions being affected are af-south-1 and eu-south-1 All the other regions seem to be doing fine.
If we could get those two regions cleaned up, that would be great. Or the quota's raised to what the other ones are. Whatever it takes so that we can push to them again.
Thank You