Skip to content

thinegan/cloudformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is AWS CloudFormation?

AWS CloudFormation is a service that helps you model and set up your Amazon Web Services resources so that you can spend less time managing those resources and more time focusing on your applications that run in AWS. You create a template that describes all the AWS resources that you want (like Amazon EC2 instances or Amazon RDS DB instances), and AWS CloudFormation takes care of provisioning and configuring those resources for you. You don't need to individually create and configure AWS resources and figure out what's dependent on what; AWS CloudFormation handles all of that.

How AWS CloudFormation can help you ?

  • Simplify Infrastructure Management
  • Quickly Replicate Your Infrastructure
  • Easily Control and Track Changes to Your Infrastructure

Tutorial

A collection of CloudFormation yaml code, that I wrote for practice and knowledge gain. Feel free to use in any way you want.

About

my cloudformation tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published