Spreading MongoDB across EC2 regions

前端 未结 5 1407
孤城傲影
孤城傲影 2021-02-03 13:15

I want to distribute a sharded/replicated MongoDB setup across multiple of Amazon\'s EC2 regions. Is this traffic already encrypted by MongoDB or can I optionally set this up? O

5条回答
  •  执念已碎
    2021-02-03 14:12

    You're on your own with encrypting data transfered between EC2 regions. Amazon does not guarantee them to be connected with private channels so you have to assume they are going over the public networks.

提交回复
热议问题