Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list-service-quotas gives wrong result #8941

Closed
ddemaret-plaid opened this issue Sep 24, 2024 · 5 comments
Closed

list-service-quotas gives wrong result #8941

ddemaret-plaid opened this issue Sep 24, 2024 · 5 comments
Assignees
Labels
bug This issue is a bug. cloudfront p3 This is a minor priority issue response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. servicequota

Comments

@ddemaret-plaid
Copy link

Describe the bug

When doing

aws service-quotas list-service-quotas --service-code cloudfront

You get no quotas. However when you look in the UI there's quotas that can be adjusted.

Expected Behavior

A list of quotas to be returned

Current Behavior

{
    "Quotas": []
}

Reproduction Steps

Execute aws service-quotas list-service-quotas --service-code cloudfront

Possible Solution

No response

Additional Information/Context

No response

CLI version used

aws-cli/2.15.30

Environment details (OS name and version, etc.)

macOS Darwin

@ddemaret-plaid ddemaret-plaid added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Sep 24, 2024
@adev-code adev-code self-assigned this Sep 24, 2024
@adev-code adev-code added investigating This issue is being investigated and/or work is in progress to resolve the issue. cloudfront servicequota p3 This is a minor priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Sep 24, 2024
@adev-code
Copy link

Hi @ddemaret-plaid, thanks for reaching out. list-service-quotas is intended to show account specific applied quotas of a service. This operation has varying levels of support on a service-by-service basis.
For CloudFront, the command would be:
$ aws service-quotas list-aws-default-service-quotas --service-code cloudfront

If that isn't sufficient for your use case, I can reach out to the CloudFront service team for you. Let me know how you'd like to proceed here.

Thank you.

@adev-code adev-code added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Sep 24, 2024
@ddemaret-plaid
Copy link
Author

For context, I'm trying to implement https://github.com/aws-solutions/quota-monitor-for-aws which is how I found out about this. As far as I understand it list-aws-default-service-quotas does not reflect the already increased service quotas of the account so sadly that won't work for us. But it seems like I also can't request any Utilisation metrics for Cloudfront anyways so it seems like there's still a couple features missing.

If you could reach out to the CloudFront team about this that would be great thanks!

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Sep 25, 2024
@adev-code
Copy link

Hi @ddemaret-plaid, thanks for the update. I'd just like to mention that I have submitted a feature request to CloudFront Service Quota Team to give a CLI response that reflects the quotas that have been increased. Please let me know if you have any other questions. Thanks!

Ticket for Internal Use Only: P159623587

@adev-code adev-code added the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Oct 4, 2024
@ddemaret-plaid
Copy link
Author

Perfect thanks!

Copy link

github-actions bot commented Oct 7, 2024

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. cloudfront p3 This is a minor priority issue response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. servicequota
Projects
None yet
Development

No branches or pull requests

2 participants