CloudFormation

It can be create AWS Environments at scale in a much quicker way, as it is a way to code a infrastructure.

It is a template to setup/configure resources which is given in YAML or JSON

It can be used to create stack (AWS Resources such as VPC or S3 or EC2 or any other service supported) as IAM user or Assume Role

Last updated