IAM & AWS CLI Flashcards
3 options to access AWS
- CLI (Command Line Interface)
- SDK (Software Dev Kit)
- Management Console
How do you create access keys?
AWS Console
Are Access Keys managed by AWS or the User?
User
What is the AWS CLI?
Its the command line interface which allows you to interact with AWS cervices using commands.
What is the AWS CLI?
Its the command line interface which allows you to interact with AWS cervices using commands.
Does the CLI have direct access to public APIs of AWS services?
Yes
Can you develop scripts to manage your resources using the AWS CLI?
Yes
What is AWS SDK?
Software Development Kit
What is SDK made of?
Language-specific APIs (set of libraries)
What does SDK lets you do?
Enables you to access and manage AWS services programmatically
Is SDK embedded within your application?
Yes
SDK Example?
CLI is built on AWS SDK for Python
What is CloudShell?
It is a terminal in cloud of AWS - Works by Region
What do AWS services need to perform actions on your behalf?
IAM Roles for Services
What are IAM roles used by?
AWS Services