subaud
  • Tags
  • Resume
  • About
  • Feed
  • Guides
Sign In

AWS

42 posts


Where Have the Posts Gone? Preparing for re:Invent 2025

Preparing for re:Invent 2025 If you've been following this blog, you might have noticed things have been quieter than usual. The technical deep dives, infrastructure walkthroughs, and problem-solving posts have slowed to a trickle. There's a good reason for this temporary silence - I'

Nov 07, 2025 • Court Schuett
#AWS
Ghost on AWS: Core Infrastructure with CDK

Ghost on AWS: Core Infrastructure with CDK

Ghost requires a MySQL database, persistent storage for content and images, and a way to handle traffic at scale. AWS provides these through RDS Aurora, EFS, S3, and ECS Fargate. This post walks through deploying the core infrastructure using AWS CDK, which allows us to define everything as TypeScript code

Sep 11, 2025 • Court Schuett
#CDK #Architecture #AWS
Deploying AWS Applications with Cloudflare Workers and Cloud Connector

Deploying AWS Applications with Cloudflare Workers and Cloud Connector

A comprehensive guide on using Cloudflare as a security and CDN layer for AWS-hosted applications, with edge-level API key injection

Jul 26, 2025 • Court Schuett
#AWS #CDK #Security
Automating Qualtrics Survey Data Downloads with Lambda

Automating Qualtrics Survey Data Downloads with Lambda

Learn how to build a Lambda function that automatically downloads survey response data from Qualtrics using their export API

Jun 15, 2025 • Court Schuett
#AWS #Lambda #Python
Solving Docker BuildKit Compatibility Issues with Amazon ECS

Solving Docker BuildKit Compatibility Issues with Amazon ECS

A deep dive into resolving Docker BuildKit attestation manifest incompatibilities that prevent ECS deployments, including investigation steps and solutions.

Jun 07, 2025 • Court Schuett
#AWS #ECS #Docker
Using psycopg2 with AWS Lambda and CDK: Binary vs Source Solutions

Using psycopg2 with AWS Lambda and CDK: Binary vs Source Solutions

Getting psycopg2 to work in AWS Lambda can be frustrating. This post shows you two reliable solutions - using pre-compiled binaries for simplicity, and building from source with Docker for production workloads.

May 30, 2025 • Court Schuett
#CDK #AWS #Lambda
Refactoring Blog Search from Pinecone to Claude

Refactoring Blog Search from Pinecone to Claude

How we replaced vector search with AI-powered semantic search using Claude via AWS Bedrock

May 24, 2025 • Court Schuett
#AWS #AI #Search
Multi-Environment AWS CDK Deployments in a Single Account

Multi-Environment AWS CDK Deployments in a Single Account

A comprehensive guide to deploying multiple environments in a single AWS account using CDK, featuring sophisticated deployment strategies, GitHub Actions automation, and real-world architectural patterns

May 23, 2025 • Court Schuett
#CDK #AWS #Automation
Secure S3 Image Uploads and Viewing with Presigned URLs and Cognito

Secure S3 Image Uploads and Viewing with Presigned URLs and Cognito

A deep dive into securely managing user-specific image uploads to S3 using presigned URLs and authorizing access for viewing with AWS Cognito.

May 12, 2025 • Court Schuett
#AWS #Storage #Cognito
AWS Logs MCP

AWS Logs MCP

Create an MCP server that you can use to access your AWS CloudWatch Logs and CloudTrail events for easier troubleshooting and monitoring

May 08, 2025 • Court Schuett
#AWS
Page 1 of 5 Older Posts →

© 2025 subaud

Opinions and statements are my own.