2. Interacting with AWS Flashcards
What are three main ways to interact with AWS Services?
- 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.
Describe the ‘AWS Management Console’. Provide the link for this.
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
Describe the ‘AWS Command Line Interface’.
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.
Describe the ‘AWS Software Developer Kit’.
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.
What are the AWS SDK Languages supported?
9 (Java, Javascript, Node.JS, .NET, Python, PHP, Ruby, Go, C++)
Provide the CLI command for setting up a user profile and reviewing the account.
aws configure –profile pstest
aws s3 ls –profile pstest