// cloud ops console · v1.0 · static

Mamadou Wane

Cloud Engineering Cloud Security

U.S. Marine Corps veteran and WGU Computer Science student building cloud security infrastructure projects. sapper is the first of two decoupled projects that share one thesis: define the blast radius, prove the system fails safe, and measure whether it does. The second applies the thesis to reliability under controlled fault injection.

cloud aws
iac terraform
automation python

Diagram: Terraform provisions an AWS environment with security, compute, and storage services.

infra — terraform
$ terraform plan -out=tfplan
data.aws_caller_identity.current: Read complete

Plan: 12 to add, 0 to change, 0 to destroy.
Saved the plan to: tfplan
ci gate — checkov
$ checkov -d ./terraform --quiet
terraform scan results:

Passed checks: 84, Failed checks: 0,
Skipped checks: 2 — PASSED
audit — aws cli
$ aws configservice \
    describe-configuration-recorder-status
{
  "recording": true,
  "lastStatus": "SUCCESS"
}
01Cloud Engineeringbuild the platform
02Infrastructure as Codedefine the blast radius
03Cloud Securityprove it fails safe
04Observabilitymeasure whether it does
05Automationremediate, human-gated
01

Featured Project

sapper

Phase 1 — in progress

AWS security guardrails and human-gated remediation, built evidence-first with Terraform, AWS Config, Security Hub, Checkov, and Python.

  • Terraform
  • AWS Config
  • Security Hub
  • Checkov
  • Python
View on GitHub ↗
next project 02 applies the same thesis to reliability: prove the system fails safe under controlled fault injection. queued
02

Resume

A formal resume is being finalized. In the meantime, the work speaks for itself on GitHub: commits, infrastructure code, and security gates.

resume.pdf · coming soon GitHub activity ↗
03

Contact