You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- AWS [Route 53](https://aws.amazon.com/route53/) Hosted Zone (For setting up TLS) for a domain or sub-domain you control
16
16
- You must have AWS Access Keys and a default region in your Terraform environment (See section on required IAM Permissions)
17
-
- The DLE runs on an EC2 instance which can be accessed using a selected set of SSH keys uploaded to EC2. Use the Terraform parameter `keypair` to specify which EC2 Keypair to use
17
+
- The DLE runs on an EC2 instance which can be accessed using a selected set of SSH keys uploaded to EC2. Use the Terraform parameter `aws_keypair` to specify which EC2 Keypair to use
18
18
- Required IAM Permissions: to successfully run this Terraform module, the IAM User/Role must have the following permissions:
19
19
* Read/Write permissions on EC2
20
20
* Read/Write permissions on Route53
@@ -33,8 +33,8 @@ Your source PostgreSQL database can be located anywhere, but DLE with other comp
33
33
## Quick start
34
34
The following steps were tested on Ubuntu 20.04 but supposed to be valid for other Linux distributions without significant modification.
35
35
36
-
1. SSH to any machine with internet access, it will be used as deployment machine
37
-
1. Install Terraform https://learn.hashicorp.com/tutorials/terraform/install-cli. Example for Ubuntu:
36
+
1. SSH to any machine with internet access, it will be used as deployment machine
37
+
1. Install Terraform https://learn.hashicorp.com/tutorials/terraform/install-cli. Example for Ubuntu:
1. Add Joe chatbot for efficient SQL optimization workflow:
124
130
1. Go to the "SQL Optimization > Ask Joe" page using the left menu, click the "Add instance" button, specify the same project as you defined in the previous step
125
-
1. `Signing secret` – use `joe_signing_secret` from the Terraform output
131
+
1. `Signing secret` – use `platform_joe_signing_secret` from the Terraform output
126
132
1. `URL` – use `public_dns_name` values from the Terraform output with port `444`;in our example, it's `https://demo-api-engine.aws.postgres.ai:444`
127
133
1. Press "Verify URL" to check connectivity and then press "Add". You should see:
0 commit comments