What does specifying the mapping /dev/sdc=none when launching an instance do?
A.
Prevents /dev/sdc from creating the instance.
B.
Prevents /dev/sdc from deleting the instance.
C.
Set the value of /dev/sdc to ‘zero’.
D.
Prevents /dev/sdc from attaching to the instance.
Explanation:
D.
none – Suppresses an existing mapping of the device from the AMI used to launch the instance. For example: “/dev/sdc=none”.
http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-RegisterImage.html
D
D.
Prevents /dev/sdc from attaching to the instance.
D
D. Prevents /dev/sdc from attaching to the instance.
Chef, Thanks for the link to the pdf!