AWS

12
Mar
Dynamic AMI Selection in AWS CloudFormation: Leveraging SSM Parameter Store

Dynamic AMI Selection in AWS CloudFormation: Leveraging SSM Parameter Store

In Demystifying AWS CloudFormation, we used static AMI mappings for an EC2 template. It works but needs updates and fails across regions. SSM Parameter Store fixes this, fetching fresh AMI IDs dynamically. This guide swaps mappings for SSM, with a full template to simplify AMI management.
5 min read
11
Mar
Demystifying AWS CloudFormation: Understanding Key Template Sections

Demystifying AWS CloudFormation: Understanding Key Template Sections

A Beginner's Guide to AWS CloudFormation - This covers the basics of CloudFormation and includes a complete working template to deploy an EC2 instance with a security group.
4 min read