Category : Amazon Web Services (AWS)

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

https://www.udemy.com/aws-cloudformation-master-class/learn/v4/t/lecture/8138980?start=0 Main Menu Section Menu YAML Crash Course Creating an S3 Bucket Updating a Resource Understanding the CloudFormation Template Options Using the CloudFormation Designer CloudFormation Building Blocks Deploying CloudFormation Templates Quiz   YAML Crash Course JSON to YAML Converter YAML and JSON both work for CF JSON is horrible, YAML is awsome Key-Value Pairs Delimited ..

Read more

AWS Resource Reference Link Main Menu Getting Started Course Introduction What is CloudFormation Benefits of CloudFormation Code Downloads and Tools First AWS CloudFormation template Summary Quiz CloudFormation First Hands-On CloudFormation Parameters CloudFormation Resources CloudFormation Mappings CloudFormation Outputs CloudFormation Conditions CloudFormation Metadata CFN Init and EC2 User Data CloudFormation Advanced Topics Getting Started How to install ..

Read more

  What are the valid methodologies for encrypting data on S3? x SSE-S3, SSE-C, SSE-KMS, Client Library such as S3 Encryption Client SSE-S3, SSE-A, SSE-KMS, Client Library such as S3 Encryption Client SSE-S3, SSE-C, SSE-SSL, Client Library such as S3 Encryption Client SSE-S3, SSE-C, SSE-SSL, Server Library such as S3 Encryption Client In Identity and ..

Read more