AWS CLI Flashcards

1
Q

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

A

Least privilege

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

yes, it works on all 3 OSes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly