You are a solutions architect working for a large digital media company. Your company is migrating their production estate to AWS and you are in the process of setting up access to the AWS console using Identity Access Management (IAM). You have created 5 users for your system administrators. What further steps do you need to take to enable your system administrators to get access to the AWS console?
A. Generate an Access Key ID & Secret Access Key, and give these to your system administrators.
B. Enable multi-factor authentication on their accounts and define a password policy.
C. Generate a password for each user created and give these passwords to your system administrators.
D. Give the system administrators the secret access key and access key id, and tell them to use these credentials to log in to the AWS console.
Answer: C. Generate a password for each user created and give these passwords to your system administrators.
You might also like to view...
Which of the following is false?
a. A static method must be used to access private static instance variables. b. A static method has no this reference. c. A static method can be accessed even when no objects of its class have been instantiated. d. A static method can call instance methods directly.
In the figure above, what do you need to add to fix the tag pointed at by item 2 under the strict DTD?
A. alt="" B. map="" / C. map="" D. alt="" /
Which of the following statements are true?
a. All methods in FileInputStream/FileOutputStream are inherited from InputStream/OutputStream. b. You can create a FileInputStream/FileOutputStream from a File object or a file name using FileInputStream/FileOutputStream constructors. c. The return value -1 from the read() method signifies the end of file. d. A java.io.FileNotFoundException would occur if you attempt to create a FileInputStream with a nonexistent file. e. A java.io.FileNotFoundException would occur if you attempt to create a FileOutputStream with a nonexistent file.
A(n) ______________ declaration contains a comma-separated list of constants.
Fill in the blank(s) with the appropriate word(s).