Warning | |
---|---|
This feature is no longer supported. Please do not install the |
D toc |
---|
In the Amazon AWS infrastructure, the
D s platform | ||
---|---|---|
|
...
Info |
---|
Tip: Instance sizes should be larger than |
Minimum | Recommended | |
---|---|---|
Cores | 8 | 16 |
RAM | 12 GB | 16 GB |
Disk space | 10 GB minimum | 10 GB minimum |
Info |
---|
NOTE: If you are publishing to S3, additional disk space should be reserved for a higher number of concurrent users or larger data volumes. For more information on fast upload to decrease disk requirements, see S3 Access in the Configuration Guide. |
...
Tip |
---|
Tip: Paths to values are listed below in JSON notation ( |
Value | Description | |
---|---|---|
replicaCount | Number of replica nodes of the
| |
image.repository | AWS path to the ECR image repository that you created. |
Configure SSL
By default, SSL is enabled, and a certificate is required.
...
- SSL security is served through the AWS LoadBalancer that serves the
.D s platform - For more information on the supported SSL configurations, see the
values.yaml
file provided in the
.D s item item helm package
- For more information on the supported SSL configurations, see the
- The SSL certificate must be issued for the FQDN of the
.D s platform
Value | Description |
---|---|
loadBalancer.ssl.certificateARN | The ARN for the SSL certificate in the AWS Certificate Manager. |
The certificate ARN value references the ARN stored in the AWS Certificate Manager, or you can import your own certificate into ACM. For more information, see https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html.
...
Info |
---|
NOTE: You should have reserved at least 10 GB for each mount point. |
Value | Description |
---|---|
nfs.conf.server | Host of the NFS server for the configuration mount point |
nfs.conf.path | On the conf server, the path to the storage area. Default is the root location. |
nfs.logs.server | Host of the NFS server for the logging mount point |
nfs.logs.path | On the conf server, the path to the storage area. Default is the root location. |
Databases
Value | Description | ||||||
---|---|---|---|---|---|---|---|
database.host | Host of the Amazon RDS databases
| ||||||
database.port | Port number through which to access the RDS databases. The default value is | ||||||
database.type | The type of database. Please leave this value as postgresql . |
D s triconf |
---|
Below you can specify values that are applied to
D s triconf |
---|
Value | Description | ||||
---|---|---|---|---|---|
triconfOverrides.aws.accountId | The AWS account identifier to use when connecting to AWS resources. | ||||
triconfOverrides.aws.credentialProvider | The type of credential provider to use for individuals authenticating to AWS resources.
Supported values:
Details are below. | ||||
triconfOverrides.aws.systemIAMRole | When the credential provider is set to temporary , this value defines the system-wide IAM role to use to access AWS. | ||||
triconfOverrides.aws.s3.key | When the credential is set to default , this value defines the AWS key to use for authentication. | ||||
triconfOverrides.aws.s3.secret | When the credential is set to default , this value defines the AWS secret for the AWS key. | ||||
triconfOverrides.aws.s3.bucket.name | The default S3 bucket to use.
|
After the platform is operational, you can apply additional configuration changes to this file through the command line or through the application. For more information, see Platform Configuration Methods in the Configuration Guide.
...
When enabled, a separate set of fluentd pods is launched to collect and forward
. D s item item logs
Value | Description | |||||
---|---|---|---|---|---|---|
fluentd.enabled | When set to You can specify value overrides to fluentd chart in the following manner:
See | |||||
fluentd-daemonset.enabled | When set to |
If either of the above fluentd logging options is enabled, the following must be specified:
Value | Description |
---|---|
global.cluster.name | This value is the name of the EKS cluster that you created. |
global.cluster.region | This value is the name of the region where the EKS cluster was created. |
Configure fluentd
Optionally, you can enable fluentd to collect application logs.
...