Security and Compliance Flashcards

1
Q

Resource Groups

A

You can use resource groups to organize your AWS resources. Resource groups make it easier to manage and automate tasks on large numbers of resources at one time.

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

IAM Identities

A

Identities are the IAM resource objects that are used to identify and group. You can attach a policy to an IAM identity. These include users, groups, and roles.

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

A new application needs temporary credentials to access resources in AWS. How can this best be achieved?

A

Create an IAM role and have the application assume the role.

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

Network ACL

A

A network access control list (NACL) is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets.

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

IAM Principal

A

A Principal is a person or application that uses the AWS account root user, an IAM user, or an IAM role to sign in and make requests to AWS.

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

Security Group

A

A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. When you launch an instance in a VPC, you can assign up to five security groups to the instance. Security groups act at the instance level, not the subnet level. Therefore, each instance in a subnet in your VPC can be assigned to a different set of security groups.

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

AWS Inspector

A

Amazon Inspector creates a finding when it discovers a software vulnerability or network configuration issue. A finding describes the vulnerability, identifies the affected resource, rates the severity of the vulnerability, and provides remediation guidance.

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