aki-ito
aki-ito
Thanks. By disabling TLS, I was able to transfer data even if I changed the nodes in the above **td-agent.conf** to cluster endpoints. Is this not recommended?
> Don't send raw data through the internet. Your data would be eavesdropped from strangers.... I disabled TLS because it is complete within the VPC.
> How about specifying TLS related parameters? > ssl_cert > ssl_key > ssl_key_pass_phrase > ssl_verify > ssl_ca_cert I added the following parameters based on the Ruby code in [the link](https://docs.aws.amazon.com/ja_jp/documentdb/latest/developerguide/connect_programmatically.html),...