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
What is a Service Control Policy (SCP)?
Specify the maximum permissions for member accounts in the organization.
Features of an AWS Organization
- Centralized management
- Consolidated billing
- Hierarchical groupings of accounts
- AWS service and API actions Access control
What are Organizational Units (OUs)?
In AWS Organizations, you can group accounts into organizational units (OUs) to make it easier to manage accounts with similar business or security requirements.
What is AWS Artifact?
Service that provides on-demand access to AWS security and compliance reports and select online agreements
Sections of AWS Artifact
- AWS Artifact Agreements
- AWS Artifact Reports
What are AWS Artifact Agreements?
You can review, accept, and manage agreements for an individual account and for all your accounts in AWS Organizations
What are AWS Artifact Reports?
Provide compliance reports from third-party auditors
What is the Customer Compliance Center?
Read customer compliance stories to discover how companies in regulated industries have solved various compliance, governance, and audit challenges
What is a Denial-of-Service (DoS) Attack?
A deliberate attempt to make a website or application unavailable to users.