Module 6: Security Flashcards
What is the AWS Shared Responsibility Model?
- Customer is Responsible for the security “in” the Cloud
- AWS is responsible for the security “of” of the Cloud
What items are Customers responsible for the security “in” the Cloud?
- Operating System
- Application
- Data
What items is AWS responsible for the security “in” the Cloud?
- Physical
- Network
- Hypervisor
What is Multi-Factor Authentication (MFA)?
Provides an extra layer of security for your AWS account through password and then a second form of authentication
What is AWS Identity and Access Management (IAM)?
Enables you to manage access to AWS services and resources securely
Components of AWS Identity and Access Management (IAM)
- Root User
- Users
- Group
- Policies
- Roles
What are IAM Root Users?
Access and control any resource in the account
What are IAM Users?
Identity that you create in AWS. It represents the person or application that interacts with AWS services and resource
What are IAM Groups?
Collection of IAM users
What are IAM Policies?
Document that allows or denies permissions to AWS services and resources.
What is Principle of Least Privilege?
A user is granted access to only what they need
Components of an IAM Policy
- Effect: Allow or Deny
- Action: List any AWS API Call
- Resource: Which AWS resource the API Call is for
What is an IAM Role?
You can assume to gain temporary access to permissions.
Functions of an IAM Role
- Associated permissions
- Allow or Deny
- Assumed for temporary amounts of time
- No username or password
- Access to temporary permissions to:
What is an AWS Organization?
A central location to manage multiple AWS accounts