AWS Organizations Flashcards

1
Q

Master Account

A

one account controls group policies and single consolidated billing

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

AWS Control Tower

A

Setup and manage multi-account environments
- provision to conform to governance and policies

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

AWS Support Models

A
  • Basic
  • Dev
  • Business
  • Enterprise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Business and Enterprise Support Models

A
  • AWS Shield Advanced: 24/7 support
  • AWS IEM: architecture and scaling guidance
  • AWS Support API: support calls to access support checks
  • Concierge Support
  • 15 Trusted Advisor Checks and recommendations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Trusted Advisor

A

real time guidance for provisioning resources w/ AWS best practices

implement checks: optimize the things

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

Identity and Access Management

A

Secure Control of Resources:
- Authentication and Authorization
- Root User
- PW Policies
- IAM Policies
- IAM Roles

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

Root User

A

single standalone sign-in identity with total access

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

PW Policies

A

8-28 chars
pw must be diff to aws account name/email
apply to all users except root

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

Accessing IAM

A

Maagement console, command line tools, SDKs, HTTPS API

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

IAM Managed Policies

A

permission set created and administered by AWS

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

Amazon Resource Name

A

how standalone policies are named

ex: arn:aws:iam::aws:policy/IAMReadOnlyAccess

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

IAM Roles

A

user, app, or service with assigned permission

temp creds for session lifetime

give outsiders access

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

AWS STS Temp Creds

A

web service for creating temp creds for validity period

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

How do you create temporary credentials?

A

w/ CLI or create from your code

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

Access Key

A

digital signatures performed to give apps outside of AWS access

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

AWS Cognito

A

AWS SSO

17
Q

Network Access Control (NACLs)

A

allows for stateless traffic filtering to all traffic on VPC subnet

18
Q

Security Groups

A

“allow only” firewalls, no explicit deny rules

19
Q

Default Security Group Settings

A
  • comm. b/t all resources w/i SG and all outbound traffic
  • return traffic allowed s/ Shield Standard Inspection
  • all rules in SG are evaluated
20
Q

Web App Firewall

A

control and monitor HTTP/HTTPS requests forwarded to CloudFront (CDN), Application Elastic Load balancer, or API Gateway

21
Q

Permissive

A

allow all requests except ones you designate

22
Q

restrictive

A

block all requests except ones you designate

23
Q

Matching condition sets

A
  • country of request origin
  • originating IPv4 and 6 addressses
  • values in HTP request headers
  • lengths o URIs, args, fields, field cts
  • literal or regex string patterns
  • SQL injection code presence
  • Cross site scripting code presence
  • cross site request forgery code
24
Q

AWS Shield

A
  • DDOS protection
  • DoS floods and exploits
  • layered defense -NACLs, SG, WAF
25
Q

Amazon Inspector

A

automated security assessment to enhance security and compliance

26
Q

Guard duty

A

fully managed threat detection
- looks for anomolies and unauthorized actions
- monitors for zero-day activities
- machine learning and AI algorithms

27
Q

Client Side Encryption

A

app data encrypted before going to other AWS services

28
Q

Server Side Encryption

A

data encrypted by service that receives ti

29
Q

AWS KMS

A

customer master keys - encrypt and decrypt data and generate data keysused outside of AWS