IAM - Accessing AWS Flashcards
List three ways how users can Access AWS?
AWS Management Console
AWS Command Line Interface (CLI)
AWS Software Developer Kit (SDK)
How are Access Keys generated and who manages them?
They are generated through the AWS console.
Users manage their own access keys. They should be managed like a password i.e. not shared.
What is AWS CLI?
It’s a tool that enables you to interact with AWS services using commands in your command-line shell
List three features of AWS CLI?
Direct access to the public APIs of AWS services
You can develop scripts to manage your resources
It’s open source
What is AWS SDK?
It’s a set of libraries for multiple language specific APIs. It enables you to access and manage AWS services programmatically.
True or False? AWS SDK is used within your terminal like CLI?
False. It is embedded within your application
What is an alternative tool to CLI that can be accessed through the AWS management console?
AWS CloudShell