Join Arthur Ulfeldt for an in-depth discussion in this video Explore the ECS cluster, part of Deploying Docker to AWS (2017).
Let's take a minute to talk a little more…about the ECS agent and kind of demystify it.…The ECS agent is just a program,…it's not magic.…In fact, its source code is available…right here on GitHub, so you can go…and check out the source code if you want.…In fact, the only requirement for an instance…to become part of your cluster is that you…install and run this piece of software on it.…So to show that, I've made an instance here…that is part of the same security group…that my cluster requires and is in…the same instance role as the rest…of my cluster, as we can see here…by looking at the IAM role.…
Now I'm going to go ahead and SSH…into that instance and make it part…of the cluster.…I'm going to start by running sudo yum…install ECS agent.…Now it's installed the agent.…I'm going to go ahead and make sure…docker is running.…Sudo service Docker start.…Okay, docker's up and running.…
Now let's tell this instance to start running the agent.…Sudo start ECS.…Okay, wow, let's see if that's doing anything.…An excellent way to debug agent problems…
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: Explore the ECS cluster