If you want to launch Amazon Elastic Compute Cloud (EC2) instances and assign each instance a
predetermined private IP address you should:
A.
Launch the instance from a private Amazon Machine Image (AMI).
B.
Assign a group of sequential Elastic IP address to the instances.
C.
Launch the instances in the Amazon Virtual Private Cloud (VPC).
D.
Launch the instances in a Placement Group.
E.
Use standard EC2 instances since each instance gets a private Domain Name Service (DNS) already.
Explanation:
Each instance in a VPC has a default network interface (eth0) that is assigned the primary private IP address.
agree to: C
I agree, C is probably right.
A, B, D and E don’t really make sense for this question.
It’s A. The matter here is “predetermined” IP address.
When you are creating the instance in the VPC, you can specify an IP address using the console, commandline, or api. This question is testing your knowledge of this functionality. Answer is C but be sure that you understand why if you are going to work with AWS in the real world.