Please select the Amazon EC2 resource which cannot be tagged.

A. images (AMIs, kernels, RAM disks)
B. Amazon EBS volumes
C. Elastic IP addresses
D. VPCs


Answer: C. Elastic IP addresses

Computer Science & Information Technology

You might also like to view...

How many times will "bye bye" display after the following code is executed?

``` var b = 3; var g = 1; do { document.write("bye bye"); g++; } while (g > b) ``` a. 3 b. 2 c. 1 d. none

Computer Science & Information Technology

Right-brained people tend to favor pseudocode as a method of developing algorithms for programs

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In which of the following situations should you install an IPS instead of an IDS?

A. You want to improve access times to frequently accessed websites. B. You want to document any instance of malicious activity on your LAN. C. You want to block a single MAC address from accessing your LAN. D. You want to block unauthorized activity on your LAN from the Internet.

Computer Science & Information Technology

Which of the following is a path vector routing protocol?

A. RIP B. EIGRP C. ISIS D. OSPF E. BGP

Computer Science & Information Technology