<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CDK on YennJ12 Engineering Blog</title><link>https://yennj12.js.org/yennj12_blog_V4/tags/cdk/</link><description>Recent content in CDK on YennJ12 Engineering Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 24 Jan 2026 14:00:00 +0800</lastBuildDate><atom:link href="https://yennj12.js.org/yennj12_blog_V4/tags/cdk/feed.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes Autoscaling Complete Guide (Part 3): Hands-On HPA Demo with Apache-PHP</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/kubernetes-autoscaling-complete-guide-part3-hands-on-hpa-demo/</link><pubDate>Sun, 09 Nov 2025 16:00:00 +0800</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/kubernetes-autoscaling-complete-guide-part3-hands-on-hpa-demo/</guid><description>Part 3 of the Kubernetes Autoscaling series: Hands-on tutorial demonstrating Horizontal Pod Autoscaler with a real Apache-PHP application. Includes complete AWS CDK infrastructure code, Kubernetes manifests, load testing, and step-by-step deployment guide.</description></item><item><title>Building a Sentiment-Driven US Stock Trading System with X.com Real-Time Analysis</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/sentiment-driven-stock-trading-aws-cdk-twitter/</link><pubDate>Sat, 24 Jan 2026 14:00:00 +0800</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/sentiment-driven-stock-trading-aws-cdk-twitter/</guid><description>Build an intelligent US stock trading system using AWS CDK that analyzes real-time X.com posts, performs sentiment analysis with ML models, and executes trades based on social media sentiment for configured stocks like TSLA, GOOG, and more.</description></item><item><title>Building an Intelligent Bitcoin Trading System with AWS CDK and ML Models</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/bitcoin-trading-system-aws-cdk-ml-predictions/</link><pubDate>Sat, 24 Jan 2026 10:00:00 +0800</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/bitcoin-trading-system-aws-cdk-ml-predictions/</guid><description>Build a production-ready automated Bitcoin trading system using AWS CDK that integrates ML models from Bedrock and HuggingFace for price prediction and executes trades based on real-time market events.</description></item><item><title>Building Centralized Grafana + Prometheus Monitoring with AWS CDK: Multi-Service Observability Platform</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/centralized-grafana-prometheus-monitoring-aws-cdk/</link><pubDate>Sat, 17 Jan 2026 11:00:00 +0800</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/centralized-grafana-prometheus-monitoring-aws-cdk/</guid><description>Comprehensive guide to architecting a production-ready centralized Prometheus + Grafana monitoring platform using AWS CDK that aggregates metrics from multiple services, clusters, and infrastructure components with federation, remote storage, and advanced alerting.</description></item><item><title>Building AI Music Generation Platform: AWS CDK Architecture with SageMaker and Bedrock Comparison</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/ai-music-generation-aws-cdk-infrastructure/</link><pubDate>Sat, 17 Jan 2026 09:00:00 +0800</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/ai-music-generation-aws-cdk-infrastructure/</guid><description>Complete guide to architecting a production-ready AI music generation platform on AWS using CDK, comparing SageMaker and Bedrock approaches with detailed pros, cons, and implementation strategies for generating music from text prompts.</description></item><item><title>Deploying Apache Superset at Scale: Production-Ready BI Platform with AWS CDK and ECS Fargate</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/deploying-apache-superset-production-aws-cdk-ecs-fargate/</link><pubDate>Sat, 10 Jan 2026 11:00:00 +0800</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/deploying-apache-superset-production-aws-cdk-ecs-fargate/</guid><description>Comprehensive guide to architecting a highly available, production-grade Apache Superset deployment using ECS Fargate, RDS PostgreSQL, and AWS CDK for enterprise business intelligence at scale.</description></item><item><title>Building a Centralized Monitoring System with AWS CloudWatch and Grafana using CDK</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/centralized-monitoring-system-aws-cloudwatch-grafana-cdk/</link><pubDate>Sun, 30 Nov 2025 14:00:00 +0000</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/centralized-monitoring-system-aws-cloudwatch-grafana-cdk/</guid><description>🎯 Introduction In distributed systems running on AWS, observability is critical for maintaining reliability, debugging issues, and ensuring optimal performance. A centralized monitoring system provides:
Unified Visibility: Single pane of glass for all services, applications, and infrastructure Proactive Alerting: Detect and respond to issues before they impact users Performance Optimization: Identify bottlenecks and optimization opportunities Cost Management: Track resource utilization and spending patterns Compliance: Meet audit and regulatory requirements for logging Troubleshooting: Quickly diagnose and resolve production issues This comprehensive guide demonstrates how to build a production-ready centralized monitoring system using AWS CloudWatch and Grafana, deployed with CDK (TypeScript).</description></item><item><title>Building a Centralized User Access Control System with AWS Cognito and CDK</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/centralized-user-access-control-aws-cognito-cdk/</link><pubDate>Sun, 30 Nov 2025 13:00:00 +0000</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/centralized-user-access-control-aws-cognito-cdk/</guid><description>🎯 Introduction Building a centralized user access control system is one of the most critical architectural decisions for modern applications. Whether you&amp;rsquo;re managing a single application or a microservices ecosystem, having a robust, scalable authentication and authorization system is essential for:
Single Source of Truth: One system managing all user identities and permissions Consistency: Uniform authentication experience across all services Security: Centralized security policies and compliance controls Scalability: Support for millions of users across multiple applications Developer Experience: Simple integration for new services Cost Efficiency: Managed service without operational overhead This comprehensive guide demonstrates how to design and implement a production-ready centralized access control system using AWS Cognito and CDK (TypeScript), with strategies for multi-tenancy, role-based access control (RBAC), and integration patterns for various services.</description></item><item><title>Building Production Kubernetes Platform on AWS EKS</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/building-production-kubernetes-platform-aws-eks-cdk/</link><pubDate>Sat, 30 Aug 2025 15:19:09 +0800</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/building-production-kubernetes-platform-aws-eks-cdk/</guid><description>Deep dive into architecting a comprehensive Kubernetes platform on AWS EKS with integrated data processing, monitoring, and observability using infrastructure as code.</description></item><item><title>Building Scalable WordPress on AWS ECS Fargate</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/scalable-wordpress-ecs-fargate-architecture/</link><pubDate>Sun, 10 Aug 2025 16:08:16 +0800</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/scalable-wordpress-ecs-fargate-architecture/</guid><description>Comprehensive guide to deploying production-ready WordPress on AWS ECS Fargate, exploring containerization strategies, infrastructure decisions, and scalability patterns for high-traffic content management systems.</description></item><item><title>Building Serverless URL Shortener with AWS CDK</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/building-serverless-url-shortener-aws-cdk/</link><pubDate>Sun, 10 Aug 2025 15:55:00 +0800</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/building-serverless-url-shortener-aws-cdk/</guid><description>Deep dive into designing and building a production-ready URL shortener using AWS serverless services, exploring architectural tradeoffs, and implementing with AWS CDK.</description></item><item><title>Building Centralized Logging with OpenSearch and AWS CDK</title><link>https://yennj12.js.org/yennj12_blog_V4/posts/building-centralized-logging-opensearch-aws-cdk/</link><pubDate>Sun, 15 Dec 2024 14:30:00 +0800</pubDate><guid>https://yennj12.js.org/yennj12_blog_V4/posts/building-centralized-logging-opensearch-aws-cdk/</guid><description>Deep dive into architecting a production-ready centralized logging solution using OpenSearch, Kinesis Data Firehose, and AWS CDK for comprehensive Kubernetes cluster observability.</description></item></channel></rss>