Security - Credential and Access Management Flashcards
What is IAM?
authorization and authentication of AWS resources
What is a resource-bases policy?
permission policies attached to a resource such as a S3 bucket, inline only; trust polices are attached to a role and define which principals can assume that role
What is a identity-based policy?
permission policies attached to a principal or identity, inline; managed or inline
What is a principal?
any entity that can use an AWS resource; user, roles, federated users and applications
What is a request?
use of the AWS management console by a principal is a request
What is a IAM role?
a role does not have credentials like a user; service that performs actions in your account on your behalf
What is AWS Security Token Service?
provide trusted users with temporary security credentials for access to AWS resources
What is AWS secrets manager?
Store passwords, encryption keys, API keys, SSH keys, and alternative way of storing passwords; can access secret keys via API provided by IAM