-
Notifications
You must be signed in to change notification settings - Fork 188
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
Add support for CloudFront limits #539
Labels
Comments
I am currently working on a PR to implement some CloudFront limit checks. |
TagadaPoe
added a commit
to quortex/awslimitchecker
that referenced
this issue
May 24, 2021
Related to issue jantman#539 List of implemented limits: - Alternate domain names (CNAMEs) per distribution - Cache behaviors per distribution - Origin groups per distribution - Key groups associated with a single distribution - Origins per distribution - Whitelisted cookies per cache behavior - Whitelisted headers per cache behavior - Whitelisted query strings per cache behavior - Key groups associated with a single cache behavior - Public keys in a single key group - Distributions associated with a single key group - Cookies per cache policy - Headers per cache policy - Query strings per cache policy - Distributions associated with the same cache policy - Cookies per origin request policy - Headers per origin request policy - Query strings per origin request policy - Distributions associated with the same origin request policy Unit tests implemented. The CloudFront service is considered as global, so the same usage will be reported for CloudFront, no matter which region we are using. Note: in the "Service Quotas" service, the CloudFront quotas are listed in the region "us-east-1". The AWS "Service Quotas" service does not return the applied service quotas for CloudFront, only the default quotas.
antonincms
pushed a commit
to quortex/awslimitchecker
that referenced
this issue
Jul 22, 2021
Related to issue jantman#539 List of implemented limits: - Alternate domain names (CNAMEs) per distribution - Cache behaviors per distribution - Origin groups per distribution - Key groups associated with a single distribution - Origins per distribution - Whitelisted cookies per cache behavior - Whitelisted headers per cache behavior - Whitelisted query strings per cache behavior - Key groups associated with a single cache behavior - Public keys in a single key group - Distributions associated with a single key group - Cookies per cache policy - Headers per cache policy - Query strings per cache policy - Distributions associated with the same cache policy - Cookies per origin request policy - Headers per origin request policy - Query strings per origin request policy - Distributions associated with the same origin request policy Unit tests implemented. The CloudFront service is considered as global, so the same usage will be reported for CloudFront, no matter which region we are using. Note: in the "Service Quotas" service, the CloudFront quotas are listed in the region "us-east-1". The AWS "Service Quotas" service does not return the applied service quotas for CloudFront, only the default quotas.
A fix for this has been released in 12.0.0, which is now live on PyPI and Docker Hub. Thank you so much! |
derrix060
pushed a commit
to derrix060/awslimitchecker
that referenced
this issue
Jun 28, 2024
Related to issue jantman#539 List of implemented limits: - Alternate domain names (CNAMEs) per distribution - Cache behaviors per distribution - Origin groups per distribution - Key groups associated with a single distribution - Origins per distribution - Whitelisted cookies per cache behavior - Whitelisted headers per cache behavior - Whitelisted query strings per cache behavior - Key groups associated with a single cache behavior - Public keys in a single key group - Distributions associated with a single key group - Cookies per cache policy - Headers per cache policy - Query strings per cache policy - Distributions associated with the same cache policy - Cookies per origin request policy - Headers per origin request policy - Query strings per origin request policy - Distributions associated with the same origin request policy Unit tests implemented. The CloudFront service is considered as global, so the same usage will be reported for CloudFront, no matter which region we are using. Note: in the "Service Quotas" service, the CloudFront quotas are listed in the region "us-east-1". The AWS "Service Quotas" service does not return the applied service quotas for CloudFront, only the default quotas.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Support for the limits of the CloudFront service.
Feature Description
I am especially interested in checking the usage of the following Quotas:
List of available Quotas:
Note: the CloudFront service, and the related Quotas are available only in the "us-east-1" region, this is a global service.
Unfortunatly, the applied Quotas are not available through the Quotas API.
Testing Assistance
I will be able to assist in testing pre-release code for the feature.
The text was updated successfully, but these errors were encountered: