Introduction to Security and Architecture on AWS Flashcards
What service controls access to AWS resources
AWS IAM
What service is a managed service that enables you to handle authentication and aspects of authorization for your custom web and mobile applications through AWS?
Amazon Cognito
What are the three AWS IAM Identities?
Users, Groups, and Roles
What are AWS IAM Users?
An account for a single individual to access an AWS resource
What are AWS IAM Groups?
Allow you to manage permissions for a group of IAM users
What are AWS IAM Roles
Enables a user or AWS service to assume permissions for a task
What is the practice of assigning the bare minimum permissions to a user to perform their tasks?
Least Privilege Access
What defines both what services an IAM Identity can access and what actions can be taken on those services?
Policies in AWS IAM
What format is an AWS Policy?
JSON
What is a process through which identities can be imported through SAML providers including active directory?
Identity Federation
What is the process that allows a user to log in?
Authentication
What is the process that determines what a user is allowed to do once they’re logged in?
Authorization
What is the service that provides compliance packs for standards?
AWS Config
What is the service that provides self-service access to reports?
AWS Artifact
What is the service that provides intelligent threat detection?
AWS GuardDuty