2. Interacting with AWS Flashcards

1
Q

What are three main ways to interact with AWS Services?

A
  • AWS CLI - Command Line Access for administering AWS resources.
  • AWS Console - User can leverage their browser to configure resources.
  • AWS SDK - Programmatic access to manage AWS resources.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe the ‘AWS Management Console’. Provide the link for this.

A

A web and app based interface for interacting with most of all the 150+ AWS services. All major browsers and mobile operating systems are supported. console.aws.amazon.com

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

Describe the ‘AWS Command Line Interface’.

A

CLI. Tool to manage your use of AWS services from the command line on Windows, Max, and Linux. Most every task that can be done in the console can be done with the CLI.

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

Describe the ‘AWS Software Developer Kit’.

A

SDK. Programming language-specific resources that allow you to interact with AWS services via code. This approach enables you to automate many aspects of how you interact with the platform.

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

What are the AWS SDK Languages supported?

A

9 (Java, Javascript, Node.JS, .NET, Python, PHP, Ruby, Go, C++)

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

Provide the CLI command for setting up a user profile and reviewing the account.

A

aws configure –profile pstest

aws s3 ls –profile pstest

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