The Ultimate AWS CloudFormation Template: Resources: Parameter: Mappings: Outputs: Conditions

Опубликовано: 25 Апрель 2026
на канале: JasCloudTech
1,377
16

Resources - key part of the CloudFormation template .More than 200+ resources are available
Parameters
Parameter must be given a logical name, alphanumeric and unique among all logical names within the template.

Mappings used to matches a key to a corresponding set of named values.
Create a mapping that will look for Amazon EC2 instance AMI IDs based on the region and architecture type

We define conditions when to create a resource. We use intrinsic functions to evaluate multiple inputs against one another

Outputs are used to refer some values outside a single stack.

https://github.com/jaspalsaini45/Clou...
ec2.yaml
ec2new.yaml
Ec2RCO.yaml

Previous Videos
AWS CloudFormation | Update-Delete Stack | CloudFormation YAML Template
   • AWS CloudFormation | Update-Delete Stack |...  

AWS CloudFormation | Launch EC2 | CloudFormation Template
   • AWS CloudFormation | Launch EC2 | CloudFor...  

AWS ELB APPLICATION LOAD BALANCER | TARGET GROUPS | LISTENER RULES
   • AWS ELB APPLICATION LOAD BALANCER | TARGET...  

Create EC2 Instance in AWS I Run Web Server using User Data | AWS EC2
https://www.youtube.com/watch?v=XI7R1...

Amazon Ec2 Instance Security Groups | Inbound and Outbound Rules
https://www.youtube.com/watch?v=Zpz7Z...