3 posts
devops
Securing Bitbucket-to-Jenkins Access with an Auto-Syncing AWS Prefix List
How to replace a wide-open 0.0.0.0/0 security group rule for Bitbucket-to-Jenkins webhooks with an AWS managed prefix list that syncs automatically via SNS instead of polling.
Importing Existing Infrastructure into Terraform
Most infrastructure doesn't start life in Terraform — it starts as a console click, a legacy script, or a manual fix under pressure. Here's how to bring it under management without recreating it.
Using S3 as a Jenkins Artifact Store — Storage, Lifecycles, and Deploying from S3
Storing Jenkins build artifacts on the controller or agent works well — until it doesn't. A better option is to save artifacts to S3, allowing for built-in AWS-provided data redundancy, storage cost management with lifecycle policies, and the ability to deploy directly from S3 to your servers.