Get an introduction to the next layer of management abstraction.
- [Instructor] Let's move on from tasks a bit,…and talk about keeping things running over time,…and talk about how we do deployments well,…with Docker on AWS.…So Services.…Services have a Configuration,…that includes Which task the service should run,…What version of that task is currently running,…Where it's running, and sort of how should be distributed…across that cluster.…Now, they also maintain the current state of the system.…Is it running at all?…How many should be running?…How many are just getting started,…that's called the pending count.…
And also how many are currently running and stable?…If currently there are less running then there should be,…it will start some up.…They'll go into pending,…and eventually they'll reach running,…and hopefully if your system is healthy,…after a short while, current running…will be equal to the desired count.…It also helps manage deployments…to give your service a smooth transition between versions.…This is one of the areas where Immutable tasks,…the idea of creating new versions of tasks…
Author
Released
8/9/2017- Adding Docker to EC2 instances
- Creating ECS instances and clusters
- Building tasks
- Creating tasks through the CLI
- Creating a service from a task
- Autoscaling services
- Deploying an ECS CloudFormation stack
Skill Level Intermediate
Duration
Views
Related Courses
-
Docker for Java Developers
with Arun Gupta4h 37m Advanced
-
Introduction
-
Welcome34s
-
-
1. Docker on EC2 Instances
-
What ECS does3m 38s
-
Getting started with ECS5m 15s
-
Instances and clusters2m 15s
-
Tasks and services2m 25s
-
Docker registries4m 30s
-
-
2. Just Enough AWS Primer
-
IAM, roles, and security3m 5s
-
3. Create Instances and Clusters
-
Create an ECS cluster5m 12s
-
Scaling an ECS cluster5m 20s
-
Explore the ECS cluster3m 18s
-
-
4. Define a Task
-
Lifecycle of an ECS task2m 41s
-
Build a task, part 23m 37s
-
Edit a task1m 45s
-
-
5. Create a Service from a Task
-
Create a service1m 36s
-
Application Load Balancers5m 52s
-
Manually scale services1m 57s
-
6. Autoscaling Services
-
Cluster autoscaling process1m 37s
-
-
7. Introduction to CloudFormation
-
Conclusion
-
Next steps1m 22s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Services and service definitions