Netflix / metaflow-tools

:rocket: Deployment tools/scripts for Metaflow!
http://www.metaflow.org
Apache License 2.0
52 stars 47 forks source link

Gov Cloud Support in Cloudformation (2.2.5) #20

Closed queueburt closed 3 years ago

queueburt commented 3 years ago

Notable user-facing Changes The addition of a new Parameter called "IAM Partition". The default will support most users. Users in non-standard AWS partitions (notably Gov-Cloud) will need to change their partition value (there's only one other available option in the template, so it's an easy choice) or else the template will fail to deploy.

Notable Changes for non-Gov Users None. Deployment shouldn't change for users in the standard AWS IAM partitions unless they actively change the partition from the default.

Other notes EDGE API types for API Gateway are unsupported in Gov Cloud. There's a conditional in this new template that will change the API-type for effected users to REGIONAL.

Did you test this, Rob? Yup. Tested with Batch and Step Functions in both standard and Gov cloud partitions.