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

AWS Cloud control API coverage #1039

Open
bagajjal opened this issue Oct 26, 2023 · 1 comment
Open

AWS Cloud control API coverage #1039

bagajjal opened this issue Oct 26, 2023 · 1 comment

Comments

@bagajjal
Copy link

I'm interested in understanding why there's a significant disparity in AWS Cloud Control API coverage across different AWS regions. Are there any upcoming initiatives to enhance this coverage by extending support for AWS resources across all regions?

Specifically, 6 out of the 28 regions are hovering at approximately 35%, while 16 out of the 28 AWS regions currently have a coverage rate below 80%.

These figures were obtained by executing below commands in all 28 AWS regions. The reference point for the total count of AWS resources (859) supported by the Cloud Control API, spanning all AWS regions, is derived from the official AWS documentation.

  1. aws cloudformation list-types --type RESOURCE --visibility PUBLIC --provisioning-type FULLY_MUTABLE --filters Category=AWS_TYPES >./aws_cloudcontrol_supported_resources

  2. aws cloudformation list-types --type RESOURCE --visibility PUBLIC --provisioning-type IMMUTABLE --filters Category=AWS_TYPES >> >./aws_cloudcontrol_supported_resources

Here is the snapshot of coverage across all 28 AWS regions

image

@bagajjal
Copy link
Author

Only 25% (220 out of 859) of resources are supported by Cloud control APIs across all the 28 AWS regions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant