-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I have some ideas for this site to be better kept up-to-date automatically by using something like GitHub Actions to check for new things. This could help with not needing periodically dip in and research what new services are missing, what services have been added to CloudFormation, what new services does CloudTrail support, etc.
CloudFormation Supported Services (and sometimes "All Regions" support value)
I think my repository may be of help:
The repository generates new data when new services, and new features of those services, are supported by AWS CloudFormation. It could be useful in modifying service_support.json by:
- If a service supported by CloudFormation IS NOT currently listed in the
service_support.jsonfile, add it with"cloudformation":"Y"(and"all_regions":"Y"if my repo lists all regions as supporting it) and something like an empty or"N"default value when it comes to the other fields? - If a service supported by CloudFormation IS currently listed in the
service_support.jsonfile, ensure that"cloudformation"has a value of"Y"if it doesn't already, and if a service is supported by CloudFormation in all regions, ensure"all_regions"is set to"Y".
CloudTrail Supported Services
Scraping this website could provide support values:
- CloudTrail Supported Services and Integrations
- This may also be helpful, if not to simply include the service if the service isn't listed in
service_support.json: CloudTrail Unsupported Services
- This may also be helpful, if not to simply include the service if the service isn't listed in
AWS Config Support
Scraping this website could provide support values:
Tags Support
Scraping these websites could provide support values:
SLA Support
Scraping this website could provide support values: