~/tags/devops
2 files
- How to Deploy a Hugo Static Site with S3, CloudFront, and Route 53
A step-by-step walkthrough of hosting a Hugo site on a private S3 bucket, serving it through CloudFront with OAC and ACM, and pointing a Route 53 domain at it.
· 5 min read hugo aws s3 cloudfront route53 devops - How to Switch GitHub-AWS Integrations from Hard-Coded Tokens to OIDC
Replacing long-lived AWS access keys in GitHub Actions with OIDC: creating the identity provider, scoping the trust policy to one repo, and cutting the workflow over.
· 6 min read github-actions aws oidc iam security devops