Practical Cloud Architecture & DevOps
A hands-on cloud architecture and DevOps consultancy focused on AWS-first platform design, pragmatic infrastructure-as-code (Terraform/OpenTofu), and enabling teams with senior-level technical leadership.
DuckTapeDevOps specializes in:
- AWS-first platform design - Cloud architecture optimized for AWS services
- Pragmatic infrastructure-as-code - Terraform and OpenTofu for reliable, maintainable infrastructure
- Container orchestration - ECS/EKS deployment and management
- Serverless architectures - Event-driven, cost-effective solutions
- CI/CD pipelines - Automated deployment and testing workflows
- Reliability & observability - Monitoring, logging, and incident response
- Cost-aware scaling - Infrastructure that grows efficiently with your needs
Practical Engineering: Real-world solutions over hype. We fix systems with duct tape when necessary—but we do it cleanly.
Senior-Level Leadership: Architectural decisions grounded in experience, not theory.
Team Enablement: We build systems and knowledge, not dependency. Your team learns and grows.
Pragmatic Approach: Technical, confident, and opinionated—but always grounded in what actually works.
/landing- React website built with Vite/landing/infra- OpenTofu/Terraform IaC for AWS (frontend hosting, CI/CD)
- Install dependencies:
cd landing
npm install- Start development server:
npm run devThe site is automatically deployed when changes are pushed to the main branch via GitHub Actions.
- Build the application:
cd landing
npm run build- The GitHub Action automatically deploys to AWS S3 + CloudFront.
The project uses OpenTofu/Terraform to manage AWS:
- S3 bucket for static site (private) with CloudFront Origin Access
- CloudFront distribution and ACM certificate
- Route53 DNS for domain and aliases
- S3 backend state with DynamoDB table for state locking
- GitHub Actions (OIDC role) for CI/CD deployments
This project is licensed under the MIT License - see the LICENSE file for details.