
Master CloudFormation templates with JSON or YAML to automate provisioning of AWS resources using infrastructure as code, gain version control, rollback, and automation advantages.
Define and reference CloudFormation parameters to customize templates, set defaults and allowed values, and pass runtime inputs with Ref for resources, including no-echo passwords and special types like availability zones.
Learn how to add an internet gateway to a CloudFormation stack and attach it to a VPC using a JSON template, making the previous subnets public.
Create a CloudFormation route table and add a route to an Internet Gateway, then associate the table with two subnets in a VPC to enable internet access.
Learn to launch EC2 instances with CloudFormation templates in JSON, configuring key pairs, instance types, subnet and security groups, and enabling public IP access to a web server.
Explore how cfn-init structures EC2 bootstrapping through CloudFormation metadata, packages (including httpd), groups, users, sources, files, commands, and services, and learn to initialize and manage stack-driven configurations via user data.
Define a region map and use FindInMap with Ref to fetch region-specific AMI IDs for EC2 web servers, enabling dynamic region-based IDs.
Provision and integrate an elastic load balancer with ec2 instances in public subnets using a CloudFormation json template, including security groups, listeners, and health checks.
Learn how to define CloudFormation template outputs, export and import them across stacks, and use cross-stack access to reuse resources like the VPC ID.
AWS CloudFormation provides a common language for you to describe and provision all the infrastructure resources in your cloud environment. Cloud Formation allows you to use a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications across all regions and accounts.
This course is designed to understand and master the techniques of writing CloudFormation templates using JSON,
This course emphasizes the usage of all cloud-formation features like.
Resources
Parameters
Mappings
Conditions
MetaData
And Many More
This course Includes details examples over various advanced concepts using.
VPC
Subnets
Route 53
Internet Gateways
Route Tables
Security Groups
EC2 Instances
Useddata Scripts
Cloud Init
Autoscaling Groups
Launch Configurations
Elastic Load balancer (ELB)
And More....