Cloud Security & DevSecOps Engineer

Peter Christian Agbenyega

Cloud Security & DevSecOps Engineer

AWS Solutions Architect - Professional AWS Security Specialty SCS-C02 AWS Solutions Architect Associate

Designing secure, scalable cloud infrastructure that reduces American exposure to cloud misconfiguration and weak deployment controls across business, community, and software supply chain environments.

3 AWS Certifications Including Security Specialty
6 Public Architecture Repositories AWS, Terraform, DevSecOps
15 Pipeline Gates From scan to approved deploy
MS Cloud Computing UMGC Graduate Study

The National Security Challenge

Cloud Misconfiguration Remains One of the Most Preventable Cyber Risks

IBM's Cost of a Data Breach Report 2024 found that the global average breach cost reached $4.88 million, up from $4.45 million the year before, while 82% of studied breaches involved data stored in cloud environments. CISA separately warns that unprotected and misconfigured cloud services are common targets for threat actors because poor configurations can enable sensitive data theft and even cryptojacking.

$4.88M Average global breach cost in IBM's July 30, 2024 report
82% Of studied breaches involved cloud-stored data
99.9% Of U.S. businesses are small businesses per SBA Office of Advocacy

The Infrastructure Security Response

Open Reference Architectures for Safer Cloud Adoption

Peter Agbenyega designs and publishes reusable cloud security reference work built around AWS, Terraform, and DevSecOps controls. The emphasis is practical: network segmentation, identity boundaries, policy enforcement, secure CI/CD, and deployment patterns that reduce the chance of avoidable configuration failures from the start.

His public repositories show both infrastructure breadth and maturity honesty. Mature work is presented as mature. Early-stage work is presented as a foundation. That distinction matters in technical review and in legal review.

View Public Reference Architectures

Portfolio Mission

Public Interest and Technical Evidence

This portfolio documents independent public-interest technical work focused on secure cloud architecture, DevSecOps automation, Kubernetes hardening, multi-region resilience, and secure AI infrastructure. The goal is to make cloud-security patterns easier to study, review, and adapt by technical teams working to reduce misconfiguration risk and strengthen digital resilience.

This portfolio uses AWS as the primary implementation and documentation environment, with Azure and Google Cloud concepts mapped where appropriate. The purpose is to document secure cloud architecture patterns, security controls, resilience planning, and DevSecOps automation as public-interest technical reference work.

Reference Architecture Portfolio

Secure Infrastructure Patterns for American Organizations

Each project below documents a specific security or resilience pattern: hardened landing zones, controlled networking, secure CI/CD, Kubernetes foundations, or continuity-oriented infrastructure design.

Secure Cloud Baseline AWS Account Boundary Users WAF / Load Balancer Public Subnet Private App Tier Data Tier Logging / Monitoring Security Evidence Review

Secure Cloud Baseline Architecture

Repository: ResilientOps-Cloud-Architecture

Reference architecture diagram — educational/public-interest use.

Terraform-based AWS baseline showing segmented networking, controlled ingress, private application placement, data-tier separation, and centralized logging.

Terraform AWS VPC Auto Scaling
Enterprise Resilience Public
View Architecture
Kubernetes Security Reference Kubernetes Platform Boundary Developer Source Control CI/CD Image Scan Gate Container Registry K8s Control Plane Private Workers Namespace / RBAC / NetworkPolicy Observability / Logging

Kubernetes Security Reference Architecture

Reference architecture diagram — educational/public-interest use.

Problem statement. Kubernetes platforms introduce avoidable risk when cluster access, workload boundaries, and image controls are not defined from the start.

Technical contribution. This reference architecture maps a secure delivery path from source control and image scanning into the control plane, private worker nodes, secrets handling, RBAC, and NetworkPolicy-based isolation.

Public benefit. It provides a reusable baseline that smaller teams can study before operating containerized workloads in cloud environments.

EKS Kubernetes RBAC
Container Security Foundation Stage
View Architecture
Cloud Security Controls Framework Security Controls Layer Identity & Access Network Controls Encryption Logging Detection / Response Compliance Mapping Remediation Backlog / Evidence

Cloud Security Controls Framework

