Linking Container in AWS Fargate

后端 未结 2 558
借酒劲吻你
借酒劲吻你 2021-02-01 14:45

I try to setup a little example on AWS Fargate and try to have one application container with one database container there.

The task definition starts both containers, b

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-01 15:46

    You can probably set it up so the services can communicate over the public IP address with each other, then secure the ports using a VPC only the services can communicate with themselves on.

提交回复
热议问题