Include the ca-west-1 region for cloud and coreos image deployments in Amazon EC2. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
When it is possible preferably before our next FCOS release.
Metadata Update from @kevin: - Issue assigned to kevin
Done.
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Can we also get AWS public access enabled for this region?
aws ec2 disable-image-block-public-access --region ca-west-1
Done
nebebout@desktop:~$ aws ec2 disable-image-block-public-access --region ca-west-1 { "ImageBlockPublicAccessState": "unblocked" }
Thanks @nb - now we've hit our next hurdle:
[2024-01-17T15:43:52.418Z] 2024-01-17T15:43:52Z plume: couldn't publish image in ca-west-1: couldn't grant launch permission on ami-08adf37e658a97939: ResourceLimitExceeded: You have reached your quota of 5 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.
In https://pagure.io/fedora-infrastructure/issue/11609 we increased the quota to all regions to 1000. Can you run the following command?
aws service-quotas request-service-quota-increase --region=ca-west-1 --service-code=ec2 --quota-code=L-0E3CBAB9 --desired-value 1000.00
done
It looks like before it took 2-3 days to get approved. I can check back in a few days to see if my request has been approved.
Thanks @nb - any chance you could shoot me a direct message on Matrix? dustymabe@matrix.org