Reference architecture diagram — educational/public-interest use.

Problem statement. Cloud security programs often struggle to show how identity, network, encryption, detection, and compliance controls connect as a single reviewable framework.

Technical contribution. This reference architecture organizes least-privilege identity design, network controls, KMS-backed encryption, logging, threat findings, and control mapping into one structured control flow.

Public benefit. It helps reviewers and practitioners trace how practical cloud safeguards support accountable and repeatable governance.

AWS Terraform CloudTrail
Security Baseline Public
View Architecture
Multi-Region Resilience Regional Continuity Boundary Users DNS / Traffic Routing Primary Region Replication / Backups Recovery Region Health Checks Alerting Failover Runbook

Multi-Region Cloud Resilience Architecture

Reference architecture diagram — educational/public-interest use.

Problem statement. Critical workloads cannot rely on a single region when continuity planning, replication, and recovery procedures are expected.

Technical contribution. This reference architecture shows DNS routing, primary and secondary region placement, replication flows, backups, health monitoring, and failover runbook alignment.

Public benefit. It documents continuity patterns that support more resilient digital operations for organizations with limited infrastructure depth.

Route 53 Multi-AZ DR
Business Continuity Public Repo
View Architecture
AWS Terraform Security Baseline Monitoring and Evidence Layer Terraform IAM / VPC KMS / State RDS Checkov / Gitleaks Logging / Evidence SMB-Oriented Control Baseline

AWS Terraform Security Baseline for SMB Environments

Repository: AWS-Terraform-Secure-Infrastructure

Reference architecture diagram — educational/public-interest use.

Security-focused AWS baseline for small and medium business environments with mapped controls across IAM, encryption, Terraform state protection, and automated review gates.

Terraform IAM KMS
Security Baseline Applied Technical Initiative
View Architecture
Secure DevSecOps Pipeline Release Control Boundary Source Secret Scan SAST / IaC Dep Review Build / Test Container Scan Approval Gate Controlled Deploy Evidence Collection / Audit Trail Monitoring / Feedback

Secure DevSecOps Pipeline Reference Architecture

Reference architecture diagram — educational/public-interest use.

Problem statement. Software delivery pipelines need review gates that catch secrets exposure, insecure infrastructure changes, and vulnerable build artifacts before release.

Technical contribution. This reference architecture documents a secure delivery sequence across source review, secret scanning, SAST and IaC checks, build and test, container scanning, approval, deployment, and monitoring feedback.

Public benefit. It demonstrates a practical control path that can be reused when organizations want stronger release discipline without unnecessary platform complexity.

GitHub Actions Trivy OWASP ZAP
Security-Focused Workflow Featured
View Architecture

Security-First Engineering Practice

The DevSecOps Security Pipeline

The diagram below groups Peter's public workflow into eight core gates for readability. The underlying GitHub Actions implementation in the flagship DoD pipeline currently spans 15 total stages from validation through approved deployment.

1 Source Code Developer commits
Pre-commit hooks
2 Gitleaks Hardcoded secret detection
3 Checkov IaC misconfiguration review
4 Container Build Artifact creation and validation
5 Trivy CVE and config scanning
6 SonarCloud SAST and quality analysis
7 OWASP ZAP Runtime security testing
8 Secure Deploy Approval-gated EKS delivery

Prevents

  • Hardcoded credentials and token leakage
  • Terraform and container misconfigurations
  • Unreviewed image promotion into deployment paths

Detects

  • High and critical package vulnerabilities
  • Static code weaknesses and insecure patterns
  • Runtime exposure such as missing headers and weak defaults

Complies With

  • NIST SP 800-53 control-oriented workflows
  • CIS benchmark-style hardening expectations
  • AWS Well-Architected security practices

AWS Certifications

Credentials Built Around Enterprise Cloud Security

AWS Certified Solutions Architect - Professional Credential: SAP-C02 Advanced multi-account enterprise architecture design
AWS Certified Security - Specialty Credential: SCS-C02 Most relevant to this portfolio: IAM, KMS, GuardDuty, CloudTrail, logging, encryption, and VPC security
AWS Certified Solutions Architect - Associate Credential: SAA-C03 Foundation architecture and AWS service design

