<?xml version="1.0" encoding="UTF-8"?>
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://petertconti.com</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/hero-1.webm</image:loc>
      <image:title>Background Hero Video</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/services/high-intent-data-performance-automation</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/integrations_hero-2048x1408.webp</image:loc>
      <image:title>Conti Digital - Implementations Service Hero Image</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/services/bespoke-product-engineering</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/software-engineering-hero-2048x1143.webp</image:loc>
      <image:title>Software Engineering Hero Image</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/services/enterprise-cloud-migrations-rescues</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/application-migration-hero-2048x1474.webp</image:loc>
      <image:title>Cloud Application Migration Hero Image</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/services/fractional-cto-technical-leadership</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/cost-optimization-hero-2048x1461.webp</image:loc>
      <image:title>Cloud Cost Optimization Hero Image</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/services/infrastructure-as-code-cloud-security</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/iac-hero-2048x1367.webp</image:loc>
      <image:title>Infrastructure As Code Hero Image</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/services/custom-high-ticket-e-commerce</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/high-ticket-commerce-platform-hero-2048x1153.webp</image:loc>
      <image:title>A controlled order journey through a luxury commerce operation</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/case-studies/confidential-client-case-study</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/confidential-client-project-aws-topology-2048x1038.webp</image:loc>
      <image:title>Confidential Energy Registry Architecture</image:title>
      <image:caption>Lead architect on a regulated energy-sector certificate registry. Designed and built the replacement for a managed SaaS ledger platform with a client-owned PostgreSQL system. Five database-owned write functions hold the entire authoritative mutation surface. Append-only canonical ledger with a blockchain-style UTXO model and double-entry credit/debit postings, validated by a comprehensive integration test suite against real PostgreSQL.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/confidential-client-project-aws-topology-2048x1038.webp</image:loc>
      <image:title>Confidential Client Project - Production AWS toplogy mermaid Diagram</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/01-mutation-surface-v2-2048x1910.webp</image:loc>
      <image:title>Authoritative mutation surface for the certificate registry: every write flows through five SECURITY DEFINER PostgreSQL functions; EXECUTE is REVOKEd from PUBLIC, anon, and authenticated; the service role is granted EXECUTE on those five functions only. Invariants enforced via database-level CHECK and UNIQUE constraints plus commit-time triggers. Canonical tables are append-only.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/02-utxo-block-lineage-v2-2048x902.webp</image:loc>
      <image:title>UTXO certificate block lineage worked example: mint 100 units to account A, then transfer 30 units from A to B. The transfer consumes parent block 1 and produces two child blocks (block 2 in B with 30 units, block 3 in A with 70 units); the parent-to-child link is recorded in consumed_inputs. Triggers enforce: child volumes sum to parent volume, child ranges are contiguous and non-overlapping, consumed parent never queries as unspent.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/03-double-entry-postings-2048x1494.webp</image:loc>
      <image:title>Double-entry posting and commit-time validation: every mutation function writes paired credit and debit rows on credits_debits that sum to zero per (transaction_id, asset). A deferred constraint trigger fires at commit, computes SUM(volume) per (txn, asset), and either passes (transaction commits) or raises POSTING_IMBALANCE (transaction rolls back).</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/confidential-client-project-security-compliance-analysis-2048x435.webp</image:loc>
      <image:title>Confidential Client Project - Security &amp; Compliance Analysis Diagram</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/04-deterministic-locking-2048x2777.webp</image:loc>
      <image:title>Deterministic locking eliminates cross-transaction deadlocks: parallel transfers A→B and B→A both call the lock helper which sorts UUIDs to identical [A, B] order; T1 acquires the locks first, T2 queues; T1 commits and releases; T2 then runs and either commits or rolls back with INSUFFICIENT_TOTAL_BALANCE. Concurrency suite asserts: two parallel 80-unit transfers from a 100-unit source serialize correctly with no phantom double-spend.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/05-reconciliation-checks-v2-2048x1611.webp</image:loc>
      <image:title>Read-only reconciliation function as a first-class production health check, fired on a 5-minute CloudWatch schedule and via operations CLI. Runs four orthogonal drift checks (spent-input invariant, balance drift, asset conservation, posting balance) and emits a JSON report. Lock-free; passing run posts a CloudWatch metric, failing run fires an SNS alarm to on-call.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/confidential-client-project-cicd-access-pattern-2048x654.webp</image:loc>
      <image:title>Confidential Client Project - CICD Access Pattern Mermaid Diagram</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/case-studies/petertconti-consulting-platform</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/conti-og-2048x2048.webp</image:loc>
      <image:title>Peter T Conti Consulting Platform</image:title>
      <image:caption>The consulting practice&apos;s own site, built as the reference architecture for what the practice sells. Same Next.js + Payload + Postgres + ECS Fargate + Terraform stack as the anchor engagement. STS-only IAM, no long-lived credentials anywhere. Cost-tuned to run for a small fraction of the naive default AWS footprint, with full editorial workflow operated as code.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/01-runtime-topology-2048x1317.webp</image:loc>
      <image:title>petertconti.com runtime topology: Next.js 16 frontend built with OpenNext and served from Lambda behind CloudFront (with a CloudFront Function handling apex redirect plus the OpenNext RSC cache key); Payload CMS 3.82 backend on ECS Fargate behind an Application Load Balancer; RDS PostgreSQL in private database subnets; S3 media bucket fronted by a separate CloudFront distribution; identity is STS-only via GitHub OIDC for CI and ECS task role at runtime, with no long-lived AWS credentials anywhere.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/01-runtime-topology-1-2048x1317.webp</image:loc>
      <image:title>petertconti.com runtime topology: Next.js 16 frontend built with OpenNext and served from Lambda behind CloudFront (with a CloudFront Function handling apex redirect plus the OpenNext RSC cache key); Payload CMS 3.82 backend on ECS Fargate behind an Application Load Balancer; RDS PostgreSQL in private database subnets; S3 media bucket fronted by a separate CloudFront distribution; identity is STS-only via GitHub OIDC for CI and ECS task role at runtime, with no long-lived AWS credentials anywhere.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/petertconti-cicd-diagram-2048x686.webp</image:loc>
      <image:title>Peter T Conti Consulting Platform CICD Pipeline Diagram</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/case-studies/fines-gallery-platform-modernization</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-og-2048x1560.webp</image:loc>
      <image:title>Fine&apos;s Gallery Platform Modernization</image:title>
      <image:caption>Fine’s Gallery began with a catalog-only website: customers could browse thousands of high-value products, but they could not complete payment online. Sales happened through staff, phone, email, showroom conversations, FileMaker, and disconnected vendor tools. I built the first transactional commerce and operations platform inside the client’s own AWS Organization. It now supports millions in annual revenue, including six-figure monthly commerce volume; migrated 28,062 invoices and more than 20 years of operating history without loss or duplicate invoice numbers; and cut over with zero downtime. The custom quote, deposit, ACH, wire, check, signature, fulfillment, acquisition-feed, and staff workflows are now operated through a Fractional CTO retainer.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-og-2048x1560.webp</image:loc>
      <image:title>Fine&apos;s Gallery Logo</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-sales-dashboard-original-2048x1044.webp</image:loc>
      <image:title>Fines Gallery Custom Sales Dashboard / Control Center</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-analytics-2048x1254.webp</image:loc>
      <image:title>Fine&apos;s Gallery User Acquisition Analytics</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/01-aws-topology-4-2048x1602.webp</image:loc>
      <image:title>Sovereign client-owned AWS Organization topology: WAFv2 + CloudFront edge, ECS Fargate application tier, RDS PostgreSQL + S3 data tier, SQS + Lambda async backbone with EventBridge / MediaConvert / outbox publisher, KMS / IAM / Secrets Manager security, and first-party integrations with Stripe / DocuSign / Klaviyo / GMC / GA4 / Pinterest / CallRail.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/03-system-context-4-2048x639.webp</image:loc>
      <image:title>System context for the Fine&apos;s Gallery commerce platform: customers and staff interact with the storefront and admin surface; the backend composes order state, invoicing, payment ledger, and the async backbone, and integrates with Stripe / DocuSign / Klaviyo / GMC / GA4 / Pinterest / CallRail.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-order-state-machine-2048x879.webp</image:loc>
      <image:title>Fine&apos;s Gallery Order State Machine</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/02-async-backbone-4-2048x2153.webp</image:loc>
      <image:title>Async backbone: producers (web requests, EventBridge Scheduler, third-party webhooks) publish to 5 SQS queues; 5 Lambda workers consume them with typed task contracts; each queue has a DLQ wired into CloudWatch alarms; an outbox publisher republishes any operation stuck in pending or unknown delivery state.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-gallery-order-to-cash-diagram-2048x625.webp</image:loc>
      <image:title>Fine&apos;s Gallery Order to Cash Mermaid Diagram</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/blog/sovereign-ai-agent</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/sovereign-ai-agent-hero-2048x1269.webp</image:loc>
      <image:title>The Sovereign AI Agent: Production Ops in an Account You Own</image:title>
      <image:caption>Deploy AI agents that manage real AWS infrastructure. An AWS architect explains production operations automation in client-owned accounts without vendor lock-in.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/conti-agent-hitl-approval-2048x730.webp</image:loc>
      <image:title>Conti Digital - Conti Agent Human In The Loop Approval</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/conti-agent-cost-ops-1-2048x1896.webp</image:loc>
      <image:title>Conti Digital - Conti Agent AWS Cost Ops Demonstration</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/conti-agent-workflow-architecture-2048x1424.webp</image:loc>
      <image:title>Conti Digital - Conti Agent Architecture Diagram</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/blog/replacing-a-20-year-filemaker-invoicing-system-with-a-platform-native-commerce-workflow</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-og-2048x1560.webp</image:loc>
      <image:title>Replacing a 20-Year FileMaker Invoicing System With a Platform-Native Commerce Workflow</image:title>
      <image:caption>How Fine’s Gallery replaced a 20-year FileMaker invoicing system: 28,062 records migrated, zero duplicates, zero downtime, and a platform-native workflow.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines_invoicing_vs_filemaker-2048x829.webp</image:loc>
      <image:title>Side-by-side comparison: the legacy FileMaker invoice view used by Fines Gallery for over two decades (left) and the new Payload-backed invoice editor (right) that replaced it.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/01-architecture-overview-2048x970.webp</image:loc>
      <image:title>Architecture overview: FileMaker export through importer + audit scripts to Payload Invoices, then through a single InvoiceService composing with Orders, Payments, PDFs, Stripe Tax, and DocuSign.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/02-found-set-sequence-2048x969.webp</image:loc>
      <image:title>Sequence: Staff search and navigate; UI requests count + lean window from Postgres; on cursor land, UI requests full record from Payload; autosave back to Payload.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/03-data-model-er-2048x2703.webp</image:loc>
      <image:title>ER diagram showing Invoices (with invoiceNumber, invoiceSource, stage, totals, deposit, PDF token version) related to Orders, Invoice Items, Payments, and Documents.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/04-shared-planning-layer-2048x1237.webp</image:loc>
      <image:title>Flowchart: Invoice record feeds a shared planning layer that drives the admin editor preview, the PDF renderer, and a readiness-warnings panel staff resolves before print.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines_invoicing_classic_pdf-2048x2588.webp</image:loc>
      <image:title>The legacy FileMaker-generated quote/invoice PDF Fines Gallery sent to customers for over twenty years — the document format the replacement had to match exactly.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines_invoicing_new_pdf-2048x2588.webp</image:loc>
      <image:title>The new platform-generated invoice PDF: rendered from the shared invoice planning layer used by both the admin editor preview and the PDF renderer, preserving the recognizable structure of the legacy FileMaker quote form.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/05-migration-process-2048x8598.webp</image:loc>
      <image:title>Migration flowchart from production clone through audit, import, repair, ledger audit, backfill, final audit, deploy, smoke test, and post-deploy divergence monitoring.</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/06-invoice-sync-sequence-2048x690.webp</image:loc>
      <image:title>Sequence: Staff edits invoice; InvoiceService recomputes totals, calls Stripe Tax, creates or updates Order, reconciles deposit from payments; staff generates a signed customer PDF link.</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/blog/building-a-google-merchant-center-sync-engine-plugin-for-payload-cms</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/payload-gmc-plugin-conti-digital-2048x1141.webp</image:loc>
      <image:title>Building a Google Merchant Center Sync Engine Plugin for Payload CMS</image:title>
      <image:caption>How the open-source Payload CMS Google Merchant Center plugin synchronizes a 5,400-product catalog supporting six-figure monthly Shopping volume.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/payload-gmc-plugin-architecture-mermaid-diagram-2048x1430.webp</image:loc>
      <image:title>Conti Digital - Payload CMS GMC Plugin Architecture Overview Mermaid Diagram</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/payload-gmc-plugin-product-controls-2048x1658.webp</image:loc>
      <image:title>Conti Digital - Payload CMS GMC Plugin - Product Sync Controls</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/payload-gmc-plugin-sync-status-2048x1243.webp</image:loc>
      <image:title>Conti Digital - Payload GMC Plugin Sync Status image</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-search-2-2048x963.webp</image:loc>
      <image:title>Conti Digital - Fine&apos;s Gallery Google Shopping Marketing Dominance 2</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/google-shopping-hero-2048x1028.webp</image:loc>
      <image:title>Conti Digital - Google Shopping for High Ticket Ecommerce Hero Image</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-search-3-2048x1145.webp</image:loc>
      <image:title>Conti Digital - Fine&apos;s Gallery Google Shopping Marketing Dominance 3</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/blog/building-a-production-grade-ga4-analytics-plugin-for-payload-cms</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/payload-plugin-ga4-ecommerce-2048x1075.webp</image:loc>
      <image:title>Building a Production-Grade GA4 Analytics Plugin for Payload CMS</image:title>
      <image:caption>How the open-source Payload CMS GA4 plugin delivers cached reporting, rate limiting, and production analytics for a custom commerce platform.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/payload-analytics-plugin-view-2048x1075.webp</image:loc>
      <image:title>Conti Digital - Payload GA4 Analytics Plugin Admin View</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/payload-ga4-plugin-product-analytics-2048x1685.webp</image:loc>
      <image:title>Conti Digital - Payload GA4 Analytics Plugin - Product-Level Analytics</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/blog/google-shopping-for-high-ticket-ecommerce-the-fines-gallery-playbook</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/google-shopping-hero-2048x1028.webp</image:loc>
      <image:title>Google Shopping for High-Ticket Ecommerce: The Fine&apos;s Gallery Playbook</image:title>
      <image:caption>How Fine’s Gallery turned a 5,400-product catalog into a Google Shopping demand engine for a custom high-ticket ecommerce platform.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-gallery-product-approvals-2048x2624.webp</image:loc>
      <image:title>Conti Digital - Fine&apos;s Gallery Platform Merchant Center Integration Product Approval Diagram</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-analytics-1-2048x2568.webp</image:loc>
      <image:title>Conti Digital - Fine&apos;s Gallery Shopping Integration Analytics 1</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-analytics-2-2048x951.webp</image:loc>
      <image:title>Conti Digital - Fine&apos;s Gallery Shopping Integration Analytics 2</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-analytics-3-2048x2193.webp</image:loc>
      <image:title>Conti Digital - Fine&apos;s Gallery Shopping Integration Analytics 3</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-search-2-2048x963.webp</image:loc>
      <image:title>Conti Digital - Fine&apos;s Gallery Google Shopping Marketing Dominance 2</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/fines-search-3-2048x1145.webp</image:loc>
      <image:title>Conti Digital - Fine&apos;s Gallery Google Shopping Marketing Dominance 3</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/blog/the-saas-ceiling-why-high-ticket-brands-need-sovereign-commerce-infrastructure</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/abstract_background-2048x3084.webp</image:loc>
      <image:title>The SaaS Ceiling: Why High-Ticket Brands Need Sovereign Commerce Infrastructure</image:title>
      <image:caption>When standard SaaS checkout stops fitting high-ticket sales—and how to evaluate custom quotes, deposits, payment rails, workflow ownership, and AWS.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/saas-vs-custom-2048x3585.webp</image:loc>
      <image:title>Conti Digital - SAAS High-Ticket Ecommerce vs Custom Mermaid Diagram</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/ecommerce-order-workflow-2048x3040.webp</image:loc>
      <image:title>Conti Digital - Proven High Ticket Ecommerce Workflow</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/ecommerce-high-ticket-workflow-2-2048x1926.webp</image:loc>
      <image:title>Conti Digital - High Ticket Ecommerce Order Workflow Diagram 2</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/ecommerce-system-design-2048x1754.webp</image:loc>
      <image:title>Conti Digital - High Ticket Ecommerce High-Level System Design Diagram</image:title>
    </image:image>
  </url>
  <url>
    <loc>https://petertconti.com/blog/stop-renting-your-revenue-engine-the-sovereign-infrastructure-blueprint-for-high-end-e-commerce</loc>
    <image:image>
      <image:loc>https://media.petertconti.com/media/integrations_hero-2048x1408.webp</image:loc>
      <image:title>Stop Renting Your Revenue Engine: The Sovereign Infrastructure Blueprint for High-End E-Commerce</image:title>
      <image:caption>A practical architecture for luxury and high-ticket brands that need to own ecommerce workflows, data, integrations, and AWS infrastructure.</image:caption>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/client_aws_organization_setup-2048x696.webp</image:loc>
      <image:title>Conti Digital - Client AWS Organization Setup Diagram</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/deployment_security-2048x717.webp</image:loc>
      <image:title>Conti Digital - Client AWS Infrastructure Deployment Control Diagram</image:title>
    </image:image>
    <image:image>
      <image:loc>https://media.petertconti.com/media/client_state_security-2048x778.webp</image:loc>
      <image:title>Conti Digital - Client AWS Infrastructure State Security Diagram</image:title>
    </image:image>
  </url>
</urlset>