1 / 20

AWS CloudFormation Tutorial | AWS CloudFormation Demo | AWS Tutorial | AWS Training | Edureka

This AWS CloudFormation tutorial shall teach you how to use AWS CloudFormation and why it is used. Towards the end, we will be learning how to create a template using a JSON script and also create a stack using the sample templates. Below are the topics covered in this tutorial: <br><br>1. Why AWS CloudFormation? <br>2. What is CloudFormation? <br>3. Get Started in CloudFormation <br>4. Structure of JSON Document <br>5. Sample JSON

EdurekaIN
Download Presentation

AWS CloudFormation Tutorial | AWS CloudFormation Demo | AWS Tutorial | AWS Training | Edureka

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  2. Agenda for Today’s Session Why AWS CloudFormation? What is CloudFormation? Get Started in CloudFormation Structure of JSON Document Sample JSON Demo EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  3. Why AWS CloudFormation? EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  4. Why AWS CloudFormation? A complex application on AWS can have many resources and managing all these resources can be a mundane task. EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  5. Why AWS CloudFormation? A complex application on AWS can have many resources and managing all these resources can be a mundane task. AWS CloudFormation EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  6. What is AWS CloudFormation? EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  7. 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. Snapshot of this Infrastructure. AWS CloudFormation AWS Infrastructure EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  8. Get started in AWS CloudFormation EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  9. Get Started in AWS CloudFormation For creating templates in AWS CloudFormation you use a JSON script. EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  10. Get Started in AWS CloudFormation For creating templates in AWS CloudFormation you use a JSON script. EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  11. Get Started in AWS CloudFormation JavaScript Object Notation is an open-standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  12. Structure of JSON Document EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  13. Structure of JSON Document AWS Template Format Version Description Metadata Parameters Mappings Conditions Outputs Resources EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  14. Structure of JSON Document AWS Template Format Version Description Metadata Parameters Mappings Conditions Outputs Resources (The only section that is required) EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  15. Structure of JSON Document This is how your JSON code will look like, with just the Resource parameter in it. Sample JSON Code EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  16. Demo EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  17. S3 Bucket Demo Let’s use the sample code from our example, and use it in CloudFormation. S3 Code EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  18. LAMP Stack Demo Let’s see how we can install the LAMP package on EC2 using CloudFormation. EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

  19. Thank You … Questions/Queries/Feedback EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing

More Related