Aws
Secure SageMaker Studio + ML Pipelines on AWS with CDK
·1430 words·7 mins
Deep‑dive build: secure VPC‑only Studio, S3/KMS, endpoints, IAM, and a flexible custom resource that manages SageMaker Pipelines via the SDK — with deploy steps, infra costs, and troubleshooting.
When CORS Requests Turn Into Unexpected API Gateway Costs (and How to Fix It)
·712 words·4 mins
Cross-Origin Resource Sharing (CORS) can result in hidden AWS API Gateway charges when every request triggers a preflight. This post explains why and shows how to use CloudFront, caching, path-based routing, and smart API design to reduce costs.