Skip to content

Commit 62488e5

Browse files
aaradhakdustymabe
authored andcommitted
Update the aws-region ticket details
The command to view the current value of quota level is added and have also updated the text template. Also, added the information on creating the DPP ticket in case of RHCOS related requests.
1 parent 44e6d84 commit 62488e5

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/aws-region-enable.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,33 @@ This document provides the information on how to address and resolve missing AWS
2727
In the dialog box, review the informational text and choose Enable Region.
2828
Wait until the Region is ready to use.
2929
30-
We would also like to get AWS public access enabled for this region. Please use the following command:
30+
We would like to get AWS public access enabled for this region. Please use the following command:
3131
"aws ec2 disable-image-block-public-access --region `<missing-region>`"
3232
33-
Let's also adjust the quota to match the other regions :
34-
"aws service-quotas request-service-quota-increase --region=`<missing-region>` --service-code=ec2 --quota-code=L-0E3CBAB9 --desired-value 1000.00"
33+
We would also like the "Public AMIs" quota level to be set to a minimum value. The quota codes can be viewed using the below command:
34+
"aws service-quotas list-service-quotas --service-code=ec2 --quota-code=L-0E3CBAB9 --region=`<missing-region>`"
35+
36+
Let's make sure to adjust the quota to match the other regions if necessary. If the current quota is less than 1000, let's bump it to at least 1000 with the following request:
37+
"aws service-quotas request-service-quota-increase --service-code=ec2 --quota-code=L-0E3CBAB9 --desired-value 1000.00 --region=`<missing-region>`"
3538
3639
When do you need this to be done by? (YYYY/MM/DD)
3740
Preferably before our next FCOS release.
3841
```
3942
4043
### 3. Submit the Ticket:
4144
45+
In case of FCOS:
4246
- Ensure all relevant information is included and submit the ticket to the Fedora Infrastructure team.
4347
48+
In case of RHCOS:
49+
- Follow the link https://devservices.dpp.openshift.com/support/, select "general AWS Question/request ticket" and submit ticket to the DPP team.
50+
If more direct interactions would be needed with the folks handling the ticket, please check in the slack channel #forum-pge-cloud-ops
51+
4452
### 4. Follow Up:
4553
4654
- Monitor the ticket status and follow up as necessary to ensure the region is enabled and public access is configured.
4755
4856
## Reference link for the ticket
4957
50-
- Request AWS region [ticket](https://pagure.io/fedora-infrastructure/issue/11707)
58+
- FCOS ticket - Request AWS region [ticket](https://pagure.io/fedora-infrastructure/issue/11707)
59+
- RHCOS ticket - Request AWS region [ticket](https://issues.redhat.com/browse/DPP-16314)

0 commit comments

Comments
 (0)