Scaling Docker on AWS
Scaling Docker on AWS, available at $49.99, has an average rating of 4.65, with 63 lectures, 9 quizzes, based on 953 reviews, and has 7819 subscribers.
You will learn about Learn how to Dockerize a Ruby on Rails application Ability to scale and load balance a web application to many hosts General AWS knowledge that you can apply outside of Docker Confidence to apply for DevOps positions at software companies This course is ideal for individuals who are Anyone who wants to learn how to scale Docker on AWS or Anyone who wants to deploy a web application in an automated way or Anyone who wants to scale their web application to multiple servers or Anyone who wants to further their career by improving their DevOps skills It is particularly useful for Anyone who wants to learn how to scale Docker on AWS or Anyone who wants to deploy a web application in an automated way or Anyone who wants to scale their web application to multiple servers or Anyone who wants to further their career by improving their DevOps skills.
Enroll now: Scaling Docker on AWS
Summary
Title: Scaling Docker on AWS
Price: $49.99
Average Rating: 4.65
Number of Lectures: 63
Number of Quizzes: 9
Number of Published Lectures: 62
Number of Published Quizzes: 9
Number of Curriculum Items: 72
Number of Published Curriculum Objects: 71
Original Price: $22.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn how to Dockerize a Ruby on Rails application
- Ability to scale and load balance a web application to many hosts
- General AWS knowledge that you can apply outside of Docker
- Confidence to apply for DevOps positions at software companies
Who Should Attend
- Anyone who wants to learn how to scale Docker on AWS
- Anyone who wants to deploy a web application in an automated way
- Anyone who wants to scale their web application to multiple servers
- Anyone who wants to further their career by improving their DevOps skills
Target Audiences
- Anyone who wants to learn how to scale Docker on AWS
- Anyone who wants to deploy a web application in an automated way
- Anyone who wants to scale their web application to multiple servers
- Anyone who wants to further their career by improving their DevOps skills
Learn to deploy Docker at scale in about 6 hours
Looking to scale your web applications with Docker? How about gaining heaps of practical knowledge about working with Amazon Web Services (AWS)?
Prepare to get excited about this course!
AWS has over a million customers, some of which are the most popular websites in the world. You can be sure that AWS will be a great fit for your web application regardless of what scale you’re running at.
One awesome thing about using AWS is that a ton of companies are hiring people who have experience with it. All of the knowledge you gain from this course can be used to apply for DevOps or cloud computing positions.
The main AWS component that you’ll learn about in this course is Amazon ECS, which is the Amazon EC2 Container Service. It’s Amazon’s take on how to manage a cluster of Docker containers.
The first section of this course will concentrate on getting familiar with AWS and then performing a deep dive on Amazon ECS where you’ll learn everything there is to know about it. You’ll also get familiar with Amazon ECR which is Amazon’s private Docker registry.
During this deep dive there will be plenty of guided labs to get your hands dirty.
The second section of this course will be all about Dockerizing a multi-service Ruby on Rails application, as well as profiling that application with Docker and other open source tools.
If you’re not a developer or have no intentions of using Ruby on Rails that’s fine because you can skip the development section. The only thing you’ll have to do is build the Docker image, which will be as simple as running a few commands.
The third section of this course will be taking the knowledge learned from previous sections and deploying the application to production on AWS in a fault tolerant way.
You’ll learn how to calculate costs for a real life project hosted on AWS and load balance the web application so you can scale out to as many hosts as you need.
Along the way you’ll learn about many other AWS resources and also learn how to hook up a domain name to a load balancer and secure it with a free SSL certificate.
This entire course is very hands on, with just enough theory to understand the main goal — which is to get you comfortable scaling your web apps with Docker on AWS.
“Excellent teacher and great material – easy to follow and informative. I especially like the hands-on labs.”
Here’s what you’ll get when you sign up to my course today:
- You’ll learn how to get your development environment set up to run Docker. Windows, Mac and Linux users will be able to follow along.
- You’ll learn what Amazon ECS is and how it differs from similar services.
- You’ll learn everything there is to know about Amazon ECS.
- You’ll learn how to create your own private Docker Registry with Amazon ECR.
- You’ll gain general AWS knowledge on identity and access management, security groups, EC2, S3, ELB, RDS, ElastiCache and more.
- You’ll learn how to Dockerize a Ruby on Rails web application.
- You’ll learn how to profile your applications with Docker.
- You’ll learn how to price out a project on AWS at various traffic loads.
- You’ll learn how to load balance your web application on AWS.
- You’ll learn how to wire up a custom domain to your load balanced web app.
- You’ll learn how to create and use a FREE SSL certificate.
You’re getting all of that for just $25.
This course is jam packed with over 60 lectures, 6+ hours of videos and quizzes. You’ll also receive full PDF text directions for each video lecture and complete source code examples.
“This training is great to start using ECS on AWS. It’s very clear and the instructor explains really well the concepts of both, Docker and AWS and how they work together.”
Why is it worth using Docker?
- Saves a ton of time and headaches when setting up development environments.
- Easily move an application across environments or servers.
- Removes issues such as “well, it worked on my machine!”.
- Makes developing with teams a much more pleasant experience.
- Works on most major platforms.
- Has amazing support on most cloud hosting providers.
- Docker as a company is well funded and moving forward quickly.
Why is it worth using AWS?
- Amazon’s infrastructure is spread across the globe.
- Amazon has a tremendous amount of experience operating at scale.
- Reap the rewards of using battle hardened services.
- Avoid having to manage the low level details of your infrastructure.
- Many companies are hiring people with AWS experience.
- You can try it out for free for an entire year.
“What I loved most about this course was that I could tell how much thought Nick put into arranging the labs and resources.”
Why is this course for you?
After finishing this course you’ll have a ton of knowledge about using Docker on AWS. You’ll be able to apply this knowledge to your own projects or use it to further your career by applying for DevOps or cloud computing jobs.
You’re walking away with not only knowledge, but complete source code and working examples that you can reference for life.
Course Curriculum
Chapter 1: Welcome to the Course
Lecture 1: What Does This Course Cover?
Lecture 2: Dealing with Files
Lecture 3: Dealing with Issues
Chapter 2: Amazon ECS Overview
Lecture 1: What is Amazon ECS?
Lecture 2: How Does It Compare with Other Services?
Chapter 3: Preparation for the Hands on Labs
Lecture 1: Introduction
Lecture 2: Setting up an Initial Course Folder
Lecture 3: Installing Docker
Lecture 4: Getting Set up on AWS
Lecture 5: Installing and Configuring the AWS CLI
Lecture 6: Benefits of Using the AWS CLI
Lecture 7: Creating an SSH Keypair
Lecture 8: Creating a Security Group
Lecture 9: Creating ECS IAM Roles
Chapter 4: Deep Dive with Amazon ECS
Lecture 1: Breaking down Each ECS Component
Lecture 2: Clusters
Lecture 3: Container Agent
Lecture 4: Container Instances
Lecture 5: Task Definitions
Lecture 6: Scheduler
Lecture 7: Scheduling Services
Lecture 8: Starting Tasks
Lecture 9: Private Docker Registry (ECR)
Lecture 10: ECS CLI
Lecture 11: Tearing down Our Cluster
Chapter 5: Developing the Ruby on Rails Application
Lecture 1: Introduction
Lecture 2: Generating a New Rails Project
Lecture 3: Setting up a Strong Foundation
Lecture 4: Dockerizing Your Rails Application
Lecture 5: Running the Application Locally
Lecture 6: Working with the Application
Lecture 7: Building the Demo Application
Lecture 8: Other Web Frameworks and Custom Apps
Chapter 6: Preparing to Deploy Everything on AWS
Lecture 1: Introduction
Lecture 2: Using and Configuring nginx
Lecture 3: Setting up an S3 Bucket
Lecture 4: Setting up RDS for Postgres
Lecture 5: Setting up ElastiCache for Redis
Lecture 6: Setting up an Elastic Load Balancer
Lecture 7: Visualizing the Application's Architecture
Lecture 8: Profiling the Ruby on Rails Application
Chapter 7: Estimating AWS Costs Based on Facts
Lecture 1: Introduction
Lecture 2: Going over the Cost Spreadsheet
Lecture 3: Experimenting with Different Traffic Figures
Lecture 4: Comparing Costs to Other Cloud Providers
Lecture 5: Benefiting from Amazon's Free Tier
Chapter 8: Deploying Everything with Amazon ECS
Lecture 1: Introduction
Lecture 2: Creating the Production Cluster
Lecture 3: Creating the Private Registry Repositories
Lecture 4: Spinning up Multiple Container Instances
Lecture 5: Registering the Task Definitions
Lecture 6: Scheduling Services
Lecture 7: Pushing Application Changes without Downtime
Lecture 8: Automating Your Deployments with a Script
Lecture 9: Exploring the AWS Console and Container Logs
Chapter 9: Domain Names and SSL
Lecture 1: Introduction
Lecture 2: Wiring up the ELB Endpoint to a Domain Name
Lecture 3: Creating Free SSL Certificates with Amazon ACM
Lecture 4: Updating the Security Group to Handle SSL
Lecture 5: Updating the ELB to Handle SSL
Lecture 6: Updating nginx to Handle SSL
Chapter 10: Where to Go Next?
Lecture 1: Congrats on Finishing the Course
Instructors
-
Nick Janetakis
Developer / Docker Captain / Teacher
Rating Distribution
- 1 stars: 23 votes
- 2 stars: 24 votes
- 3 stars: 114 votes
- 4 stars: 305 votes
- 5 stars: 486 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 Language Learning Courses to Learn in November 2024
- 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