Skip to content

Commit

Permalink
Update 99x-well-architected-framework.md
Browse files Browse the repository at this point in the history
Infrastructure quality attributes
  • Loading branch information
ruchiraprasad authored Nov 30, 2022
1 parent 342c815 commit 85d7e73
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions docs/99x-well-architected-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,6 @@ ICOQ3 : Have you consider and compare alternative options for infrastructure?
- [ ] Competitive advantages of choosing the right infrastructure
- [ ] Keep track of competitive decisions

ICOQ4 : Have you consider automates infrastructure provisioning?

- [ ] Identify an infrastructure automation language
- [ ] Infrastructure layers and modules
- [ ] Infrastructure changes review and dry run

##### Monitoring

Expand Down Expand Up @@ -588,26 +583,44 @@ IMQ4 : Do you plan to do a trial run to customer alerts?

###### Overview

###### Questions / Guidance

##### Governance (regulations related)

###### Overview
Once your application is on production, make sure that infrastructure security is properly handled.

###### Questions / Guidance
ICQ1: Have considered proper security configuration for infrastructure?
- [ ] Ensure to change default configurations
- [ ] Ensure to change the default passwords
- [ ] Conduct a test for infrastructure security
- [ ] Up to date software versions


##### Availability

###### Overview

Availability is a key factor in ensuring the success of any system. Through careful planning and consideration of the environmental factors that could affect the system.

###### Questions / Guidance
IAQ1: Have evaluated your infrastructure for availability?
- [ ] Check you infrastructure SLAs
- [ ] Identify potential point of failure of your infrastructure
- [ ] Ensure that sufficient redundancy in place


##### Maintainability

###### Overview

Maintainability is one of the key component of the Infrastructure Architecture. Here, we need to consider the reliability of infrastructure and ability to change over its lifetime.

###### Questions / Guidance

IMQ1 : Have you consider automates infrastructure provisioning?

- [ ] Identify an infrastructure automation language
- [ ] Infrastructure layers and modules
- [ ] Infrastructure changes review and dry run


### Production Architecture

#### Definition
Expand Down

0 comments on commit 85d7e73

Please sign in to comment.