Section 1 AWS and SA Fundamentals Flashcards

1
Q

Principle

A

A Person or App that ccan make Authenticated or Anonymous Requests

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

Authentication

A

Authenticating a Principle against an Identity

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

Identity

A

Objects that require authentication and are authorized to access resources

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

Authorization

A

The process of checking and allowing or denying access toa resource for an identity

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

Shared Resposibility Model - Customer

A
  • Customer Data
  • Platform
  • Applications
  • Identity & Access Managment
  • OS
  • Network & Firewall Configuration
  • Encryption
  • Network Protection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Shared Resposibility Model - AWS

A
  • Software
  • Compute
  • Storage
  • Databse
  • Networking
  • Hardware
  • Regions
  • Availibility Zones (AZ)
  • Edge Locations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Service Model

A

Defines how a service or product is delivered, how you pay, and what you receive

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

Stack

A
  • Data Center
  • Network Storage
  • Hosts / Servers
  • Virtulization
  • Operating System (OS)
  • Runtme
  • Application
  • Data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

3 types of Service Models

A
  • Infrastructure as a Service (IaaS)
  • Platform as a Service (PaaS)
  • Software as a Service (SaaS)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Infrastructure as a Service (IaaS)

AWS Resposibility

A
  • Data Center
  • Network & Storage
  • Virtulization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Infrastructure as a Service (IaaS)

Client Resposibility

A
  • Operating System (OS)
  • Runtime
  • Application
  • Data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Platform as a Service (PaaS)

AWS Resposibility

A
  • Data Center
  • Network & Storage
  • Virtulization
  • Runtime
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Platform as a Service (PaaS)

Client Resposibility

A
  • Application

- Data

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

Software as a Service (Saas)

AWS Responsibility

A
  • Data Center
  • Network & Storage
  • Virtulization
  • Host / Servers
  • Application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Software as a Service (Saas)

Client Responsibility

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

High Availability (HA)

A

Hardware, Software, and Configuration allowing system to recover quickly in the event of a failure with some User impact

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

Fault Tolerant

A

System Designed to operate through a failure with no User Impact

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

Recovery Point Objective (RPO)

A

Max time between a failure and the last successful backup

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

Recovery Time Objective (RTO)

A

Max amount of time a system is down and recovers

20
Q

Vertical Scaling

A

Adding additional CPU or Memory

21
Q

Horizontal Scaling

A

Adding Additional machines into a resource pool

22
Q

3 tiers of Application Design

A
  • Presentation
  • Logic
  • Data
23
Q

Presentation Application Tier

A

Interacts with consumer of the App

24
Q

Logic Application Tier

A

Delivers the App’s functionallity

25
Data Application Tier
Controls interaction with database
26
Monolithic Application
Hard to Scale and has to be sone Vertically
27
Encryption
Process of taking Plaintext and converting it into Ciphertext and vise versa
28
Synnetrical Encryption
Same key is used for encryption and decryption
29
Asymetrical Encryption
Public Key & Private Key
30
Encryption At Rest
Encrypting a file that is stored
31
Encryption In Transit
Encrypting the communication between 2 entities
32
Region
Contains multiple Avalibility Zones (AZs)\
33
Avalibility Zone (AZ)
Seperate and isolated networks
34
Edge Location
Small pocket of AWS compute, storage, and networking close to a major population
35
Well Architected Framework
- Secure - Reliable - Performance Efficiency - Operational Excellence - Cost Optimization
36
Well Architected Framework | Security Design Principle
- Strong Identity Foundation - Enable traceability - Security to all layers - Automated Security - Protect Data In Transit & At Rest - Prepare for Security events
37
Well Architected Framework | Reliability Design Princple
- Test recovery Procedures - Automatically recovery from failure - Scale Horizontally - Stop guessing capacity - Manage Change in Automation
38
Well Architected Framework | Performance Design Princple
- Democratize Advanced Tech - Go Global in Minutes - Use Serverless Architecture - Experiment More Often - Mechanically Sympathy
39
Well Architected Framework | Operation Excellence Design Princple
- Perform Operations as Code - Annotate Documentation - Make Frewuent, Small, Revisable Changes - Refine Operation Procedures Frequently - Anticipate Failure - Learn from All Operational Failures
40
Well Architected Framework | Cost Optimization Design Princple
- Adopt a Consumption Model - Measure Overall Efficiency - Stop Spending Money on Data Center Operations - Analyze & Attribute Expenditures - Use Managed Services to Reduce Cost of Ownership
41
Elastic Scaling
Automation and Horizontal Scaling Used to Match capacity with Demand
42
Simple Storage Service (S3)
Global Object Storage that can be used to store objects
43
S3 Region
Holds Buckets
44
S3 Buckets
Holds Objects
45
Objects
- Similar to Files | - 0 to 5 TB
46
CloudFormation
Infrastructure as Code (IaC) Product
47
CloudFormation can Creat, Manage, and Remove Infrastructure using?
- JSON | - YAMIL