How I Secured an ECS Fargate Deployment With OIDC and ECR — No Static Keys
Ditch access keys forever — here's the production-grade way to authenticate GitHub Actions to AWS
May 16, 20263 min read

Search for a command to run...
Articles tagged with #github-actions-1
Ditch access keys forever — here's the production-grade way to authenticate GitHub Actions to AWS

Structure for "Securing AWS deployments with GitHub Actions OIDC"

*Replace long-lived AWS keys in GitHub Actions with repo-scoped OIDC roles for short‑lived, least‑privilege access.*

The Problem Most engineers deploy to Kubernetes by clicking buttons in a UI. That's not DevOps. That's manual labor with extra steps. I built Archnet — a fully automated Internal Developer Platform th
