EC2_3 Flashcards
1
Q
Processor State Control
IP address for Instance Metadata and user data?
A
169.254.169.254
2
Q
Processor State Control
Cool use of meta-data instance “ami-launch-index”?
A
Create cluster, use this number so each instance can decide on it’s role. 0 == I’ll be the master, 1 == I’ll be the backup master, 2+ == I’ll be a worker.
3
Q
Processor State Control
What is User Data? When is it used?
A
Strictly at instance launch (not every start-up) and never again.