1

I am dealing with communication between microservices.
Microservice A - Angular6/django
Microservice B - NodeJS

My Microservice A is in company network and Microservice B is in AWS.
we need to find a way to communicate between them securely like using VPN or other encryption.
what is the best way to architecture this communication?

6
  • https perhaps ?
    – jfriend00
    Oct 20, 2019 at 7:00
  • but my microservice A is in my company's network and it's not communication between AWS. Actually i'm not sure, if https is possible can you tell how? Oct 20, 2019 at 7:07
  • i'm just trying for my internship, they said that they can't figure this out so if i can solve this problem i will get internship there. and i said about https the moment they asked me but about are the replies i got from the project manager!! @jfriend00 Oct 20, 2019 at 7:12
  • If the company network has internet access, then you should be able to make an https connection from A (on company network) to B (at AWS). If the company network doesn't have internet access, then I don't know what you expect us to help you with. You need network connectivity first.
    – jfriend00
    Oct 20, 2019 at 7:12
  • yes, they will be having internet access!! @jfriend00 Oct 20, 2019 at 7:27

0

You must log in to answer this question.

Browse other questions tagged .