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

service_support.json Generation Automation Ideas #17

Open
ScriptAutomate opened this issue Nov 18, 2019 · 0 comments
Open

service_support.json Generation Automation Ideas #17

ScriptAutomate opened this issue Nov 18, 2019 · 0 comments

Comments

@ScriptAutomate
Copy link

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.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:

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:

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