Security and Compliance Flashcards

1
Q

Shared Responsibility

A

Patch Management - like for RDS its AWS responsibility but for EC2 software patch management is customer responsibility
Awareness and Training -like AWS gives this to their employees and you give it to your employees
Configuration Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

DDoS

A

Denial of service attack - The attacker uses BOT requests to the application server which is unable to service genuine user’s requests due to overload from BOT requests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

AWS Shield Standard

A

Free and enabled for all customers against DDoS attack
Provides Layer 3 and 4 attacks and reflection attacks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

AWS Shield Advanced

A

Paid and 24/7 DDoS protection and support

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

AWS WAF(Web Application Firewall)

A

Filter requests based on rules and placed on Layer 7 like Application Load Balancer, API Gateway and CloudFront.
Protection against web exploits
Define Web ACL - filter based on IP addresses, HTTP header, body and URI strings, geo matching, rate based rules
Protects against SQL Injection and Cross Site Scripting (XSS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

CloudFront and Route 53

A

Provide protection at Edge location when used along with Shield

Architecture:
Route 53 is protected by shield and routes the requests to CloudFront.

CloudFront is also protected by shield and it caches the content on edge location

Use AWS WAF at CloudFront to filter the requests based on rules

Use Load Balancer on public subnet to scale the load at network level

Then behind load balancer user EC2 instances with ASG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

AWS Network Firewall

A

Protect VPC overall from Layer 3 to 7.
This operates at VPC level unlike Web ACL that operates at subnet level

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Penetration Testing

A

Simulated DDoS attacks, Port, Protocol and Request Flooding is not allowed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

KMS

A

Key Management Service is the AWS encryption service and keys are managed by AWS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

CloudHSM(Hardware security module)

A

AWS only provisions encryption hardware and encryption keys are managed by customer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

CMK

A

Customer Master Keys
1. Customer managed CMK
2. AWS managed CMK
3. AWS owned CMK
4. Cloud HSM keys(found under custom key store)
For CloudTrail and Glacier S3 encryption is enabled by default

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ACM(AWS Certificate Manager)

A

Service for SSL/TLS certificates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Secrets Manager

A

Store and Rotate passwords (Rotation using custom Lambda function)
Integrated with Amazon RDS
Encrypted using KMS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

AWS Artifacts

A

Portal that provides AWS compliance and AWS agreement documents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Amazon GuardDuty

A

Threat Detective Service
Detects anomalies in AWS account
Input is from CloudTrail logs, VPC flow logs, DNS logs, S3 logs, EBS logs, Lambda network activity, RDS and Aurora login logs, EKS audit logs and output can be sent to EventBridge to generate SNS or Lambda function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Amazon Inspector

A

Run automated security assessments only on running EC2 instances, Lambda functions and Container images on ECR

Check for OS, S/w vulnerabilities and network reachability on EC2
Reports its findings into AWS Security Hub and Amazon Event Bridge

17
Q

AWS Config

A

Helps auditing and recording compliance of the AWS resources
It records the configurations and their changes over time

18
Q

AWS Macie

A

Fully managed data security and data privacy service uses ML
Alert agains PII

19
Q

AWS Security Hub

A

Dashboard to manage security across several AWS accounts and automate security checks
Aggregates alerts from Config, Guard Duty, Inspector, Macie, iAM Access Analyzer, Systems Manager, Firewall, Health, Partnet Network Solutions

20
Q

Amazon Detective

A

To analyze the root cause of security issues using ML and graphs

21
Q

AWS Abuse

A

Report suspected AWS resources used for abuse or illegal purpose

22
Q

Root User Priviledges

A

Change the account settings, such as the account name, the email address, the root user password and root user access keys,
View certain tax invoices
Close your account
Restore IAM user permissions
Change or cancel your AWS Support plan
Register as a seller in the Reserved Instance Marketplace
To configure an Amazon S3 bucket to enable MFA
To edit or delete an S3 bucket policy that is getting an invalid VPC ID or VPC endpoint ID
To sign up for GovCloud as well.

23
Q

CloudTrail

A

Track API calls made by users within the account

24
Q

iAM Access Analyzer

A

To identify which resources are shared externally outside your zone of trust