From 910689956f8b9a6060424be07f6fcd2c38d9cf9d Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 21 Jul 2026 15:53:54 -0400 Subject: [PATCH] initial --- .../transit-gateway/vpc-endpoints.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 aws/documentation/transit-gateway/vpc-endpoints.md diff --git a/aws/documentation/transit-gateway/vpc-endpoints.md b/aws/documentation/transit-gateway/vpc-endpoints.md new file mode 100644 index 00000000..d9f27cc8 --- /dev/null +++ b/aws/documentation/transit-gateway/vpc-endpoints.md @@ -0,0 +1,49 @@ +# VPC Interface Endpoints + +# Contents + +* [Usage: AWS CLI](#aws-cli) +* [Usage: AWS Boto3 Python](#aws-boto3-python) + * [Enterprise Internal](#enterprise-internal) | [east](#enterprise-internal-us-gov-east-1) | [west](#enterprise-internal-us-gov-west-1) + * [Enterprise DMZ](#enterprise-dmz) | [east](#enterprise-dmz-us-gov-east-1) | [west](#enterprise-dmz-us-gov-west-1) + +# About + +* Enterprise Internal +* Enterprise DMZ +* Lab Internal +* Lab DMZ + +It is expected that we will put these values into an AWS System Manager Parameter in the near future. When that happens, +details on accessing it will be listed in this document. + +## Enterprise Internal + +### Enterprise Internal: us-gov-east-1 + +| Service | Value | +|------|-------| +| execute-api | vpce-01e9ec76f02f979b4 | + +### Enterprise Internal: us-gov-west-1 + +| Service | Value | +|------|-------| +| execute-api | vpce-0ca8605d18c21d901 | + +## Enterprise DMZ + +### Enterprise DMZ: us-gov-east-1 + +### Enterprise DMZ: us-gov-west-1 + +# Usage + +## AWS CLI + +```script + +# CHANGELOG + +* 1.0.0 -- 2026-07-21 + - created file