@@ -14,13 +14,13 @@ application on an EKS cluster.
1414 * The application does not work without credentials supplied by sales
1515* Access to our public helm-charts repository
1616
17- This deployment will create the following resources:
17+ The full deployment will create the following resources:
1818
1919* AWS VPC
20- * AWS subnet
20+ * AWS subnets
2121* AWS S3 bucket for clickhouse backups
22- * AWS external load balancer
23- * AWS ACM certificate, unless preregistered and provided
22+ * AWS Application Load Balancer
23+ * AWS ACM certificate
2424* Three EBS volumes for local data storage
2525* AWS RDS Postgres database
2626* An EKS cluster
@@ -108,20 +108,7 @@ be consistent at least.
108108
109109### Initializing the application
110110
111- The deployment is created and the initjob should have created the databases and done the
112- initialization of the site settings.
113-
114- If that didn't complete successfully, try to restart the job.
115-
116- Once the deployment is complete and the initjob succeeded, we can set the install to that for false in config.yaml:
117-
118- ```
119- initjob:
120- install: false
121- ```
122-
123- Alternatively, here are the manual
124- steps to achieve the same:
111+ Herea are the steps to initialize databases and the initial site settings:
125112
126113Establish a shell into the ` <deployment>-dfshell ` container.
127114It is likely that the scheduler and server containers are crashing in a loop.
@@ -188,6 +175,12 @@ https://aws.amazon.com/blogs/security/defense-in-depth-open-firewalls-reverse-pr
188175
189176https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html#imds-considerations
190177
178+ ## More information
179+
180+ You can get more information from our documentation site:
181+
182+ https://docs.datafold.com/datafold-deployment/dedicated-cloud/aws
183+
191184
192185<!-- BEGIN_TF_DOCS -->
193186
0 commit comments