|
597 | 597 | "InstanceTenancy": {
|
598 | 598 | "Ref": "VPCTenancy"
|
599 | 599 | },
|
600 |
| - "EnableDnsSupport": "true", |
601 |
| - "EnableDnsHostnames": "true", |
| 600 | + "EnableDnsSupport": true, |
| 601 | + "EnableDnsHostnames": true, |
602 | 602 | "Tags": [
|
603 | 603 | {
|
604 | 604 | "Key": "Name",
|
|
2498 | 2498 | "Type": "AWS::EC2::NetworkAclEntry",
|
2499 | 2499 | "Properties": {
|
2500 | 2500 | "CidrBlock": "0.0.0.0/0",
|
2501 |
| - "Egress": "false", |
| 2501 | + "Egress": false, |
2502 | 2502 | "NetworkAclId": {
|
2503 | 2503 | "Ref": "PrivateSubnet1BNetworkAcl"
|
2504 | 2504 | },
|
2505 |
| - "Protocol": "-1", |
| 2505 | + "Protocol": -1, |
2506 | 2506 | "RuleAction": "allow",
|
2507 |
| - "RuleNumber": "100" |
| 2507 | + "RuleNumber": 100 |
2508 | 2508 | }
|
2509 | 2509 | },
|
2510 | 2510 | "PrivateSubnet1BNetworkAclEntryOutbound": {
|
2511 | 2511 | "Condition": "AdditionalPrivateSubnetsCondition",
|
2512 | 2512 | "Type": "AWS::EC2::NetworkAclEntry",
|
2513 | 2513 | "Properties": {
|
2514 | 2514 | "CidrBlock": "0.0.0.0/0",
|
2515 |
| - "Egress": "true", |
| 2515 | + "Egress": true, |
2516 | 2516 | "NetworkAclId": {
|
2517 | 2517 | "Ref": "PrivateSubnet1BNetworkAcl"
|
2518 | 2518 | },
|
2519 |
| - "Protocol": "-1", |
| 2519 | + "Protocol": -1, |
2520 | 2520 | "RuleAction": "allow",
|
2521 |
| - "RuleNumber": "100" |
| 2521 | + "RuleNumber": 100 |
2522 | 2522 | }
|
2523 | 2523 | },
|
2524 | 2524 | "PrivateSubnet1BNetworkAclAssociation": {
|
|
2601 | 2601 | "Type": "AWS::EC2::NetworkAclEntry",
|
2602 | 2602 | "Properties": {
|
2603 | 2603 | "CidrBlock": "0.0.0.0/0",
|
2604 |
| - "Egress": "false", |
| 2604 | + "Egress": false, |
2605 | 2605 | "NetworkAclId": {
|
2606 | 2606 | "Ref": "PrivateSubnet2BNetworkAcl"
|
2607 | 2607 | },
|
2608 |
| - "Protocol": "-1", |
| 2608 | + "Protocol": -1, |
2609 | 2609 | "RuleAction": "allow",
|
2610 |
| - "RuleNumber": "100" |
| 2610 | + "RuleNumber": 100 |
2611 | 2611 | }
|
2612 | 2612 | },
|
2613 | 2613 | "PrivateSubnet2BNetworkAclEntryOutbound": {
|
2614 | 2614 | "Condition": "AdditionalPrivateSubnetsCondition",
|
2615 | 2615 | "Type": "AWS::EC2::NetworkAclEntry",
|
2616 | 2616 | "Properties": {
|
2617 | 2617 | "CidrBlock": "0.0.0.0/0",
|
2618 |
| - "Egress": "true", |
| 2618 | + "Egress": true, |
2619 | 2619 | "NetworkAclId": {
|
2620 | 2620 | "Ref": "PrivateSubnet2BNetworkAcl"
|
2621 | 2621 | },
|
2622 |
| - "Protocol": "-1", |
| 2622 | + "Protocol": -1, |
2623 | 2623 | "RuleAction": "allow",
|
2624 |
| - "RuleNumber": "100" |
| 2624 | + "RuleNumber": 100 |
2625 | 2625 | }
|
2626 | 2626 | },
|
2627 | 2627 | "PrivateSubnet2BNetworkAclAssociation": {
|
|
2704 | 2704 | "Type": "AWS::EC2::NetworkAclEntry",
|
2705 | 2705 | "Properties": {
|
2706 | 2706 | "CidrBlock": "0.0.0.0/0",
|
2707 |
| - "Egress": "false", |
| 2707 | + "Egress": false, |
2708 | 2708 | "NetworkAclId": {
|
2709 | 2709 | "Ref": "PrivateSubnet3BNetworkAcl"
|
2710 | 2710 | },
|
2711 |
| - "Protocol": "-1", |
| 2711 | + "Protocol": -1, |
2712 | 2712 | "RuleAction": "allow",
|
2713 |
| - "RuleNumber": "100" |
| 2713 | + "RuleNumber": 100 |
2714 | 2714 | }
|
2715 | 2715 | },
|
2716 | 2716 | "PrivateSubnet3BNetworkAclEntryOutbound": {
|
2717 | 2717 | "Condition": "AdditionalPrivateSubnets&3AZCondition",
|
2718 | 2718 | "Type": "AWS::EC2::NetworkAclEntry",
|
2719 | 2719 | "Properties": {
|
2720 | 2720 | "CidrBlock": "0.0.0.0/0",
|
2721 |
| - "Egress": "true", |
| 2721 | + "Egress": true, |
2722 | 2722 | "NetworkAclId": {
|
2723 | 2723 | "Ref": "PrivateSubnet3BNetworkAcl"
|
2724 | 2724 | },
|
2725 |
| - "Protocol": "-1", |
| 2725 | + "Protocol": -1, |
2726 | 2726 | "RuleAction": "allow",
|
2727 |
| - "RuleNumber": "100" |
| 2727 | + "RuleNumber": 100 |
2728 | 2728 | }
|
2729 | 2729 | },
|
2730 | 2730 | "PrivateSubnet3BNetworkAclAssociation": {
|
|
2807 | 2807 | "Type": "AWS::EC2::NetworkAclEntry",
|
2808 | 2808 | "Properties": {
|
2809 | 2809 | "CidrBlock": "0.0.0.0/0",
|
2810 |
| - "Egress": "false", |
| 2810 | + "Egress": false, |
2811 | 2811 | "NetworkAclId": {
|
2812 | 2812 | "Ref": "PrivateSubnet4BNetworkAcl"
|
2813 | 2813 | },
|
2814 |
| - "Protocol": "-1", |
| 2814 | + "Protocol": -1, |
2815 | 2815 | "RuleAction": "allow",
|
2816 |
| - "RuleNumber": "100" |
| 2816 | + "RuleNumber": 100 |
2817 | 2817 | }
|
2818 | 2818 | },
|
2819 | 2819 | "PrivateSubnet4BNetworkAclEntryOutbound": {
|
2820 | 2820 | "Condition": "AdditionalPrivateSubnets&4AZCondition",
|
2821 | 2821 | "Type": "AWS::EC2::NetworkAclEntry",
|
2822 | 2822 | "Properties": {
|
2823 | 2823 | "CidrBlock": "0.0.0.0/0",
|
2824 |
| - "Egress": "true", |
| 2824 | + "Egress": true, |
2825 | 2825 | "NetworkAclId": {
|
2826 | 2826 | "Ref": "PrivateSubnet4BNetworkAcl"
|
2827 | 2827 | },
|
2828 |
| - "Protocol": "-1", |
| 2828 | + "Protocol": -1, |
2829 | 2829 | "RuleAction": "allow",
|
2830 |
| - "RuleNumber": "100" |
| 2830 | + "RuleNumber": 100 |
2831 | 2831 | }
|
2832 | 2832 | },
|
2833 | 2833 | "PrivateSubnet4BNetworkAclAssociation": {
|
|
3016 | 3016 | }
|
3017 | 3017 | },
|
3018 | 3018 | "S3VPCEndpoint": {
|
| 3019 | + "Condition": "PrivateSubnetsCondition", |
3019 | 3020 | "Type": "AWS::EC2::VPCEndpoint",
|
3020 | 3021 | "Properties": {
|
3021 | 3022 | "PolicyDocument": {
|
|
3446 | 3447 | }
|
3447 | 3448 | },
|
3448 | 3449 | "S3VPCEndpoint": {
|
| 3450 | + "Condition": "PrivateSubnetsCondition", |
3449 | 3451 | "Description": "S3 VPC Endpoint",
|
3450 | 3452 | "Value": {
|
3451 | 3453 | "Ref": "S3VPCEndpoint"
|
|
0 commit comments