Skip to content

AWS CloudFormation - an AWS tool that allows you to spin up resources effortlessly.

Notifications You must be signed in to change notification settings

aKumoSolutions/AWS-CloudFormation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS CloudFormation

What is AWS CloudFormation?

AWS CloudFormation is a service that gives developers and businesses an easy way to create a collection of related AWS and third party resources and provision them in an orderly and predictable fashion.

Official Documentation

Template Description Parameters
s3bucket-example1.yaml CF Template that creates S3Bucket.
s3bucket-example2.yaml CF Template that creates S3Bucket with Tags.
s3bucket-example3.yaml CF Template that creates S3Bucket based on parameters. SampleBucketName TeamTagValue EnvTagValue VersioningConfig
ec2instance-example1.yaml CF Template that creates EC2-Instance with Tags based on parameteres. AMIid EC2Type SubnetID RootVolumeSize EC2Name TeamTag EnvTag KeyName
ec2instance-example2.yaml CF Template that creates EC2-Instance based on parameteres. ImageId InstanceType SubnetId SSHKeyName SecurityGroupId
ec2instance-example3.yaml CF Template that creates EC2-Instance and SecurityGroup. No parameters - hardcoded values
securitygroup-example1.yaml CF Template that creates SecurityGroup with Tags based on parameters. SGName MyVpc
import.yaml CF Template that creates SecurityGroup with Tags based on parameters. SGName MyVpc

About

AWS CloudFormation - an AWS tool that allows you to spin up resources effortlessly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •