Skip to content

Commit 8bdef5c

Browse files
authored
Update README.md
Clean up readme
1 parent 97f7ba9 commit 8bdef5c

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -308,27 +308,7 @@ In addition to the above configuration options, you can also specify the followi
308308
}
309309
```
310310

311-
Connecting to Amazon Neptune from clients outside the Neptune VPC using AWS Network [Load Balancer](https://aws-samples.github.io/aws-dbs-refarch-graph/src/connecting-using-a-load-balancer/#connecting-to-amazon-neptune-from-clients-outside-the-neptune-vpc-using-aws-network-load-balancer)
312-
313-
in addition to the above configuration options, you can also specify the following options:
314-
315-
### Amazon Neptune Proxy Connection
316-
317-
``` python
318-
%%graph_notebook_config
319-
{
320-
"host": "clustername.cluster-ididididid.us-east-1.neptune.amazonaws.com",
321-
"port": 8182,
322-
"ssl": true,
323-
"proxy_port": 8182,
324-
"proxy_host": "host.proxy.com",
325-
"auth_mode": "IAM",
326-
"aws_region": "us-east-1",
327-
"load_from_s3_arn": ""
328-
}
329-
```
330-
331-
Connecting to Amazon Neptune from clients outside the Neptune VPC using AWS Network [Load Balancer](https://aws-samples.github.io/aws-dbs-refarch-graph/src/connecting-using-a-load-balancer/#connecting-to-amazon-neptune-from-clients-outside-the-neptune-vpc-using-aws-network-load-balancer)
311+
See also: Connecting to Amazon Neptune from clients outside the Neptune VPC using AWS Network [Load Balancer](https://aws-samples.github.io/aws-dbs-refarch-graph/src/connecting-using-a-load-balancer/#connecting-to-amazon-neptune-from-clients-outside-the-neptune-vpc-using-aws-network-load-balancer)
332312

333313
## Authentication (Amazon Neptune)
334314

0 commit comments

Comments
 (0)