Module 6: Security Flashcards
Shared Responsibility Model
AWS is responsible for some parts of the environment (security of the cloud) and the customer is responsible for other parts (security in the cloud).
Customers (Security in the Cloud)
- Customers are responsible for the security of everything that they create and put in the cloud.
- Maintain complete control over the content stored on AWS, which AWS services are used, and who has access.
AWS (Security of the Cloud)
- Operates, manages, and controls the components at all layers of infrastructure.
- Responsible for protecting the global infrastructure that runs all the services offered in the AWS Cloud.
AWS Identity and Access Management (IAM)
Enables you to manage access to AWS services and resources securely.
IAM Users
- Represents the person or application that interacts with AWS services and resources.
- Consists of name and credentials.
- By default it has no permissions associated with it when created.
IAM Policy
A document that allows or denies permissions to AWS services and resources.
IAM Group
A collection of IAM users.
IAM Role
- An identity that you can assume to gain temporary access to permissions.
- Before an entity can switch roles, they must be granted permissions to switch to the role.
- All permissions of the previous role are abandoned and the permissions of the new role are assumed.
AWS Organizations
- Used to consolidate and manage multiple AWS accounts within a central location.
- Accounts ca be grouped into organization units to make it easier to manage accounts with similar business or security requirements.
Service Control Policies (SCPs)
Enable you to place restrictions on the AWS services, resources, and individual API actions that users and roles in each account can access.
AWS Artifact
A service that provides on-demand access to AWS security and compliance reports and select online agreements.
AWS Artifact Agreements
Agreements can be reviewed, accepted, and managed for an individual account or all accounts in AWS Organizations.
AWS Artifact Reports
Provide compliances reports from third-party auditors.
Customer Compliance Center
Contains resources to help you learn more about AWS compliance.
Denial-of-Service (DoS) Attack
A deliberate attempt to make a website or application unavailable to users.