You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.json file, 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.json file, 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:
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:service_support.json
file, 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?service_support.json
file, 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:
service_support.json
: CloudTrail Unsupported ServicesAWS 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:
The text was updated successfully, but these errors were encountered: