VPC Solutions with EC2 for Production: AWS with Terraform
VPC Solutions with EC2 for Production: AWS with Terraform, available at $69.99, has an average rating of 4.45, with 49 lectures, 1 quizzes, based on 531 reviews, and has 4133 subscribers.
You will learn about You'll learn how to code against AWS using Terraform! You'll learn the AWS Well-Architected Framework Best-Practices while implementing! You'll learn how to isolate and control your own infrastructure with Terraform using Route Tables, Internet Gateways, Security Groups and Rules! You'll learn how to launch Highly-Available, Scalable, Fault-Tolerant and Resilient EC2 Instances on AWS using Terraform! You'll have very good understanding of VPC concepts like Subnets, Route Tables and Internet Gateways by putting all into real-world practice with Terraform code You'll be confident to work with AWS using Terraform for any kind of AWS Resource on VPC and EC2 Instances! You'll learn how to read and code against an Terraform HCL language! You'll be able to launch your own infrastructure on AWS without even signing-in to AWS! This course is ideal for individuals who are Beginners on AWS who wants to put their theory in practice or AWS Cloud Architect Associate Exam Preppers who wants to practice their theories with real projects or Who wants to learn how to implement Infrastructure-as-a-Code or IaaS on AWS or Who wants to learn Terraform, infrastructure configuration language from Terraform or Who wants to learn and launch Highly-Available, Scalable, Fault-Tolerant and Resilient architectures on AWS! or Who wants to learn how to develop infrastructures on AWS using Terraform or Who wants to learn how to launch Virtual Private Clouds, Public-Private Subnets and more with Terraform code on AWS or Who wants to learn how to launch EC2 Instances publicly and privately using Terraform on AWS or Who wants to learn AWS provider of Terraform It is particularly useful for Beginners on AWS who wants to put their theory in practice or AWS Cloud Architect Associate Exam Preppers who wants to practice their theories with real projects or Who wants to learn how to implement Infrastructure-as-a-Code or IaaS on AWS or Who wants to learn Terraform, infrastructure configuration language from Terraform or Who wants to learn and launch Highly-Available, Scalable, Fault-Tolerant and Resilient architectures on AWS! or Who wants to learn how to develop infrastructures on AWS using Terraform or Who wants to learn how to launch Virtual Private Clouds, Public-Private Subnets and more with Terraform code on AWS or Who wants to learn how to launch EC2 Instances publicly and privately using Terraform on AWS or Who wants to learn AWS provider of Terraform.
Enroll now: VPC Solutions with EC2 for Production: AWS with Terraform
Summary
Title: VPC Solutions with EC2 for Production: AWS with Terraform
Price: $69.99
Average Rating: 4.45
Number of Lectures: 49
Number of Quizzes: 1
Number of Published Lectures: 49
Number of Published Quizzes: 1
Number of Curriculum Items: 51
Number of Published Curriculum Objects: 51
Number of Practice Tests: 1
Number of Published Practice Tests: 1
Original Price: $49.99
Quality Status: approved
Status: Live
What You Will Learn
- You'll learn how to code against AWS using Terraform!
- You'll learn the AWS Well-Architected Framework Best-Practices while implementing!
- You'll learn how to isolate and control your own infrastructure with Terraform using Route Tables, Internet Gateways, Security Groups and Rules!
- You'll learn how to launch Highly-Available, Scalable, Fault-Tolerant and Resilient EC2 Instances on AWS using Terraform!
- You'll have very good understanding of VPC concepts like Subnets, Route Tables and Internet Gateways by putting all into real-world practice with Terraform code
- You'll be confident to work with AWS using Terraform for any kind of AWS Resource on VPC and EC2 Instances!
- You'll learn how to read and code against an Terraform HCL language!
- You'll be able to launch your own infrastructure on AWS without even signing-in to AWS!
Who Should Attend
- Beginners on AWS who wants to put their theory in practice
- AWS Cloud Architect Associate Exam Preppers who wants to practice their theories with real projects
- Who wants to learn how to implement Infrastructure-as-a-Code or IaaS on AWS
- Who wants to learn Terraform, infrastructure configuration language from Terraform
- Who wants to learn and launch Highly-Available, Scalable, Fault-Tolerant and Resilient architectures on AWS!
- Who wants to learn how to develop infrastructures on AWS using Terraform
- Who wants to learn how to launch Virtual Private Clouds, Public-Private Subnets and more with Terraform code on AWS
- Who wants to learn how to launch EC2 Instances publicly and privately using Terraform on AWS
- Who wants to learn AWS provider of Terraform
Target Audiences
- Beginners on AWS who wants to put their theory in practice
- AWS Cloud Architect Associate Exam Preppers who wants to practice their theories with real projects
- Who wants to learn how to implement Infrastructure-as-a-Code or IaaS on AWS
- Who wants to learn Terraform, infrastructure configuration language from Terraform
- Who wants to learn and launch Highly-Available, Scalable, Fault-Tolerant and Resilient architectures on AWS!
- Who wants to learn how to develop infrastructures on AWS using Terraform
- Who wants to learn how to launch Virtual Private Clouds, Public-Private Subnets and more with Terraform code on AWS
- Who wants to learn how to launch EC2 Instances publicly and privately using Terraform on AWS
- Who wants to learn AWS provider of Terraform
Up-to-date with Terraform 0.14+!
Learn to implement production-ready infrastructure with AWS and Terraform today with an AWS Certified Solutions Architect!
Do you want to implement your complete infrastructure as code? Do you want to learn the coolest and most popular infrastructure configuration management tool on the market, Terraform and make a huge contribution to your skillset?
Then this course is what you need! You will not only learn how to implement Terraform code but also implement an AWS Well-Architected Framework recommended deployment model which will be Highly-Available, Scalable, Fault-Tolerant and Resilient!
-
In this course, we will start by exploring the tools we need throughout the course. Just to note here too, we will need an IDE with a proper Terraform plugin available. An AWS account is also necessary so I will show you how to get one if you do not already have it. Sure we will set up our environment variables for Terraform deployments and also configure our IDE to use Terraform efficiently by installing a Terraform Plugin which will highlight the syntax and auto-complete everything we intend to do.
-
In between all these, I will also give you a crash course on Terraform where you will gain all the information you need to implement this infrastructure!
-
Once we have everything set up, now is time to get our hands dirty and write some Terraform code to implement our cool, shiny architecture!
-
We will start off with implementing our remote state and obtaining a key pair which we will use to connect to the instances we will launch. Once we get these done, we will first create the Virtual Private Cloud (VPC) environment. To meet the demands of high-availability, we will spread our private and public subnets to three different availability zones inside a region. We will also create our Private and Public Route Tables to manage the routing between our resources inside VPC.
-
We’ll also make sure to attach an Internet Gateway (IGW) to our VPC to use with public subnets so the resources in those will be able to access and receive public internet traffic. Our private subnet also need some form of internet connection but not both ways; we want only internet access for outgoing connections from our resources in private subnets! To satisfy this requirement, we will launch and attach a NAT Gateway to our private route table.
-
After configuring the low-level networking infrastructure, we will proceed to implement our Launch Configurations for both public and private EC2 instances we will launch through Auto-Scaling Groups. Once we implement the instance launching configurations, we will move on to implement our Auto-Scaling Groups using these launch configurations. We will configure the subnets, machine images, startup scripts and simply everything we need to launch instances successfully.
-
Auto-Scaling doesn’t come out of the box; we will need to configure it regarding our demands and how we want to scale our instances. For our implementation, we will use Target Tracking Scaling which will help use scale and manage our EC2 instances all by itself; we don’t have to do a single thing!
-
We do not do anything for Auto-Scaling once we set it up but for sure we want to know what’s going on with our instances. That’s why we will create a SNS Topic and subscribe to it to get real-time notifications on what’s happening with our instances and infrastructure.
There are much more to come in this course and I cannot wait for you to come and learn the best practices from an AWS Certified Solutions Architect!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Welcome
Lecture 2: About This Course
Lecture 3: What We Will Build in This Course
Lecture 4: What Do You Need For This Course
Chapter 2: Preparing The Environment for Development
Lecture 1: Create an AWS Account If You Don't Already Have It!
Lecture 2: Logging in to AWS Console and A Walkthrough
Lecture 3: Let's Create Our AWS Credentials!
Chapter 3: Windows Environment Setup
Lecture 1: Installing Terraform and IntelliJ Plugin
Lecture 2: Installing AWS SDK (CLI)
Lecture 3: Preparing AWS Credentials for Environment
Chapter 4: MacOS Environment Setup
Lecture 1: Installing Terraform and IntelliJ Plugin
Lecture 2: Installing AWS SDK (CLI)
Lecture 3: Preparing AWS Credentials for Environment
Chapter 5: Terraform Refresher
Lecture 1: Terraform Crash Course
Chapter 6: Virtual Private Cloud (VPC) Network Infrastructure with Terraform – Part 1
Lecture 1: Creating a Key Pair for EC2 Instances
Lecture 2: Creating a S3 Bucket for Terraform Remote State
Lecture 3: Creating Our Project
Lecture 4: Defining Our Remote State Configuration
Lecture 5: Creating a Virtual Private Cloud (VPC)
Lecture 6: Creating Public Subnets
Lecture 7: Creating Private Subnets
Chapter 7: Virtual Private Cloud (VPC) Network Infrastructure with Terraform – Part 2
Lecture 1: Creating a Route Table for Public Routes
Lecture 2: Creating a Route Table for Private Routes
Lecture 3: Associating Route Tables with Subnets
Lecture 4: Creating an Elastic IP for NAT Gateway
Lecture 5: Creating the NAT Gateway and Adding to Route Table
Lecture 6: Create an Internet Gateway (IGW) and Adding to Route Table
Lecture 7: Executing Terraform and Outputting Variables for Remote State Reading
Chapter 8: Elastic Compute Cloud (EC2) with Terraform – Part 1
Lecture 1: Defining Backend and Reading Remote State for Layer 1 Infrastructure
Lecture 2: Creating Security Groups for EC2 Instances and ELB
Lecture 3: Creating an IAM Role for EC2 Instances
Lecture 4: Creating an IAM Role Policy for EC2 Instances
Lecture 5: Creating an IAM Instance Profile
Lecture 6: Dynamically Using Latest AMI for EC2 Instances
Lecture 7: Launch Configuration for Private EC2 Instances
Lecture 8: Launch Configuration for Public EC2 Instances
Chapter 9: EC2 High Availability, Scalability and Fault Tolerance with Terraform
Lecture 1: Creating a Load Balancer for Public Web App Tier
Lecture 2: Creating a Load Balancer for Private Backend App Tier
Lecture 3: Creating an Auto-Scaling Group for Private EC2 Instances
Lecture 4: Creating an Auto-Scaling Group for Public EC2 Instances
Lecture 5: Creating an Auto-Scaling Policy for Public EC2 Instances
Lecture 6: Creating an Auto-Scaling Policy for Private EC2 Instances
Lecture 7: Creating a SNS Topic for Auto-Scaling Notifications
Lecture 8: Creating a SNS Subscription for SMS to Receive Auto-Scaling Notifications
Lecture 9: Defining Auto-Scaling Notifications for Triggering on Certain Events
Lecture 10: Reviewing Our Code and Infrastructure Before Execution
Lecture 11: Providing Tfvars, Planning and Executing Everything
Lecture 12: Testing Out The Whole Architecture and Verifying Our Setup
Chapter 10: Wrapping Up
Lecture 1: Thank You!
Instructors
-
Niyazi Erdogan
AWS Certified Solutions Architect, Software Engineer
Rating Distribution
- 1 stars: 9 votes
- 2 stars: 10 votes
- 3 stars: 44 votes
- 4 stars: 215 votes
- 5 stars: 253 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