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

Get value constraints from AWS registry types #1867

Merged
2 changes: 1 addition & 1 deletion scripts/update_specs_from_pricing.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def main():

outputs = update_outputs('Ec2InstanceType', get_results('AmazonEC2', ['Compute Instance', 'Compute Instance (bare metal)']), outputs)
outputs = update_outputs('AWS::AmazonMQ::Broker.HostInstanceType', get_mq_pricing(), outputs)
outputs = update_outputs('RdsInstanceType', get_rds_pricing(), outputs)
outputs = update_outputs('AWS::RDS::DBInstance.DBInstanceClass', get_rds_pricing(), outputs)
outputs = update_outputs('RedshiftInstanceType', get_results('AmazonRedshift', ['Compute Instance']), outputs)
outputs = update_outputs('DAXInstanceType', get_dax_pricing(), outputs)
outputs = update_outputs('DocumentDBInstanceClass', get_results('AmazonDocDB', ['Database Instance']), outputs)
Expand Down
3,790 changes: 3,284 additions & 506 deletions src/cfnlint/data/CloudSpecs/af-south-1.json

Large diffs are not rendered by default.

5,320 changes: 4,649 additions & 671 deletions src/cfnlint/data/CloudSpecs/ap-east-1.json

Large diffs are not rendered by default.

9,980 changes: 8,592 additions & 1,388 deletions src/cfnlint/data/CloudSpecs/ap-northeast-1.json

Large diffs are not rendered by default.

9,111 changes: 7,826 additions & 1,285 deletions src/cfnlint/data/CloudSpecs/ap-northeast-2.json

Large diffs are not rendered by default.

829 changes: 606 additions & 223 deletions src/cfnlint/data/CloudSpecs/ap-northeast-3.json

Large diffs are not rendered by default.

9,281 changes: 7,972 additions & 1,309 deletions src/cfnlint/data/CloudSpecs/ap-south-1.json

Large diffs are not rendered by default.

10,271 changes: 8,854 additions & 1,417 deletions src/cfnlint/data/CloudSpecs/ap-southeast-1.json

Large diffs are not rendered by default.

11,866 changes: 10,299 additions & 1,567 deletions src/cfnlint/data/CloudSpecs/ap-southeast-2.json

Large diffs are not rendered by default.

8,542 changes: 7,310 additions & 1,232 deletions src/cfnlint/data/CloudSpecs/ca-central-1.json

Large diffs are not rendered by default.

2,276 changes: 1,915 additions & 361 deletions src/cfnlint/data/CloudSpecs/cn-north-1.json

Large diffs are not rendered by default.

2,193 changes: 1,844 additions & 349 deletions src/cfnlint/data/CloudSpecs/cn-northwest-1.json

Large diffs are not rendered by default.

10,366 changes: 8,942 additions & 1,424 deletions src/cfnlint/data/CloudSpecs/eu-central-1.json

Large diffs are not rendered by default.

7,093 changes: 5,998 additions & 1,095 deletions src/cfnlint/data/CloudSpecs/eu-north-1.json

Large diffs are not rendered by default.

3,731 changes: 3,220 additions & 511 deletions src/cfnlint/data/CloudSpecs/eu-south-1.json

Large diffs are not rendered by default.

12,282 changes: 10,668 additions & 1,614 deletions src/cfnlint/data/CloudSpecs/eu-west-1.json

Large diffs are not rendered by default.

9,531 changes: 8,204 additions & 1,327 deletions src/cfnlint/data/CloudSpecs/eu-west-2.json

Large diffs are not rendered by default.

8,134 changes: 6,949 additions & 1,185 deletions src/cfnlint/data/CloudSpecs/eu-west-3.json

Large diffs are not rendered by default.

5,727 changes: 4,764 additions & 963 deletions src/cfnlint/data/CloudSpecs/me-south-1.json

Large diffs are not rendered by default.

8,827 changes: 7,568 additions & 1,259 deletions src/cfnlint/data/CloudSpecs/sa-east-1.json

Large diffs are not rendered by default.

12,422 changes: 10,786 additions & 1,636 deletions src/cfnlint/data/CloudSpecs/us-east-1.json

Large diffs are not rendered by default.

9,582 changes: 8,238 additions & 1,344 deletions src/cfnlint/data/CloudSpecs/us-east-2.json

Large diffs are not rendered by default.

2,451 changes: 2,068 additions & 383 deletions src/cfnlint/data/CloudSpecs/us-gov-east-1.json

Large diffs are not rendered by default.

Loading