Category : CloudFormation

Main Menu The Ultimate Cloud Formation Guide Overview Security Groups EC2 Instances EC2 Bare Minimum Security Group and Key Name Parameter UserData to install Apache and PHP AWS::CloudFormation::Init config: packages to install Apache config: files to create a basic web page Overview These examples build on each other, but are mostly designed to demonstrate the ..

Read more

Course Main Menu Section 10 Main Menu Knowledge Review Using the AWS CLI Troposphere (Python) to Generate CF Templates DeletionPolicy Custom Resources with AWS Lambda Best Practices for CloudFormation Cost Estimate for Your Templates Next Steps Knowledge Review https://www.udemy.com/aws-cloudformation-master-class/learn/v4/t/lecture/8149166?start=0 Ready to Use CloudFormation templates from AWS https://github.com/awslabs/aws-cloudformation-templates https://github.com/awslabs/aws-cloudformation-templates/blob/master/aws/solutions/WordPress_Single_Instance.yaml Easier to download it from here: WordPress_Single_Instance.yaml ..

Read more

Course Main Menu Section 4 Main Menu EC2 User Data Overview EC2 User Data & Fn::Base64 in CloudFormation CloudFormation Init Overview Packages Groups and Users Sources Files Fn::Sub (substitute function) Commands Services CFN Init and Signal CFN Hands On Summary EC2 User Data Overview https://www.udemy.com/aws-cloudformation-master-class/learn/v4/t/lecture/8139272?start=0 What is CFN-Init and EC2-user data Many of the CF ..

Read more

Course Main Menu Section 4 Main Menu Overview Designer Hands On Interface Hands On Quiz Overview https://www.udemy.com/aws-cloudformation-master-class/learn/v4/t/lecture/8162170?start=0 What is Metadata? You can use the optional metadata section to include arbitrary YAML that provides details about the template or resources. Metadata: Instances: Description: “Information about the instances” Databases: Description: “Information about the databases” Special metadata keys ..

Read more

Course Main Menu Section 7 Main Menu Overview Hands On Functions Fn::GetAtt (Get Attribute) Quiz Overview https://www.udemy.com/aws-cloudformation-master-class/learn/v4/t/lecture/8162164?start=0 What are conditionals used for? Conditionals are used to control the creation of resources or outputs based on a condition. Conditions can be whatever you want them to be, but common ones are: Environment (dev / test / ..

Read more

https://www.udemy.com/aws-cloudformation-master-class/learn/v4/t/lecture/8162150?start=0 Course Main Menu Section 6 Main Menu Overview Create Security Group with Outputs Hands On Cross Stack Reference Hands On Quiz Overview What are outputs Outputs are optional outputs values that we can import into other stacks. You can also view the outputs in the AWS Console or by using the AWS CLI If ..

Read more

https://www.udemy.com/aws-cloudformation-master-class/learn/v4/t/lecture/8161736?start=0 Course Main Menu Section 5 Main Menu Mappings Overview Fn::FindInMap Mappings Hands On Pseudo Parameters in CloudFormation Quiz Mappings Overview What are Mappings? Mappings are fixed variables within your CF Template They’re very handy to differentiate between different environments (dev vs. prod), Regions, AMI types, etc. All the values are hardcoded within the template ..

Read more

https://www.udemy.com/aws-cloudformation-master-class/learn/v4/t/lecture/8139078?start=0 Course Main Menu Section 4 Main Menu Overview Hands On Optional Attributes Resources FAQ Quiz Overview https://www.udemy.com/aws-cloudformation-master-class/learn/v4/t/lecture/8139078?start=0 What are resources Resources are the core of your CF template They represent the different AWS components that will be created and configured. Resources are declared and can reference each other AWS figures out create, updates and ..

Read more

https://www.udemy.com/aws-cloudformation-master-class/learn/v4/t/lecture/8151200?start=0 Course Main Menu Section Menu Parameters Overview Theory & Hands On How to Reference a Parameter Quiz   Parameters Overview What are Parameters? Parameters are a way to provide inputs to your AWS CF template They are important to know about if: You want to reuse your templates across the company Some inputs cannot ..

Read more