Tagged: aws
Showing 6–10 of 14 articles
Orchestration with Step Functions The same four-step order saga, this time driven by a Step Functions state machine. Catch blocks for compensation, no event bus. Read article Choreography with EventBridge Four Lambdas coordinated through EventBridge events, deployed to LocalStack. The first half of a saga pattern comparison; the orchestration version comes next. Read article Cloud queue inbox/outbox patterns Building outbox/inbox patterns on DynamoDB Local and LocalStack, with a list of queue smells the patterns don't fully cover. Read article Replacing AWS with Docker Swarm on a VPS I built the same stack twice - once on AWS, once on a Hetzner VPS with Docker Swarm. The VPS version costs less, deploys faster, and has fewer moving parts. Read article OpenVPN on an EC2 Bastion: Private Network Access Without the Complexity Setting up OpenVPN on a small EC2 instance as a bastion host for secure access to private AWS resources. No managed VPN service, no over-engineering. Read article