AWS CLI Flashcards Preview

AWS Associate Triforce > AWS CLI > Flashcards

Flashcards in AWS CLI Deck (5)
Loading flashcards...
1
Q

Always give your users the minimum amount of access required is called …

A

Least privilege

2
Q

Assign your users to groups. Your users will automatically inherit the permissions of the group. The groups permissions are assigned using policy documents.

A

Create Groups

3
Q

You will see this only once. IF you do not save it, you can delete the key pair and regenerate it. You will need to run AWS configure again.

A

Secret Access Key

4
Q

Is it better to create one secret access key per developer or create one key and share it with all developers?

A

Do not use just one key. Do not create just one access key and share it with all your developers. IF someone leaves the company on bad terms, then you will need to delete the key and create a new one and every developer would then need to update their keys. Instead, create one key pair per developer.

5
Q

Can you use the AWS CLI on a PC, MAC and Linux?

A

yes, it works on all 3 OSes.