Security Flashcards

1
Q

Who is responsible for security in AWS Cloud?

A

AWS and the user share responsibility (shared responsibility model)

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

What is the customer’s responsibility for security?

A

Everything they put in the cloud, including patching software and setting permissions.

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

What is AWS’ responsibility for security?

A

The security of the cloud itself.

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

What service manages secure access to services and resources?

A

AWS Identity and Access Management (IAM)

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

Where does the root user come from?

A

When you first create an AWS account, you begin with a root user identity. You should immediately create a new IAM user and then log in as that instead of as the root user. Root user account should NOT be used for everyday activities.

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

How many IAM users should there be?

A

Each person who needs to access AWS should have an IAM identity with unique security credentials.

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

How do you implement the principle of least privilege?

A

With an IAM policy, a document that allows or denies permissions for AWS services and resources.

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

How do you assign an IAM policy to multiple users?

A

Create an IAM group and assign an IAM policy to that group.

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

How do you assign temporary access?

A

Assign an IAM role to a user. A user can only have one IAM role at a time.

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

Should you enable MFA for the root user and IAM users?

A

MFA is considered a best practice.

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

How can you consolidate and manage multiple AWS accounts within a central location?

A

AWS Organizations, which also lets you consolidate billing.

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

How does AWS Organizations assign permission to Organizational Units (OUs)?

A

Through service control policies (SCPs), which can be assigned to the root, individual member accounts, or to OUs

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

How can I get on-demand access to AWS security and compliance reports and select online agreements?

A

AWS Artifact, which has two parts - AWS Artifact Agreements and AWS Artifact Reports

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

As a customer, how can I learn about solutions to compliance, governance, and audit challenges with AWS Cloud?

A

The Customer Compliance Center

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

What is a DoS attack?

A

A deliberate attempt to make a website or app unavailable to users. A DDoS is a DISTRIBUTED DoS attack, meaning multiple sources are overloading your services.

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

How can you defend your AWS resources from a DoS attack?

A

AWS Shield. Standard is free and mitigates the most common, frequently occurring DDoS attacks. Advanced is a paid service that provides detailed diagnostics and the ability to mitigate sophisticated DDoS attacks.

17
Q

Can AWS Shield integrate with other services?

A

AWS Shield Advanced can integrate with CloudFront, Route 53, Elastic Load Balancing. and Amazon Web Application Firewall (WAF)

18
Q

What service lets me manage cryptographic keys?

A

AWS Key Management Service (KMS) can help you create and manage keys.

19
Q

What does Amazon Web Application Firewall (WAF) do?

A

Configure a web access control list (ACL) to prevent requests from IP addresses that generate malicious requests.

20
Q

Is there a way to perform automated security assessments and get a list of findings?

A

That’s what Amazon Inspector does.

21
Q

I set up Amazon GuardDurty for my AWS account. I can read the findings in AWS Management Console. Can i automatically take action?

A

You can configure AWS Lambda to take remediation steps automatically.