aws-cloudformation / aws-cloudformation/cloudformation-cli

AWS Cloud control API coverage

Open
#1,039 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
336
Forks
172
Avg merge
3d 5m
Merged PRs (30d)
3

Description

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](https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/supported-resources.html).

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](https://github.com/aws-cloudformation/cloudformation-cli/assets/23668037/92b21df3-f911-428a-9e64-8fb94773bf35)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.