Resource Gateway
A Resource Gateway is an Amazon Web Services networking construct in VPC Lattice that serves as the entry point for inbound traffic into the VPC where a given resource resides. It is deployed across multiple Availability Zones, and a VPC must have a resource gateway to receive this traffic. It is a network ingress mechanism rather than an identity or access-control component.
In AWS VPC Lattice, a Resource Gateway is the point of ingress that receives traffic into the VPC hosting a resource, spanning multiple Availability Zones per the AWS documentation. It is a network-level construct for directing inbound traffic to resources within a VPC; the official AWS documentation describes it strictly in terms of traffic ingress and Availability Zone coverage. Based on the available evidence, the Resource Gateway does not itself perform authentication, token validation, identity provider delegation, or runtime authorization enforcement (no PEP/PDP/PIP function is attributed to it in the source material). Any such access-control decisions would be handled by separate mechanisms and are out of scope for this construct as documented. Note: cross-region access patterns involving resource gateways appear only in community-authored material (AWS re:Post) and are not asserted here as an officially documented capability.
Why it matters
The Resource Gateway matters primarily as a network topology construct: within AWS VPC Lattice, a VPC must have a resource gateway in order to receive inbound traffic to the resources it hosts. For architects and network engineers building connectivity between VPCs and service networks, understanding that this construct is the mandated point of ingress is essential to designing reachable, highly available resource access paths. Because it spans multiple Availability Zones per the AWS documentation, it also factors into resilience planning for how traffic enters a VPC.
Equally important for an IAM audience is what the Resource Gateway is not. Despite the word 'gateway,' which in other contexts (such as API gateways) often implies inline security enforcement, the AWS documentation describes this construct strictly in terms of traffic ingress and Availability Zone coverage. It is not an identity or access-control component: the available evidence attributes no authentication, token validation, identity provider delegation, or runtime authorization (PEP/PDP/PIP) function to it. Security architects should not assume that placing a resource behind a Resource Gateway provides any access-control guarantees on its own.
Any authentication or authorization decisions governing access to resources reachable through a Resource Gateway must be implemented by separate mechanisms and are out of scope for this construct as documented. Treating the Resource Gateway as a network enabler rather than a policy enforcement point avoids a common and consequential design error, conflating reachability with authorization.
Who it's relevant to
Inside Resource Gateway
Common questions
Answers to the questions practitioners most commonly ask about Resource Gateway.
