IAM - Accessing AWS Flashcards

1
Q

List three ways how users can Access AWS?

A

AWS Management Console

AWS Command Line Interface (CLI)

AWS Software Developer Kit (SDK)

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

How are Access Keys generated and who manages them?

A

They are generated through the AWS console.

Users manage their own access keys. They should be managed like a password i.e. not shared.

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

What is AWS CLI?

A

It’s a tool that enables you to interact with AWS services using commands in your command-line shell

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

List three features of AWS CLI?

A

Direct access to the public APIs of AWS services

You can develop scripts to manage your resources

It’s open source

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

What is AWS SDK?

A

It’s a set of libraries for multiple language specific APIs. It enables you to access and manage AWS services programmatically.

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

True or False? AWS SDK is used within your terminal like CLI?

A

False. It is embedded within your application

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

What is an alternative tool to CLI that can be accessed through the AWS management console?

A

AWS CloudShell

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