Parameters
May 14, 2024 · 8 min read · Introduction
From the previous blog posts, we have been hardcoding specific values like ImageId, InstanceType, KeyName etc. directly in our template.
MyEC2Instance:
Type: AWS::EC2::Instance
Properties:
ImageId: ami-04e5276ebb8451442
...