forked from diegoecab/oci-deal-accelerator
- gen_demo_deck.py: Generates 11-slide demo presentation using Oracle FY26 template. LLM-agnostic messaging (works on Claude, Codex, GPT, Gemini). Before/After comparison, 14 live prompts in table format. - examples/output-demo-pharma-mx/: Complete deliverable set for a pharma migration scenario (ExaCS X6 → OCI ExaCS X11M, dual-region DR, SOX). One file per skill option (1-14): pptx, drawio, pdf, xlsx, json, yaml. - Improved prompts: richer discovery context (SOX compliance, dual FastConnect, Hub-Spoke, OCI Vault), intentionally flawed arch for WA review (1/23 passed), DEP field findings, ECAL gap analysis. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
55 lines
1.5 KiB
YAML
55 lines
1.5 KiB
YAML
# Prompt 2: Architecture diagram
|
|
# ExaCS dual-region with Data Guard, Hub-Spoke, dual FastConnect
|
|
|
|
title: "PharmaCorp Mexico — ExaCS Migration Architecture"
|
|
|
|
regions:
|
|
- name: "Queretaro (Primary)"
|
|
availability_domains:
|
|
- name: "AD-1"
|
|
subnets:
|
|
- name: "DB Subnet (Private)"
|
|
services:
|
|
- name: "ExaCS X11M"
|
|
type: "database"
|
|
notes: "3 DBs: EBS R12, SAP, DW"
|
|
- name: "App Subnet (Private)"
|
|
services:
|
|
- name: "EBS App Tier"
|
|
type: "compute"
|
|
- name: "Bastion"
|
|
type: "security"
|
|
- name: "Public Subnet"
|
|
services:
|
|
- name: "WAF"
|
|
type: "security"
|
|
notes: "Protects EBS web tier"
|
|
hub_services:
|
|
- name: "DRG"
|
|
type: "networking"
|
|
- name: "OCI Vault"
|
|
type: "security"
|
|
- name: "OCI Audit + Logging"
|
|
type: "observability"
|
|
|
|
- name: "Sao Paulo (DR)"
|
|
availability_domains:
|
|
- name: "AD-1"
|
|
subnets:
|
|
- name: "DB Subnet (Private)"
|
|
services:
|
|
- name: "ExaCS Standby"
|
|
type: "database"
|
|
notes: "Data Guard: EBS + SAP"
|
|
|
|
connections:
|
|
- from: "Mexico City DC"
|
|
to: "DRG (Queretaro)"
|
|
type: "FastConnect 10Gbps Dual"
|
|
- from: "ExaCS X11M"
|
|
to: "ExaCS Standby"
|
|
type: "Data Guard (async redo)"
|
|
- from: "DRG"
|
|
to: "Sao Paulo VCN"
|
|
type: "Remote peering"
|