Skip to content

Commit 602aa16

Browse files
committed
output format update
2 parents f7a8c09 + d080622 commit 602aa16

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ The following steps were tested on Ubuntu 20.04 but supposed to be valid for oth
104104
1. If everything goes well, you should get an output like this:
105105
```config
106106
107+
<<<<<<< HEAD
107108
108109
#####################################################################
109110
@@ -124,6 +125,13 @@ The following steps were tested on Ubuntu 20.04 but supposed to be valid for oth
124125
125126
126127
```
128+
=======
129+
To connect to created VM you may ssh -t [email protected] -i dmitry-DBLABserver-ec2instance.pem "sudo su -"
130+
To open embedded Community Edition UI https://dmitry-tf-test.aws.postgres.ai:446
131+
To open to DLE API https://dmitry-tf-test.aws.postgres.ai
132+
To open CI Checker API https://dmitry-tf-test.aws.postgres.ai:445
133+
```
134+
>>>>>>> d080622f47820bb8f4e66b76ffe1ec0d9f2c91f9
127135
128136
1. To verify result and check the progress, you might want to connect to the just-created EC2 machine using IP address or hostname from the Terraform output and ssh key from ssh_public_keys_files_list and/or ssh_public_keys_list variables. In our example, it can be done using this one-liner (you can find more about DLE logs and configuration on this page: https://postgres.ai/docs/how-to-guides/administration/engine-manage):
129137
```shell

outputs.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ locals {
5050
5151
#####################################################################
5252
53+
<<<<<<< HEAD
54+
=======
55+
To connect to created VM you may ssh ubuntu@${aws_instance.aws_ec2.public_ip} -i ${var.aws_deploy_ec2_instance_tag_name}.pem
56+
To open embedded Community Edition UI ${format("%s://%s:%s", "https",join("", aws_route53_record.dblab_subdomain.*.fqdn),"446")}
57+
To open to DLE API ${format("%s://%s", "https",join("", aws_route53_record.dblab_subdomain.*.fqdn))}
58+
To open DB Migration Checker API ${format("%s://%s:%s", "https",join("", aws_route53_record.dblab_subdomain.*.fqdn),"445")}
59+
>>>>>>> d080622f47820bb8f4e66b76ffe1ec0d9f2c91f9
5360
EOT
5461
}
5562
output "zzz_next_steps" {

0 commit comments

Comments
 (0)