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
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Could you please exclude below rule from the template?
Rules:
AZRule:
RuleCondition: !Equals [ !Ref 'AWS::Region', cn-north-1 ]
Assertions:
- Assert: !Equals [ !Ref NumberOfAZs, '3' ]
AssertDescription: To enable NAT gateways you must have both CreatePrivateSubnets and CreatePublicSubnets set to 'true'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
According to the post, cn-north-1 now has 3 AZs.
https://aws.amazon.com/about-aws/whats-new/2021/06/aws-china-beijing-region-adds-the-third-availability-zone/?nc1=h_ls
Could you please exclude below rule from the template?
Rules:
AZRule:
RuleCondition: !Equals [ !Ref 'AWS::Region', cn-north-1 ]
Assertions:
- Assert: !Equals [ !Ref NumberOfAZs, '3' ]
AssertDescription: To enable NAT gateways you must have both CreatePrivateSubnets and CreatePublicSubnets set to 'true'
The text was updated successfully, but these errors were encountered: