Module 5: Security services Flashcards

1
Q

What is AWS cloudHSM?

A

It is used for cryptography and provides a way to secure your keys.

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

What is AWS Network Firewall?

A

Is a service to secure your VPC, you can monitor it using clodtrails, cloudwatch and aws config.

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

What is AWS audit manager?

A

Is a tool that helps you to audit your aws usage according to autorities and industry standars. it comes with a kinf of framework that by default has in it like compliance configuration and also helps you to present reports to stakeholders.

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

What is amazon Cognito?

A

Is an identity service used to allow user authentication through third party applications into your aws resources. You can use it in web and mobile apps.

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

What is an identity pool?

A

Is used in amazon cognito to give credentials to access S3, dynamo db, etc.. to guest users (anonymous users)

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

What is an user pool?

A

Is a directory in amazon cognito that allows you to sign in users into aws resources. When you create a pool and a user is signed to it, cognite gives the user a pool token used to access to other aws resources.

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

What is AWS SSO (single sign on) -> IAM Identity center

A

Is a service used mostly by IT people to deploy or use services in other accounts without loggin on them. (it is used in AWS organizations)

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

What is Amazon detective?

A

Is a service that use machine learning applied on your logs to detect suspicious activity.

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

What is AWS GuardDuty?

A

Is a regional service used to analyze billlons of events from cloudtrail (API activity and aws management), DNS logs and VPC logs (ntwrok traffic data) other aws services. It can dettect inusual API activities on your services, instance compromise (crypto mining) , high volume network traffic, EC2 credentials exposed, accaount changes, etc..

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

Amazon Guard duty vs Macie

A

The difference is that Macie operates at S3 level and GuardDuty is used to give protection to all of your aws accounts.

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

What is Amazon inspector?

A

Is a service used to secure your EC2 instances and the applications running on it. Inspector also generates a report you can see.

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

What is an Amazon inspector agent?

A

Is installed in your EC2 instance to detect vulnerabilities.

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

What is Amazon Macie?

A

Is a service on aws that uses machine learning to protect, detect and secure sensitive data in aws resources (S3). For example if we have our ID inside a Bucjet or that kind of things.

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

What is Amazon certificate Manager?

A

Is a service used to create SSL and TLS certificate (the certificates that you assign to your domains in order to secure networking)

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

What is Amazon firewall manager?

A

it is integrated with AWS organizations and help you to configure firewall configurations to all aws accounts through firewall manager polices

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

What is amazon Key management service (KSM)?

A

Is a service used to encrypt your data in aws. is similar to amazon kehsm but the difference is that KSM offers a multi tenant service and is used in RDS and EBS to encrypt data .This service is used in CloudTrail too.

17
Q

What is AWS secret manager?

A

A secret basicallty is a set of credentials (username and password), sensitive information, etc.. So basically AWS secrets manager is a service used to store this keys, here you can manage them, edit them, rotate them (creating a new key)

18
Q

What is AWS security hub?

A

Is a audit service that give you information about your security state and aslo if you are following security standars, thorugh the collection of information from guardshield, inspector, firewall manager and others. Is used mostly in an organization level and also helps you to organize alerts collected from other security services.

19
Q

What is AWS shield?

A

Is a service used for prevent and stop Ddos attack in a network level (ELB, Cloudfront, Route 53).

20
Q

What is AWS WAF?

A

is a application firewall service, so it acts like a web traffic filter at a application level. In order to do it you have to configure web acces control list.