Performance Efficiency Best Practices Flashcards

1
Q

How do you select the best performing architecture?

A

Often, multiple approaches are required for optimal performance across a workload. Well-architected systems use multiple solutions and features to improve performance.

PERF 1:

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

How do you select your compute solution?

A

The optimal compute solution for a workload varies based on application design, usage patterns, and configuration settings. Architectures can use different compute solutions for various components and enable different features to improve performance. Selecting the wrong compute solution for an architecture can lead to lower performance efficiency.

PERF 2:

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

How do you select your storage solution?

A

The optimal storage solution for a system varies based on the kind of access method (block, file, or object), patterns of access (random or sequential), required throughput, frequency of access (online, offline, archival), frequency of update (WORM, dynamic), and availability and durability constraints. Well-architected systems use multiple storage solutions and enable different features to improve performance and use resources efficiently.

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

How do you select your database solution?

A

The optimal database solution for a system varies based on requirements for availability, consistency, partition tolerance, latency, durability, scalability, and query capability. Many systems use different database solutions for various subsystems and enable different features to improve performance. Selecting the wrong database solution and features for a system can lead to lower performance efficiency.

PERF 4:

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

How do you configure your networking solution?

A

The optimal network solution for a workload varies based on latency, throughput requirements, jitter, and bandwidth. Physical constraints, such as user or on-premises resources, determine location options. These constraints can be offset with edge locations or resource placement.

PERF 5:

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

How do you evolve your workload to take advantage of new releases?

A

When architecting workloads, there are finite options that you can choose from. However, over time, new technologies and approaches become available that could improve the performance of your workload.

PERF 6:

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

How do you monitor your resources to ensure they are performing?

A

System performance can degrade over time. Monitor system performance to identify degradation and remediate internal or external factors, such as the operating system or application load.

PERF 7:

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

How do you use tradeoffs to improve performance?

A

When architecting solutions, determining tradeoffs enables you to select an optimal approach. Often you can improve performance by trading consistency, durability, and space for time and latency.

PERF 8:

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