AWS CLI Flashcards

1
Q

What is the name of AWS’s command interface?

A

The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.

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

The ______ is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.

A

AWS Command Line Interface (CLI)

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

When planning to use AWS CLI, what’s the best practice in handling the permissions?

A
  1. Least Privilege

2. Use Groups

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

You will only see this once. You’ll have to delete them and regenerate them if you lose it. In AWS CLI, you will need to run “aws configure” command again.

A

Secret Access Key (and Access Key ID)

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

What two permissions-related bits of information do you need to connect to an EC2 instance via SSH?

A

Access Key ID and Secret Access Key

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

True or False: Each developer should have their own access key ID and secret access key.

A

True. Don’t share key pairs. They are like password and should never be shared.

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

The AWS CLI software supports what operating systems?

A

Linux, Windows and MacOS

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