-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |