Security and Compliance Flashcards
1
Q
AWS Security in the Cloud
A
- Global network of data centers built with security in mind
- Safeguards to protect customer privacy
- Dozens of compliance programs to help meet industry compliance requirements
- High security standards without need for your own data centers
- Scale your business quickly
2
Q
Security and Compliance Domain
A
- AWS shared responsibility model
- AWS Cloud security, governance, and compliance concepts
- AWS access management capabilities
- Identify components and resources for security
3
Q
Shared Responsibility Model
A
- Security of cloud computing infrastructures and data is a shared responsibility
- AWS: security of the cloud (data centers, hardware, software, networking)
- Customer: security in the cloud (customer data, encryption, identity and access management, firewalls)
4
Q
Cloud Security Well-Architected Framework
A
- Identity and access management: principle of least privilege
- Enable traceability
- Security at all layers and automated security for scaling and cost-optimization
- Data should be protected at-rest and in transit
- Eliminate direct access and manual processing of data
- Intervene, investigate, and respond incidents
5
Q
AWS Cloud Security Services
A
- Amazon Inspector
- AWS Shield
- Amazon GuardDuty
6
Q
AWS Compliance Programs
A
- Compliance certifications
- Security standards
7
Q
Self-Service Audit Artifact Retrieval Service
A
- AWS Artifact
8
Q
Governance
A
- The process of creating and enforcing decisions within an organization
9
Q
Principle of Least Privilege
A
- Only provide the least amount of access needed for an entity to do its job, and no more
- Use IAM to provide access to resources to both users and other AWS services
10
Q
Identities in AWS (WHO)
A
- Human identity
- Workload: a collection of resources and code that provides business value
- Federated identity: single sign-on (SSO), AWS IAM Identity Center
11
Q
Controlling Access to AWS
A
- Roles
- Policies: define what an identity or resource can do
- Permissions: define whether an action is allowed or denied
12
Q
Traffic Control
A
- Security groups: control traffic that is allowed to reach and leave AWS resources
- Network access control lists (NACLs): deny specific inbound and outbound traffic at subnet level
13
Q
Security Groups
A
- Protect at instance level
- Stateful: traffic allowed in is allowed out (“remembers”
- No explicit deny
- All inbound traffic blocked and outbound traffic allowed by default
14
Q
NACLs
A
- Protect at subnet level
- Stateless: in and out traffic needs to be defined separately (“forgets”)
- Explicit deny
- All inbound and outbound traffic allowed by default
15
Q
Identity Access Management (IAM)
A
- Manage access to services and resources in the AWS Cloud
- Manage users and groups
- Can provide access to users or other AWS services
- Permissions are global; any access setting will be true across all regions
- Follow principle of least privilegeM