mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
feat: Add OCI awareness across agents and skills
Adds awareness of Oracle Cloud Infrastructure to any plugin that referenced at least two of the major cloud vendors already. Skills updated to include OCI services. Also updated some of the other cloud references. Signed-off-by: Avi Miller <me@dje.li>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Dedicated Connectivity Comparison
|
||||
|
||||
## Private Connectivity Options
|
||||
|
||||
| Provider | Service | Typical Use |
|
||||
| -------- | ------- | ----------- |
|
||||
| AWS | Direct Connect | Private connectivity into VPCs and Transit Gateway domains |
|
||||
| Azure | ExpressRoute | Dedicated enterprise connectivity into VNets and Microsoft services |
|
||||
| GCP | Cloud Interconnect | Dedicated or partner connectivity into VPCs |
|
||||
| OCI | FastConnect | Private connectivity into VCNs through DRG attachments |
|
||||
|
||||
## Design Guidance
|
||||
|
||||
1. Prefer redundant circuits in separate facilities for production workloads.
|
||||
2. Terminate private links into central transit or hub networking layers.
|
||||
3. Use VPN as backup even when dedicated links are primary.
|
||||
4. Validate BGP advertisements, failover behavior, and MTU assumptions during testing.
|
||||
Reference in New Issue
Block a user