230 likes | 1.25k Views
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
E N D
EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing
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
Why AWS CloudFormation? EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing
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
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
What is AWS CloudFormation? EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing
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
Get started in AWS CloudFormation EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing
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
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
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
Structure of JSON Document EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing
Structure of JSON Document AWS Template Format Version Description Metadata Parameters Mappings Conditions Outputs Resources EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing
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
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
Demo EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing
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
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
Thank You … Questions/Queries/Feedback EDUREKA AWS ARCHITECT CERTIFICATION TRAINING www.edureka.co/cloudcomputing