ALT 36,000 FT  ·  SPD 741 KTS  ·  HDG 090  ·  STATUS CLEARED HOT
// Callsign
SEBASTIAO "SEB"
FRESCO
TS  //  SCI Eligible  //  CI Poly Ready  //  Northern Virginia
FRESCO
CALLSIGN: SEB  |  CLEARED HOT
ALT 36,000 FT
SPD 741 KTS
HDG 090
STATUS CLEARED
// Northern Virginia    Arlington    Available

SEBASTIAO "SEB"
FRESCO

Infrastructure Engineer  |  AWS  |  Linux  |  Automation
USAF Veteran  |  AWS Solutions Architect  |  WGU B.S. Cloud Computing
Cleared  ·  Dangerous  ·  Deployable
Active Top Secret // SCI Eligible
"The NOC was down. Multi-site outage. Three vendors pointing fingers at each other. He pulled the logs and had a root cause in twenty minutes."
// A Very Real Tuesday   L2T, 2026
49K Users on the USAFE private cloud managed at Ramstein AB
$30M+ Assets protected across cleared environments
30 min Enterprise VM connectivity rebuilt mid-production incident
0 Times he has said "that's not my job"
// Off the Clock
Portuguese-American, raised in Coimbra until eleven. Trains boxing, drives a BMW too fast. Speaks three languages, mostly orders coffee in all of them.
2024 — Present L2T Herndon, VA
NOC Engineer, Tier 2/3
Diagnosed and resolved network-edge outages across multiple sites — straight to the interface logs, routing tables, and switch telemetry. Rebuilt enterprise VM connectivity in 30 minutes during a live production incident. Hardened security posture through firewall ACL management, least-privilege enforcement, and vulnerability correlation.
SaltStackCentOSGitFirewallsPython
2022 — 2024 Colorado Air National Guard Greeley, CO
IT Specialist, Traditional Guardsman
Maintained IT infrastructure for the 233rd Space Group — the Air Force's only strategic survivable mobile ground system, used to receive early-warning data. Refreshed the SIPR server stack with a three-person team: site survey, relocation, fiber and Ethernet reconfig, Visio documentation. Helped deploy Cisco VoIP to 150+ users on base inside a 15-member integration team, tuning QoS and preserving legacy system compatibility. Drill status concurrent with civilian infrastructure roles.
233rd SGSIPRCisco VoIPQoSEarly Warning
2023 — 2024 Leidos Arlington, VA
Windows Systems Administrator
Supported DISA CESO systems inside a Special Access Program IT environment serving executive leaders and mission partners across DoD and the Intel community. Administered Windows Server, VMware, and AWS workloads at classification. Automated inactive-user disablement and OU relocation, reducing manual workload by 25%.
SAP-ITDISAWindows ServerVMwareAWSCitrix
2022 — 2023 Infinity Systems Colorado Springs, CO
Associate Mission Engineer
Tier 2 operational support for CCS-C — command and control for the WGS and AEHF satellite constellations at Schriever and Vandenberg SFB. Backups and restores, VM provisioning, OS patches and COTS updates, mission software installs, storage allocation. Alongside the Kratos Defense engineering team in the escalation path.
CCS-CWGS / AEHFVMwareDisaster Recovery
2020 — 2022 United States Air Force Ramstein AB, Germany
Storage & Virtualization Technician
Administered USAFE private cloud: 49,000 users, 1,300 virtual servers, 39 storage arrays, 121 ESXi hosts, 98.7% uptime. Fortified an overseas NSA intelligence site in direct support of Ukrainian crisis response operations. Resolved a SAN latency fault that cut mission response time by six hours. Maintained C2 capabilities for a deployed bomber task force supporting NATO Russian deterrence along the eastern flank. Not a simulation.
TS/SCINATOVMware ESXiNetAppUSAFE
2026 Cloud Engineering Program Week 6
Docker + Container Fundamentals: Flask + Redis on ECR
Multi-stage build. Non-root runtime. Scanned in the registry. Containerized a Flask + Redis stack with a builder/production Dockerfile, custom bridge network for service discovery, and an ECR repository managed by a reusable Terraform module — scan-on-push, encryption at rest, lifecycle policy. ~130 MB image. Verified layer caching, port conflicts, network isolation, HEALTHCHECK, and CVE scan output before the first push.
// Architecture
MULTI-STAGE DOCKERFILE BUILDER PRODUCTION • non-root compose CUSTOM BRIDGE NET FLASK • :5001 HEALTHCHECK REDIS service discovery by name push ECR scan-on- push lifecycle docker compose up • flask + redis • ~130 MB image
DockerContainersECRTerraformFlaskRedisCompose
▶ View Repo
2026 Cloud Engineering Program Week 5
Terraform: Modular Multi-Environment Web Tier
19 AWS resources. One command. Under five minutes from an empty account. Rebuilt a multi-AZ web tier — ALB, ASG, CloudWatch alarms, SNS — entirely in Terraform with reusable VPC and security group modules. Non-overlapping CIDRs. Dev and prod off the same codebase with one variable file swap. No Console clicks. No drift.
// Architecture
INTERNET VPC • 10.0.0.0/16 APPLICATION LOAD BALANCER health checks AZ-A ASG • EC2 private subnet AZ-B ASG • EC2 private subnet Cloud Watch + SNS terraform apply → 19 resources • <5 min
TerraformIaCALBAuto ScalingCloudWatchMulti-AZ
▶ View Repo
2026 Self-Directed Homelab
OpenClaw — Self-Hosted AI Operations Platform
A private AI assistant running on his own hardware — Mac mini M4, not somebody else's SaaS. Tailscale mesh for remote access, loopback-only gateway for local isolation, file-level credential separation across every integration. Cron-scheduled agents drive daily briefings, weekly reviews, and system health heartbeats with conditional escalation and multi-channel delivery (iMessage, webchat). OAuth2 Gmail and Google Calendar pipelines feed context-aware morning triage. Your own stack. Not a subscription.
// Architecture
TAILSCALE MESH remote access MAC MINI M4 OPENCLAW loopback gateway WEBCHAT UI iMESSAGE delivery GMAIL OAuth2 CALENDAR OAuth2 CRON AGENTS briefings • health file-level credential isolation across every integration
OpenClawSelf-Hosted AITailscalePythonOAuth2macOS
2026 Cloud Engineering Program Week 4
S3 Tiered Storage Architecture
Three-bucket tiered S3 architecture for a 10 TB environment. 25% annual cost reduction — $695/yr at current scale, $70K/yr at 1 PB. SSE-KMS encryption, Object Lock in Compliance mode, 7-year retention. NIST 800-53 controls mapped: SC-28, AC-3, SI-12, AU-2, AU-11.
// Lifecycle Pipeline
S3 STANDARD $0.023 / GB hot • < 30 days daily access 30d S3 STANDARD-IA $0.0125 / GB warm • 30–90 days monthly access 90d GLACIER DEEP $0.00099 / GB cold • 90+ days archive • 7yr lock SSE-KMS • OBJECT LOCK COMPLIANCE MODE • VERSIONING NIST 800-53: SC-28 • AC-3 • SI-12 • AU-2 • AU-11 10 TB → $695/yr • 1 PB → $70K/yr • ~25% reduction vs. flat-Standard
NIST 800-53ComplianceS3KMSGlacierObject Lock
▶ View Repo
2026 Cloud Engineering Program Week 3
AWS High Availability EC2 Web Tier
Multi-AZ EC2 web tier behind an Application Load Balancer and Auto Scaling Group. Killed instances on purpose to validate self-healing. Tuned ALB target group health checks to distinguish instance health from application health — traffic never lands on a sick process. Documented the recovery curve and the cost of the extra nines.
// Failure & Recovery
APPLICATION LOAD BALANCER target group health checks routes routes AZ-A EC2 ✓ HEALTHY app responding in service AZ-B EC2 ✗ FAILED health check fails → ASG replaces traffic never lands on a sick process • new instance up before alarm clears
High AvailabilityALBAuto ScalingEC2Health Checks
▶ View Repo
Cloud
  • AWS (EC2, VPC, S3, IAM, Lambda)
  • ALB, Auto Scaling, CloudWatch
  • Terraform
  • KMS, CloudTrail
  • GovCloud (familiar)
  • Docker
  • Kubernetes / EKS (in progress)
Systems
  • Linux (RHEL, CentOS, Ubuntu)
  • VMware ESXi
  • Windows Server
  • SaltStack
  • NetApp Storage
Security
  • Splunk Enterprise
  • Secure Configuration
  • NIST 800-53
  • Firewall ACLs
  • SAP-IT Environments
Automation
  • Python
  • Bash
  • PowerShell
  • Git / GitHub Actions
  • CI/CD (in progress)
AWS Solutions Architect Associate
Amazon Web Services
AWS Cloud Practitioner
Amazon Web Services
AWS CloudOps Engineer Associate
Amazon Web Services
// In Progress
CompTIA Security+
DoD 8570 IAT Level II
CompTIA Cloud+
CompTIA
CompTIA Network+
CompTIA
CompTIA A+
CompTIA
LPI Linux Essentials
Linux Professional Institute
ITIL 4 Foundation
PeopleCert
B.S. Cloud Computing
Western Governors University
// Expected Aug 2026
// Decoration — Awarded
Air and Space Achievement Medal
691st Cyberspace Operations Squadron
Ramstein AB, Germany  ·  Aug 2022

LET'S
TALK.

Northern Virginia  |  Remote/Hybrid Considered  |  Cleared & Ready