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

CloudFormation Resource Specification 11.1.0 #1380

Merged
merged 5 commits into from
Feb 21, 2020
Merged

CloudFormation Resource Specification 11.1.0 #1380

merged 5 commits into from
Feb 21, 2020

Conversation

PatMyron
Copy link
Contributor

@PatMyron PatMyron commented Feb 21, 2020

pip3 install -e .
scripts/update_specs_services_from_ssm.py # requires Boto3 and Credentials
cfn-lint --update-specs
cfn-lint --update-iam-policies

as described in #1134 (comment)


"Specified property type AWS::WAFv2::RegexPatternSet.Regex not found for property RegularExpressionList"


# ERROR
~/Documents/GitHub/cfn-python-lint $ scripts/update_specs_from_pricing.py
2020-02-20 17:10:31,550 - cfnlint - INFO - Get EC2 pricing
2020-02-20 17:27:23,182 - cfnlint - INFO - Get AmazonMQ pricing
2020-02-20 17:27:23,625 - cfnlint - INFO - Get RDS pricing
Traceback (most recent call last):
  File "./update_specs_from_pricing.py", line 334, in <module>
    main()
  File "./update_specs_from_pricing.py", line 319, in main
    outputs = update_outputs('RdsInstanceType', get_rds_pricing(), outputs)
  File "./update_specs_from_pricing.py", line 232, in get_rds_pricing
    if not results.get(region_map[product.get('attributes').get('location')]):
KeyError: u'AWS GovCloud (US-West)'

@PatMyron PatMyron requested a review from kddejong February 21, 2020 01:09
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

Successfully merging this pull request may close these issues.

2 participants