Placement Groups

Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or

Already have an account? Sign In »

Time
19 hours 19 minutes
Difficulty
Intermediate
CEU/CPE
20
Video Transcription
00:00
>> Hey everybody, welcome back.
00:00
In this lesson, we're going to be talking
00:00
about placement groups and
00:00
what that is for EC2 instances.
00:00
We're going to be describing
00:00
the purpose of placement groups,
00:00
why you want to utilize them,
00:00
and then highlight some of the key
00:00
benefits of utilizing them.
00:00
Let me go ahead and take a step back here.
00:00
When you're launching an EC2 instance,
00:00
the EC2 service is going to attempt
00:00
to place the instance in such a way that
00:00
spreads out the resources across
00:00
all the underlying hardware to minimize failures.
00:00
With placement groups, you can influence how that's being
00:00
done in a couple of ways you can do that is
00:00
through clusters, partitions and spreads.
00:00
Clusters, packs the instances close together
00:00
inside a single availability zone for reduce latency.
00:00
If you're having high traffic between EC2 instances,
00:00
that could be beneficial having a cluster.
00:00
Partitions spreads the instances out
00:00
across logical partitions that don't share the hardware.
00:00
This is common for things like Hadoop, Cassandra, Kafka,
00:00
things like that and then spread designs
00:00
to reduce correlated failures across common hardware.
00:00
Sticking it on different designated pieces of
00:00
hardware runs that EC2 instance.
00:00
That if a hard drive fails,
00:00
it's not knocking out all of your EC2 instances,
00:00
it's just knocking out the one that's running on that.
00:00
Different reasons for having them,
00:00
but that's what placement groups are.
00:00
You're going to want to understand what
00:00
placement groups are.
00:00
Make sure you can describe these different purposes,
00:00
cluster partitioning and spread.
00:00
And I'm going to actually
00:00
attach a link in the description or
00:00
the resource page that provides some context here.
00:00
You can read the documentation on placement groups and
00:00
understand why it's there,
00:00
why you want to use it.
00:00
In case this video wasn't sufficient enough,
00:00
you can actually dig into it yourself.
00:00
That wraps up this lecture.
00:00
I'll see you guys in the next one.
Up Next