Domain 3: Design Secure Applications and Architectures Flashcards

1
Q

IAM- User Access Types

A
  • Programmatic Access

- Management Console Access

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

IAM- Users

A

Entity you create in AWS which you can use to login to the AWS console or access API’s through the AWS CLI using Access keys

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

IAM- Roles

A
  • Used for resources to interact with other resources,

- The policy assigned to it can decide who or what services get permission to do the actions you described.

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

NACL

A

Network Access Control List

  • Tied to subnet
  • Stateless
  • Supports allow and deny rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Security Groups

A
  • Tied to an instance
  • Statefull
  • Supports allow rules only
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Stateless

A

changes applied to an incoming rule will not be applied to the outgoing rule. e.g. If you allow an incoming port 80, you would also need to apply the rule for outgoing traffic.

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

Statefull

A

This means any changes applied to an incoming rule will be automatically applied to the outgoing rule. e.g. If you allow an incoming port 80, the outgoing port 80 will be automatically opened

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

AWS WAF

A
  • Web Application Firewall,
  • lets you monitor web requests that are forwarded to an Amazon API Gateway, an Amazon CloudFront distribution, or an Application Load Balancer.
  • You can protect those resources based on conditions that you specify, such as the IP addresses that the requests originate from.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

AWS Shield

A

Distributed Denial of Service Protection

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

AWS Shield- Standard

A
  • Automatically applied

- Free

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

AWS Shield- Advanced

A
  • Access to DDoS Response Team
  • Cost protection
  • Visibility
  • Customizable protection
  • 3000/M
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

AWS Firewall Manager

A

Central management of firewall rules across accounts and applications
-100/m

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

AWS KMS

A
  • Key Management Service,

- makes it easy for you to create and manage keys and control the use of encryption across a wide range of AWS services.

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

AWS KMS- Types

A
  • AWS Managed
  • Customer Managed (CMK)
  • Customer Managed, imported key material
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

AWS KMS- AWS Managed

A
  • Rotates automatically every 3 years
  • You cannot manage rotation yourself
  • Managed keys cannot be deleted
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

AWS KMS- CMK

A

Customer Managed Keys

  • Rotates once a year automatically
  • On-demand manually
  • Create a new CMK and manually change your applications to aliases to use the new CMK
  • You control the rotation frequency
  • Keys can be deleted
17
Q

AWS KMS- Imported Key Material

A
  • No automatic rotation
  • Manual rotation
  • Create new CMK and update your applications to use the new CMK or key Alias
18
Q

AWS Cloud HSM

A
  • Hardware Security Module,

- Uses dedicated HSM instances within the AWS cloud to encrypt and protect data

19
Q

AWS VPC

A
  • Virtual Private Cloud,
  • Provides multiple network connectivity options for you to use, depending on your current network designs and requirements.
  • These connectivity options include using either the internet or an AWS Direct Connect connection as the network backbone and terminating the connection into AWS or user-managed network endpoints.
20
Q

AWS CloudTrail

A

you can log, continuously monitor, and retain account activity related to actions across your AWS infrastructure.

21
Q

AWS CloudTrail Benefits

A
  • Simplify your compliance by automatically recording and storing event logs for actions made within your AWS account
  • Increases visibility into your user and resource activity by recording AWS Management Console actions and API calls
  • Track and automatically respond to account activity threatening the security of your AWS resources