Reliability Best Practices Flashcards

1
Q

How do you manage service quotas and constraints?

A

For cloud-based workload architectures, there are service quotas (which are also referred to as service limits). These quotas exist to prevent accidentally provisioning more resources than you need and to limit request rates on API operations so as to protect services from abuse. There are also resource constraints, for example, the rate that you can push bits down a fiber-optic cable, or the amount of storage on a physical disk.

REL 1:

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

How do you plan your network topology?

A

Workloads often exist in multiple environments. These include multiple cloud environments (both publicly accessible and private) and possibly your existing data center infrastructure. Plans must include network considerations such as intra- and inter-system connectivity, public IP address management, private IP address management, and domain name resolution.

REL 2:

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

How do you design your workload service architecture?

A

Build highly scalable and reliable workloads using a service-oriented architecture (SOA) or a microservices architecture. Service-oriented architecture (SOA) is the practice of making software components reusable via service interfaces. Microservices architecture goes further to make components smaller and simpler.

REL 3:

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

How do you design interactions in a distributed system to prevent failures?

A

Distributed systems rely on communications networks to interconnect components, such as servers or services. Your workload must operate reliably despite data loss or latency in these networks. Components of the distributed system must operate in a way that does not negatively impact other components or the workload. These best practices prevent failures and improve mean time between failures (MTBF).

REL 4:

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

How do you design interactions in a distributed system to mitigate or withstand failures?

A

Distributed systems rely on communications networks to interconnect components (such as servers or services). Your workload must operate reliably despite data loss or latency over these networks. Components of the distributed system must operate in a way that does not negatively impact other components or the workload. These best practices enable workloads to withstand stresses or failures, more quickly recover from them, and mitigate the impact of such impairments. The result is improved mean time to recovery (MTTR).

REL 5:

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

How do you monitor workload resources?

A

Logs and metrics are powerful tools to gain insight into the health of your workload. You can configure your workload to monitor logs and metrics and send notifications when thresholds are crossed or significant events occur. Monitoring enables your workload to recognize when low-performance thresholds are crossed or failures occur, so it can recover automatically in response.

REL 6:

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

How do you design your workload to adapt to changes in demand?

A

A scalable workload provides elasticity to add or remove resources automatically so that they closely match the current demand at any given point in time.

REL 7:

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

How do you implement change?

A

Controlled changes are necessary to deploy new functionality, and to ensure that the workloads and the operating environment are running known software and can be patched or replaced in a predictable manner. If these changes are uncontrolled, then it makes it difficult to predict the effect of these changes, or to address issues that arise because of them.

REL 8:

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

How do you back up data?

A

Back up data, applications, and configuration to meet your requirements for recovery time objectives (RTO) and recovery point objectives (RPO).

REL 9:

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

How do you use fault isolation to protect your workload?

A

Fault isolated boundaries limit the effect of a failure within a workload to a limited number of components. Components outside of the boundary are unaffected by the failure. Using multiple fault isolated boundaries, you can limit the impact on your workload.

REL 10:

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

How do you design your workload to withstand component failures?

A

Workloads with a requirement for high availability and low mean time to recovery (MTTR) must be architected for resiliency.

REL 11:

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

How do you test reliability?

A

After you have designed your workload to be resilient to the stresses of production, testing is the only way to ensure that it will operate as designed, and deliver the resiliency you expect.

REL 12:

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

How do you plan for disaster recovery (DR)?

A

Having backups and redundant workload components in place is the start of your DR strategy. RTO and RPO are your objectives for restoration of your workload. Set these based on business needs. Implement a strategy to meet these objectives, considering locations and function of workload resources and data. The probability of disruption and cost of recovery are also key factors that help to inform the business value of providing disaster recovery for a workload.

REL 13:

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