diff --git a/src/cloud-formation/deploy-indexer-fallback.yaml b/src/cloud-formation/deploy-indexer-fallback.yaml index 318f942d1..5363a0900 100644 --- a/src/cloud-formation/deploy-indexer-fallback.yaml +++ b/src/cloud-formation/deploy-indexer-fallback.yaml @@ -4,19 +4,19 @@ parameters: BrokerImageVersion: '2.0.0' BrokerMemory: 2048 DbMaxCapacity: 8 - DeployAlb: 'true' - DeployAlbDnsRecord: 'true' - DeployBastionHost: 'true' - DeployBroker: 'true' - DeployContainers: 'true' - DeployDb: 'true' - DeployNlb: 'true' - DeployNlbVpcLink: 'true' - DeployPostgrest: 'true' - DeployProcessor: 'true' - DeployRestApi: 'true' - DeployRestApiDnsRecord: 'true' - DeployStack: 'true' + DeployAlb: 'false' + DeployAlbDnsRecord: 'false' + DeployBastionHost: 'false' + DeployBroker: 'false' + DeployContainers: 'false' + DeployDb: 'false' + DeployNlb: 'false' + DeployNlbVpcLink: 'false' + DeployPostgrest: 'false' + DeployProcessor: 'false' + DeployRestApi: 'false' + DeployRestApiDnsRecord: 'false' + DeployStack: 'false' DeployWaf: 'false' EnableWafRulesGeneral: 'false' EnableWafRulesRestApi: 'false' diff --git a/src/cloud-formation/deploy-indexer-main.yaml b/src/cloud-formation/deploy-indexer-main.yaml index 129cb4de7..141771925 100644 --- a/src/cloud-formation/deploy-indexer-main.yaml +++ b/src/cloud-formation/deploy-indexer-main.yaml @@ -1,19 +1,19 @@ --- parameters: BrokerImageVersion: '2.0.0' - DeployAlb: 'true' - DeployAlbDnsRecord: 'true' - DeployBastionHost: 'true' - DeployBroker: 'true' - DeployContainers: 'true' - DeployDb: 'true' - DeployNlb: 'true' - DeployNlbVpcLink: 'true' - DeployPostgrest: 'true' - DeployProcessor: 'true' - DeployRestApi: 'true' - DeployRestApiDnsRecord: 'true' - DeployStack: 'true' + DeployAlb: 'false' + DeployAlbDnsRecord: 'false' + DeployBastionHost: 'false' + DeployBroker: 'false' + DeployContainers: 'false' + DeployDb: 'false' + DeployNlb: 'false' + DeployNlbVpcLink: 'false' + DeployPostgrest: 'false' + DeployProcessor: 'false' + DeployRestApi: 'false' + DeployRestApiDnsRecord: 'false' + DeployStack: 'false' DeployWaf: 'false' EnableWafRulesGeneral: 'false' EnableWafRulesRestApi: 'false' diff --git a/src/cloud-formation/deploy-indexer-production.yaml b/src/cloud-formation/deploy-indexer-production.yaml index d293b7bbf..93a444d6a 100644 --- a/src/cloud-formation/deploy-indexer-production.yaml +++ b/src/cloud-formation/deploy-indexer-production.yaml @@ -4,19 +4,19 @@ parameters: BrokerImageVersion: '2.0.0' BrokerMemory: 2048 DbMaxCapacity: 8 - DeployAlb: 'true' - DeployAlbDnsRecord: 'true' - DeployBastionHost: 'true' - DeployBroker: 'true' - DeployContainers: 'true' - DeployDb: 'true' - DeployNlb: 'true' - DeployNlbVpcLink: 'true' - DeployPostgrest: 'true' - DeployProcessor: 'true' - DeployRestApi: 'true' - DeployRestApiDnsRecord: 'true' - DeployStack: 'true' + DeployAlb: 'false' + DeployAlbDnsRecord: 'false' + DeployBastionHost: 'false' + DeployBroker: 'false' + DeployContainers: 'false' + DeployDb: 'false' + DeployNlb: 'false' + DeployNlbVpcLink: 'false' + DeployPostgrest: 'false' + DeployProcessor: 'false' + DeployRestApi: 'false' + DeployRestApiDnsRecord: 'false' + DeployStack: 'false' DeployWaf: 'false' EnableWafRulesGeneral: 'false' EnableWafRulesRestApi: 'false'