Thursday, January 31, 2019

Aws cloud formation


Is a service that helps you model and set up our amazon web services resources so that we can spend less time managing those resources and more time focusing on our applications that run on AWS

TEMPLATES
We can also create templates in AWS cloud formation.We can use designers for creating this template and save this template

  •  To create a cloud formation script we need a JSON script.This can also be created using cloud formation designer as shown below. When we drag  resource JSON script would be generated.




  • Now we need to create stack from this template

  • The template would be ready and would be available under cloud formation stacks.
  • We can see that the s3 bucket has been created.
  • We can replicate this template based on the need again and again

No comments:

Post a Comment