EC2 Instance Classification

Is there a way to distinguish between EC2 sets of instances?

My use case is that I have a bunch of machines for the web tier and a bunch of machines of the search tier; currently, the only way to keep track of what each instance does is use a directory with rolls of your own resource, such as LDAP or a database.

Ideally, I would like to define the role of the machine from the metadata available from the AWS API.

Currently, the only approach I came up with is to have different roles in different security groups (even if this is not strictly required). Is there a better way?

+3
source share
4

, , rightscale, , . , , - Amazon.

Amazon (https://console.aws.amazon.com/), - RightScale. , -, ElasticFox. , .

, . , , ( ) , ( -.)

+2

, RightScale, EC2 . , .

AWS - ElasticFox, , , EBS .., , . ID Amazon , : -)

The AWS console shows a security group for each instance, so Gerald’s proposal to use a security group to identify different groups of instances will work there, but still not as good as having an editable label for each device.

0
source

Although this is not in AWS metadata, you can always use something like iClassify . It is designed as a metadata repository for servers, EC2 or not.

0
source

All Articles