AWS Cloud​Formation

AWS Cloud​Formation allow you to quickly build infrastructure required for your applications.

https://aws.amazon.com/cloudformation/

CloudFormation templates are stored as yaml or json file, this allow version control of your infrastructure, sharing the infrastructure with other developers.

To list all available stacks, run

aws cloudformation list-stacks

To create a stack, run

aws cloudformation create-stack --stack-name myteststack --template-body file:////home//user//S3_Bucket.yml

To delete a stack, run

aws cloudformation delete-stack --stack-name myteststack

aws | awscli

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *