Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 21, 2026
1 parent 311c098 commit 9106899
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions aws/documentation/transit-gateway/vpc-endpoints.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9106899

Please sign in to comment.