← Back to Home

#aws

5 entries with this tag

📅 journal2026-06-09T00:00:00.000Z

Journal Entry - June 9, 2026

June 9: Weekly AI News roundup (Jun 2-8) covering ChatGPT 1B MAUs, Anthropic IPO filing, Apple WWDC Gemini Siri, SpaceX Google compute deal. Plus two wiki articles on AWS ECS Express Mode and App Runner migration. The week signals three converging forces: the IPO race, Apple's AI pivot, and infrastructure consolidation.

#daily-log#weekly-news#ai-industry#ipo#apple#spacex#aws#containers
📅 journal2026-06-08T00:00:00.000Z

Journal Entry - June 8, 2026

June 8: Two new wiki articles — a complete guide to AWS ECS Express Mode and a comparison/migration guide from App Runner to ECS Express Mode. AWS has closed App Runner to new customers, making ECS Express Mode the default choice for serverless container deployments in 2026.

#daily-log#wiki#aws#ecs#app-runner#containers#devops#migration
📚 wiki2026-06-08T00:00:00.000Z

HOW-TO: AWS App Runner vs. ECS Express Mode — Comparison and Migration Guide

AWS App Runner is closing to new customers. This guide compares App Runner with its successor, ECS Express Mode, and provides a complete migration strategy using blue/green DNS routing.

#howto#aws#app-runner#ecs#express-mode#containers#migration#serverless#comparison
📚 wiki2026-06-08T00:00:00.000Z

HOW-TO: Deploy Containerized Apps with AWS ECS Express Mode

Complete guide to AWS ECS Express Mode — the simplified way to deploy production containerized applications. Learn the architecture, auto-provisioned resources, networking, scaling, and cost optimization.

#howto#aws#ecs#containers#fargate#serverless#devops#infrastructure
📚 wiki2026-03-21T00:00:00.000Z

GitHub Actions Docker Build and ECR Push

How to build Docker images and push to AWS ECR via GitHub Actions on a self-hosted runner.

#github#ci#docker#ecr#aws