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
This feature request would provide basic support for GovCloud regions by adjusting partitions throughout templates and the code base to leverage the ${AWS::Partition}pseudo parameter. It would also add conditional statements for services that do not exist in GovCloud. i.e., Tagging Policies.
Motivation
GovCloud customers are looking for a robust CI/CD framework based on AWS native tooling. ADF is one of the most feature rich options. With small changes this framework could easily be adapted to support a wider audience.
In Scope
Modify the code base to support the arn:aws-us-gov GovCloud partition.
Provide support for the us-gov-west-1 region as a primary install location.
Avoid failures due to missing features in GovCloud. The only item identified in the code base is Tagging Policies.
Out of Scope
Account Vending in GovCloud - Account vending in GovCloud requires accounts to be created in commercial regions and linked. The changes needed to support this would be significant and will not be addressed by this feature.
Hi @OlafConijn! Thanks for sharing your tool. Looks great! I'll connect with you on Slack. Any tool that can work across commercial and GovCloud is of interest.
Thank you for your patience. I am happy to inform you that this feature has been released as part of v3.2.0 just now.
I'm hereby closing this issue. Please open a new issue if you are experiencing any issues related to this feature.
GovCloud Support
Summary
This feature request would provide basic support for GovCloud regions by adjusting partitions throughout templates and the code base to leverage the
${AWS::Partition}
pseudo parameter. It would also add conditional statements for services that do not exist in GovCloud. i.e., Tagging Policies.Motivation
GovCloud customers are looking for a robust CI/CD framework based on AWS native tooling. ADF is one of the most feature rich options. With small changes this framework could easily be adapted to support a wider audience.
In Scope
arn:aws-us-gov
GovCloud partition.us-gov-west-1
region as a primary install location.Out of Scope
Account Vending in GovCloud - Account vending in GovCloud requires accounts to be created in commercial regions and linked. The changes needed to support this would be significant and will not be addressed by this feature.
References
The text was updated successfully, but these errors were encountered: