Click any tag below to further narrow down your results
Links
This article explains how to set up a centralized logging system for AWS CloudFormation StackSets across multiple accounts. It outlines the architecture, implementation steps, and monitoring capabilities to streamline deployment tracking and troubleshooting.
AWS introduces Stack Refactoring for CloudFormation, allowing users to reorganize their infrastructure without downtime. This feature enables moving resources between stacks, renaming IDs, and breaking down large templates into smaller ones while ensuring operational stability. The process is controlled and can be tracked for safety.
AWS Control Tower now offers improved visibility into proactive controls through the AWS CloudFormation Hook Invocation Summary console. This enhancement helps teams quickly identify and resolve deployment issues caused by policy violations, streamlining compliance and reducing troubleshooting time.
The AWS Infrastructure-as-Code MCP Server is a new tool that integrates AI assistants with AWS development workflows. It offers features like documentation search, template validation, and deployment troubleshooting, all while keeping operations secure and local. This tool helps streamline AWS CloudFormation and CDK development.
A comprehensive solution for automating resource tagging across AWS Organizations is presented, utilizing CloudFormation, Lambda functions, and AWS Config to maintain consistent tags across multiple accounts. The implementation streamlines compliance monitoring and resource governance by automating the tagging process and propagating tags from organizational units to child accounts. Key components include cross-account role management and error handling, ensuring effective resource management in production environments.
Migrating from the Serverless Framework to the Cloud Development Kit (CDK) involves a manual process of preserving resources, recreating them in the CDK, and importing them to maintain functionality. The author shares insights from their own migration experience, including steps to prevent resource deletion, compare CloudFormation outputs, and deploy a sample application that demonstrates the migration techniques.