Tag:vpc
All the articles with the tag "vpc".
Public and Private APIs Segregation
Posted on:March 17, 2025 at 12:00 AMIn microservices architectures, teams often build and manage internal services and want to make them available as private API endpoints and at the same time there are endpionts publicly expose those endpoints through a centralized API gateway where security protections are centrally managed. These API endpoints allow both internal and external users to leverage the functionality of those applications.