AWS CloudFormation Step by Step: Intermediate to Advanced
AWS CloudFormation Step by Step: Intermediate to Advanced, available at $89.99, has an average rating of 4.5, with 59 lectures, based on 68 reviews, and has 1250 subscribers.
You will learn about Learn AWS CloudFormation's advanced level features in detail! Organize your stacks with cross-stack references and nested stacks. Define and deploy serverless resources with AWS Serverless Application Model (SAM). Detect and resolve stack drifts and import unmanaged resources to CloudFormation. Configure your EC2 instances with CloudFormation helper scripts. Prevent updates of your resources during a stack update with stack policies. Manage how updates will be performed on resources supporting policy attributes. Bring your own logic to CloudFormation with custom resources and wait conditions. This course is ideal for individuals who are This course is not for beginners to AWS or AWS CloudFormation. or This course is for those who finished or know all topics of my AWS CloudFormation Step by Step: Beginner to Intermediate course. or This course is for intermediate-level AWS CloudFormation users who would like to learn its advanced-level features. It is particularly useful for This course is not for beginners to AWS or AWS CloudFormation. or This course is for those who finished or know all topics of my AWS CloudFormation Step by Step: Beginner to Intermediate course. or This course is for intermediate-level AWS CloudFormation users who would like to learn its advanced-level features.
Enroll now: AWS CloudFormation Step by Step: Intermediate to Advanced
Summary
Title: AWS CloudFormation Step by Step: Intermediate to Advanced
Price: $89.99
Average Rating: 4.5
Number of Lectures: 59
Number of Published Lectures: 59
Number of Curriculum Items: 59
Number of Published Curriculum Objects: 59
Original Price: $109.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn AWS CloudFormation's advanced level features in detail!
- Organize your stacks with cross-stack references and nested stacks.
- Define and deploy serverless resources with AWS Serverless Application Model (SAM).
- Detect and resolve stack drifts and import unmanaged resources to CloudFormation.
- Configure your EC2 instances with CloudFormation helper scripts.
- Prevent updates of your resources during a stack update with stack policies.
- Manage how updates will be performed on resources supporting policy attributes.
- Bring your own logic to CloudFormation with custom resources and wait conditions.
Who Should Attend
- This course is not for beginners to AWS or AWS CloudFormation.
- This course is for those who finished or know all topics of my AWS CloudFormation Step by Step: Beginner to Intermediate course.
- This course is for intermediate-level AWS CloudFormation users who would like to learn its advanced-level features.
Target Audiences
- This course is not for beginners to AWS or AWS CloudFormation.
- This course is for those who finished or know all topics of my AWS CloudFormation Step by Step: Beginner to Intermediate course.
- This course is for intermediate-level AWS CloudFormation users who would like to learn its advanced-level features.
Would you like to learn advanced-level features of AWS CloudFormation?
Welcome to learnit from a senior AWS architect with hands-on examples and detailed explanations! This course will teach you most of the Professional-levelAWS CloudFormation concepts, and you will get more proficient at Cloud Formation in the end.
This course does not cover beginner-level features of AWS CloudFormation. If you are a beginner at AWS CloudFormation, please enroll and finish my AWS CloudFormation Step by Step: Beginner to Intermediate course first. I will be glad to see you here after that!
Why learn from me?
✓ AWS verified my knowledge and experience at the top level. I am a senior AWS consultant holding AWS Certified Solutions Architect – Professionaland AWS Certified DevOps Engineer – Professionalcertifications as well as all 3 Associate-level AWS certificates.
✓ I have a software engineering background, a BS degree in Computer Engineering, and more than 15 years of professional experienceas a developer and cloud architect in corporates and startups.
✓ I have been using AWS for more than eight years. I have also been using CloudFormation since the early days.
✓ I learned by doing and teach both theory and practice according to the AWS best practices. I explain the features with hands-on examples and also why to use them with their advantages and disadvantages. So you will benefit from my experience as well as my knowledge.
How was the course organized?
In this course, you will get from intermediate to advanced level in CloudFormation step by step!
-
Section 1: Organize your stacks efficiently with cross-stack referencesand nested stacks.
-
Section 2: Configure your EC2 instances with AWS CloudFormation using EC2 UserData property, CreationPolicy attribute, and helper scripts (cfn-init, cfn-hup, cfn-signal). We will also cover creating IAM resources with CloudFormation and IAM capabilities.
-
Section 3: Manage how CloudFormation performs updates, replacements, and deletions on resources that support policy attributes (UpdatePolicy, UpdateReplacePolicy, DeletionPolicy).
-
Section 4:Prevent updates of your stack resources during a stack update by setting a stack policy.
-
Section 5: Bring your own logic to AWS CloudFormation with custom resources and control the flow of stack creations with wait conditions.
-
Section 6: Detect and resolve manual changes to your stack resources, stack drifts. We will also talk about importing existing resources to CloudFormation that are not managed by any stack yet.
-
Section 7: Define and deploy serverless resources with AWS Serverless Application Model (SAM), a subset of CloudFormation for serverless resources, and its command-line interface SAM CLI. You will not make any programming for AWS Lambda functions. You will focus on defining and deploying them with a CloudFormation perspective.
In the end, you will be able to use AWS CloudFormation more efficiently with its advanced-level features.
Is this course for you?
-
I designed this course for developers, system administrators, or any AWS enthusiasts who finished or know all topics of my AWS CloudFormation Step by Step: Beginner to Intermediate course. So, this course is not for beginners to Cloud Formation.
-
This course is not for beginners to AWS.You should have intermediate-level AWS knowledge around core services.
-
Although I do the lectures with hands-on examples, you should have basic YAML knowledge for the templates.
-
I assume that you are comfortable with using the command line and know the cloudformation commands of AWS CLI as covered in my beginner-level course.
I recommend watching the free previews before enrolling in the course.
Join me in this course and excel at professional-level features of AWS CloudFormation step by step with hands-on examples!
Best wishes,
Emre Yilmaz
Senior AWS Architect & DevOps Engineer
⭑ AWS Certified Solutions Architect – Professional
⭑ AWS Certified DevOps Engineer – Professional
⭒ AWS Certified Solutions Architect – Associate
⭒ AWS Certified SysOps Administrator – Associate
⭒ AWS Certified Developer – Associate
Course Curriculum
Chapter 1: Cross-stack References & Nested Stacks
Lecture 1: Course Introduction
Lecture 2: AWS Region Used in the Course
Lecture 3: Exporting Stack Outputs
Lecture 4: Importing Outputs Exported by Another Stack
Lecture 5: Updating Referenced Stacks
Lecture 6: Deleting Referenced Stacks
Lecture 7: Protecting a Stack From Deletion
Lecture 8: Creating Nested Stacks From a Root Stack
Lecture 9: Updating Nested Stacks
Lecture 10: Deleting Nested Stacks
Lecture 11: Using Local Paths and Packaging Nested Stacks With AWS CLI
Lecture 12: Updating Nested Stacks via Bash Scripts
Lecture 13: Enabling Termination Protection on Nested Stacks
Chapter 2: EC2 UserData & CloudFormation Helper Scripts
Lecture 1: Section 2 Introduction
Lecture 2: EC2 UserData and Fn::Base64 Function
Lecture 3: Creating IAM Resources With CloudFormation
Lecture 4: CreationPolicy Attribute and cfn-signal Helper Script
Lecture 5: Introduction to cfn-init Helper Script
Lecture 6: Authenticated Source Downloads With cfn-init
Lecture 7: Defining Multiple Configs and Configsets
Lecture 8: Updating EC2 Instance Configurations Using cfn-hup
Lecture 9: Viewing Helper Script Logs and cfn-get-metadata
Lecture 10: Using Helper Scripts With EC2 Auto Scaling Groups
Chapter 3: Resource Policy Attributes
Lecture 1: Section 3 Introduction
Lecture 2: What Are Resource Policy Attributes?
Lecture 3: Using UpdatePolicy for Rolling Updates on Auto Scaling Groups
Lecture 4: Using UpdatePolicy for Replacement Updates on Auto Scaling Groups
Lecture 5: Using the DeletionPolicy Attribute
Lecture 6: Using the UpdateReplacePolicy Attribute
Chapter 4: Stack Policies
Lecture 1: Section 4 Introduction
Lecture 2: Introduction to Stack Policies
Lecture 3: Setting and Updating Stack Policies
Lecture 4: Preventing Updates of a Specific Resource
Lecture 5: Preventing a Particular Type of Update
Lecture 6: Preventing Updates of Specific Resource Types
Chapter 5: Custom Resources & Wait Conditions
Lecture 1: Section 5 Introduction
Lecture 2: Introduction to Custom Resources
Lecture 3: Creating Custom Resources With AWS Lambda
Lecture 4: Custom Resource Updates With Replacements
Lecture 5: Deleting Custom Resources
Lecture 6: What are Wait Conditions?
Lecture 7: Using Wait Conditions With the CreationPolicy Attribute
Lecture 8: Defining a Wait Condition Handle for a Wait Condition
Chapter 6: Stack Drifts & Importing Resources
Lecture 1: Section 6 Introduction
Lecture 2: Detecting Manual Changes to Stack Resources
Lecture 3: Resolving Drifts by Importing Resources Back
Lecture 4: Resolving Drifts with Unlinked Stack Resources
Lecture 5: Creating a Stack by Importing Existing Resources
Chapter 7: Serverless Resources with AWS Serverless Application Model (SAM)
Lecture 1: Section 7 Introduction
Lecture 2: Introduction to AWS Serverless Application Model (SAM)
Lecture 3: Initializing a SAM Project With SAM CLI
Lecture 4: Deploying a SAM Project With SAM CLI
Lecture 5: Customizing Your SAM Application
Lecture 6: Adding a Different Type of Serverless Resource
Lecture 7: SAM Policy Templates
Lecture 8: Using Parameters With SAM
Lecture 9: Deleting Your SAM Stack
Chapter 8: Conclusion
Lecture 1: Course Conclusion
Lecture 2: Bonus Lecture: Join My Other Courses!
Instructors
-
Emre Yilmaz • AWS Certified DevOps Engineer • Solutions Architect
Senior AWS Consultant
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 1 votes
- 4 stars: 28 votes
- 5 stars: 39 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024