Skip to main content
Skip table of contents

Deployment configuration

View configuration parameters

To view the current configuration:

  1. Visit the AWS CloudFormation Console.

  2. Ensure that you are in the correct region.

  3. Navigate to Stacks.

  4. Click on the Data Pipes stack (if you followed the docs, the name is datapipes).

  5. Click on the Parameters tab.

Now, you can see the configuration parameters.

Change deployment configuration parameters

To change the configuration parameters of Data Pipes:

  1. Visit the AWS CloudFormation Console.

  2. Ensure that you are in the correct region.

  3. Navigate to Stacks.

  4. Click on the Data Pipes stack (if you followed the docs, the name is datapipes).

  5. At the top right, click on Update.

  6. In the next step, just click Next.

  7. Now, you can change the configuration parameters.

  8. Click Next.

  9. In the next step, just click Next.

  10. At the bottom, check “I acknowledge that AWS CloudFormation might create IAM resources.”, check “I acknowledge that AWS CloudFormation might require the following capability: CAPABILITY_AUTO_EXPAND” and click Submit.

It can take several minutes for an update to finish!

List of all deployments configuration parameters

Parameter

Description

Default value

Allowed values

Required Parameters

CompanyName

Your company name. Use to differentiate specific resources within datapipes application.

 

Must be a valid email address.

EnvironmentName

Name of the Data Pipes environment (e.g: dev, test, prod, etc.). Used to differentiate instance if multiple Data Pipes application are deployed in the same account.

dev

Must contain only up to 5 characters in lower case

RemoteAccessCIDR

Trusted IPv4 CIDR block or VPC prefix list that is permitted remote access to your instances if desired in addition to AWS Systems Manager (SSM) access.

0.0.0.0/0

Must be an IPv4 CIDR block (x.x.x.x/x)

AvailabilityZones

List of Availability Zones to use for the subnets in the VPC. Availability Zones are used for this deployment.

 

Select at least two values from the list

EmailAddress

/!\ Email address is used to send the default ADMIN user password for the first connection and Data Pipes initial set-up.

 

 

VPC network configuration

NumberOfAZs

Number of Availability Zones to use in the VPC.

2 (recommended value)

This must match the value entered for the AvailabilityZones parameter.

VPCCIDR

CIDR block Data Pipes VPC creation.

10.0.0.0/20

CIDR block parameter must be in the form x.x.x.x/16-28

PrivateSubnet1CIDRCore

CIDR block for private subnet 1, located in Availability Zone 1.

10.0.1.0/24

CIDR block parameter must be in the form x.x.x.x/16-28

PrivateSubnet2CIDRCore

CIDR block for private subnet 2, located in Availability Zone 2.

10.0.2.0/24

CIDR block parameter must be in the form x.x.x.x/16-28

PrivateSubnet3CIDRCore

CIDR block for private subnet 3, located in Availability Zone 3. Required if NumberOfAZs is set to 3.

10.0.3.0/24

CIDR block parameter must be in the form x.x.x.x/16-28

PrivateSubnet1CIDRDatabase

CIDR block for private database subnet 1, located in Availability Zone 1.

10.0.4.0/24

CIDR block parameter must be in the form x.x.x.x/16-28

PrivateSubnet2CIDRDatabase

CIDR block for private database subnet 2, located in Availability Zone 2.

10.0.5.0/24

CIDR block parameter must be in the form x.x.x.x/16-28

PrivateSubnet1CIDRElasticache

CIDR block for the private subnet elasticache 1, located in Availability Zone 1.

10.0.6.0/24

CIDR block parameter must be in the form x.x.x.x/16-28

PrivateSubnet2CIDRElasticache

CIDR block for the private subnet elasticache 2, located in Availability Zone 2.

10.0.7.0/24

CIDR block parameter must be in the form x.x.x.x/16-28

PublicSubnet1CIDR

CIDR block for the public (DMZ) subnet 1, located in Availability Zone 1.

10.0.8.0/24

CIDR block parameter must be in the form x.x.x.x/16-28

PublicSubnet2CIDR

CIDR block for the public (DMZ) subnet 2, located in Availability Zone 2.

10.0.9.0/24

CIDR block parameter must be in the form x.x.x.x/16-28

PublicSubnet3CIDR

CIDR block for the public (DMZ) subnet 3, located in Availability Zone 3. Required if NumberOfAZs is set to 3.

10.0.10.0/24

CIDR block parameter must be in the form x.x.x.x/16-28

Amazon EKS cluster configuration

EKSCoreNodeInstanceType

EC2 instance type.

m5.large

m5.large, m5.xlarge

EKSCoreNumberOfNodes

Number of Amazon EKS node instances. Standard deployment include 3 nodes accross 2 AZs.

3

 

EKSCoreMaxNumberOfNodes

Maximum number of Amazon EKS node instances.

4

Minimum 3

No maximum

EKSCoreNodeGroupOS

Operating system to use for node instances. Choose "Bottlerocket" for the Amazon purpose-built container OS (unmanaged node groups only).

Bottlerocket

Amazon Linux 2, Bottlerocket

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.