#11707 Opt-in for AWS region to ca-west-1 acct:125523088429
Closed: Fixed by kevin. Opened by aaradhak.

Describe what you would like us to do:

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

To Enable a region

  1. Sign in to the AWS Management Console.
  2. In the upper right corner of the console, choose your account name or number and then choose My Account.
  3. In the AWS Regions section, next to the name of the Region that you want to enable, choose Enable.
  4. In the dialog box, review the informational text and choose Enable Region.
  5. Wait until the Region is ready to use.

When do you need this to be done by? (YYYY/MM/DD)

When it is possible preferably before our next FCOS release.


Metadata Update from @kevin:
- Issue assigned to kevin

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

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

Metadata