Technical Expertise

Security Controls, Infrastructure Delivery, and Platform Foundations

Cloud Infrastructure

AWS
95%
Terraform
90%
CloudFormation
80%

Security Tooling

GuardDuty / Security Hub
88%
Gitleaks / Checkov / Trivy
92%
OWASP ZAP / SonarCloud
85%
IAM / KMS / Encryption
93%

Containers and Orchestration

Docker
88%
Kubernetes / EKS
82%
ArgoCD
75%
MS Cloud Computing Systems University of Maryland Global Campus Strengthening theoretical foundations alongside public reference work and applied implementation experience

Credentials and Education

Professional Development

Graduate study and certifications strengthen the theoretical and practical foundation behind the portfolio's cloud-security reference work.

Certification

AWS Certified Security — Specialty

Credential: SCS-C02
Certification

AWS Certified Solutions Architect — Professional

Credential: SAP-C02
Certification

AWS Certified Solutions Architect — Associate

Credential: SAA-C03
Graduate Study — In Progress

Master of Science in Cloud Computing Systems

University of Maryland Global Campus
Graduate Study — In Progress

Graduate Certificate in Cybersecurity Technology

University of Maryland Global Campus
Undergraduate Degree

Bachelor of Education in Mathematics

University of Education, Winneba

Applied Technical Initiatives

Selected Implementations and Operating Context

Registered U.S. Entity

Cloud Nexus Hub

Cloud Nexus Hub LLC is the operating entity through which Peter documents architecture work, organizes technical implementations, and maintains a U.S. base for cloud-security-focused initiatives.

cloudnexus360.com
Technical Platform

Cloud Nexus Pilot

Interview preparation platform for cloud and DevSecOps practitioners, including AWS security subject matter grounded in IAM, KMS, GuardDuty, and operational cloud defense.

cloudnexuspilot.com
Selected Implementation

UBAG Store

E-commerce platform for Uncle Bakarr African Grocery in Utica, New York, extending digital access to a minority-owned local business serving an immigrant community through online commerce infrastructure.

ubagstore.com
Trade Information Platform

WOMIEX

Bilingual trade platform supporting cross-border visibility between DRC mineral producers and U.S. industrial buyers, with a focus on supply-chain transparency and commercial trust.

womiex.com
These initiatives provide factual implementation context: public reference work, live technical platforms, and applied architecture experience connected to smaller organizations that often lack dedicated cloud security capacity.

Why This Work Matters

Technical Depth, Real-World Need, and Continued Growth

01

Demonstrated Technical Depth

  • Three AWS certifications including Professional and Security Specialty levels
  • Open cloud security architecture repositories available to public reviewers
  • Graduate study in Cloud Computing Systems at a U.S. university
  • Production-oriented Terraform and DevSecOps implementation evidence
  • Applied implementation work focused on secure deployment and operational resilience
02

Why Cloud Security Matters

  • CISA identifies misconfigured cloud services as common targets for threat actors
  • IBM documents persistent cloud-linked breach exposure and escalating breach costs
  • SBA documents that 99.9% of U.S. businesses are small businesses with limited security resources
  • Reference architectures map directly to access control, logging, segmentation, and secure delivery concerns
  • Applied technical initiatives extend secure digital capability to local businesses and supply-chain platforms
03

Continued Growth and Direction

  • Public repositories show hands-on work, not only theoretical familiarity
  • Public and live technical implementations show practical operating experience
  • Combination of cloud security, DevSecOps, full-stack delivery, and systems thinking
  • U.S.-based operating context through work in Utica, New York and Cloud Nexus Hub LLC
  • Ongoing graduate education deepens technical breadth while public work continues

Public Contributions

Open-Source Security Reference Work

Public code matters because it allows technical reviewers, lawyers, and adjudicators to examine the work directly rather than relying on unsupported summaries.

Secure Cloud Baseline Architecture

ResilientOps-Cloud-Architecture

Production-style AWS baseline with modular Terraform, controlled ingress, private application tiers, and segmented networking.

HCLPublicUpdated Mar 15, 2026
View on GitHub

Kubernetes Security Reference Architecture

