FINAL FOCUS Flashcards

1
Q

What are the pillars of the Well-Architected Framework

A

Operational Excellence
Performance Efficiency
Security
Reliability
Fault Tolerant

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

Performance Efficiency Pillar

A

Democratize advanced technologies
Go global in minutes
Use serverless architectures
Experiment more often
Consider mechanical sympathy

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

Operational Excellence Pillar

A

Perform operations as code
Make frequent, small, reversible changes
Refine operations procedures frequently
Anticipate failure
Learn from all operational failures

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

Private Key

A

the part of a key pair (a private key and a public key) that is stored locally (on your computer)

a security credential you use to prove your identity (authenticate) when connecting to an instance

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

AWS Command Line Interface (CLI)

A

A unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.

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

AWS SDKs

A

libraries and sample code templates for various programming languages and platforms (for example, Java, Ruby, .NET, iOS, and Android)

create programmatic access to IAM and AWS services. For example, they take care of tasks such as cryptographically signing requests, managing errors, and retrying requests automatically.

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

SaaS

A

a complete application to use on demand. Ex: When you access your personal email through a web browser

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

FaaS

A

allows you to execute code in response to events.

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

IaaS

A

the building blocks that can be rented to create a product. Ex: When you pay a web hosting fee or using CloudWatch

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

PaaS

A

is often used by developers to develop software using web-based tools.

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

Security Pillar

A

*Implement a strong identity foundation
* Maintain traceability
* Apply security at all layers
* Automate security best practices
* Protect data in transit and at rest
* Keep people away from data
* Prepare for security events

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

Reliability Pillar

A
  • Automatically recover from failure
  • Test recovery procedures
  • Scale horizontally to increase aggregate workload availability
  • stop guessing capacity
  • Manage change through automation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

authentication

A

who is accessing = entities (users & roles) are the IAM resource objects

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