Secure modular AWS EKS foundation with Terraform modules for VPC, IAM, control plane setup, and example security manifests.

HCLPublicUpdated Mar 21, 2026
View on GitHub

Cloud Security Controls Framework

Terraform-based security landing zone with multi-AZ networking, IAM controls, EC2 separation, and private-subnet RDS design.

HCLPublicUpdated May 10, 2025
View on GitHub

AWS Terraform Security Baseline for SMB Environments

AWS-Terraform-Secure-Infrastructure

Compliance-mapped AWS landing zone implementing NIST, CIS, Well-Architected, and security scanning baselines for SMB environments.

HCLPublicUpdated May 4, 2026
View on GitHub

Secure DevSecOps Pipeline Reference Architecture

Security-focused DevSecOps workflow with linting, testing, scanning, audit evidence, approval gates, and controlled deployment flow.

JavaScriptPublicUpdated Mar 29, 2026
View on GitHub

Multi-Region Cloud Resilience Architecture

Continuity-focused public repository reserved for multi-zone and failover-oriented cloud architecture work.

AWSPublicArchitecture concept repo
View on GitHub

All reference architectures are published publicly so that organizations, reviewers, and collaborators can inspect the technical work directly.

Flagship Reference Work

Evidence Portfolio

The five projects below form a coherent program of public-interest technical reference work, covering identity and access controls, network segmentation, secure delivery, container security, and regional resilience.

Cloud Security Controls Framework

A structured reference for identity, network segmentation, encryption, logging, monitoring, detection, response, compliance mapping, and remediation planning.

View Repository

Kubernetes Security Reference Architecture

A Kubernetes/EKS-style security reference focused on RBAC, namespace isolation, secrets handling, network policies, image security, and audit visibility.

View Repository

Multi-Region Cloud Resilience Architecture

A resilience reference covering regional continuity, DNS routing, replication, backup strategy, health checks, alerting, and failover planning.

View Repository

Secure DevSecOps Pipeline Reference Architecture

A secure software delivery reference covering secret scanning, dependency review, SAST, IaC scanning, container scanning, approval gates, rollback readiness, and audit evidence.

View Repository

Secure Cloud Baseline Architecture

A secure baseline reference for segmented cloud networking, controlled ingress, private workloads, IAM boundaries, encryption, logging, and monitoring.

View Repository
PA
Peter Christian Agbenyega Cloud Security & DevSecOps Engineer Utica, New York

About

Building Secure Infrastructure for Digital Resilience

Peter Christian Agbenyega is a Cloud Security and DevSecOps Engineer based in Utica, New York. He brings disciplined infrastructure engineering and international perspective to the problem of making cloud adoption safer for American organizations.

Holding three AWS certifications, including the Security Specialty, Peter builds and documents secure cloud architectures with an emphasis on segmentation, identity control, encrypted services, logging, policy review, and secure delivery automation.

As founder of Cloud Nexus Hub LLC, he extends that expertise beyond portfolio exercises through technical implementations, platform development, and digital infrastructure work connected to smaller businesses and local communities that often lack dedicated security teams.

His work sits where national resilience and economic participation overlap. Cloud security is not only a technical problem. It is an operational, economic, and public-interest problem that affects who can adopt digital systems safely and who remains exposed when they cannot.

Organizational Foundation

Cloud Nexus Hub LLC

Cloud Nexus Hub LLC provides an organizational foundation for Peter's independent technical documentation, cloud-security reference architecture work, and long-term professional development in secure infrastructure, DevSecOps automation, and responsible cloud adoption.

The public materials connected to Cloud Nexus Hub are independent technical references and do not contain client secrets, proprietary systems, protected personal information, or compliance certification claims.

cloudnexus360.com

Professional and Community Context

Community and Professional Responsibility

Alongside cloud security and DevSecOps work, Peter has professional experience in human-services environments supporting vulnerable individuals, documentation discipline, safety protocols, and operational responsibility. This background reinforces a practical understanding of regulated environments, reliability, confidentiality, and the importance of systems that protect people, data, and critical services.

Connect With Peter

Architecture Review and Professional Inquiry

For attorney review, technical diligence, architecture discussion, or professional inquiry related to the public portfolio and reference work.