Skip to content

Commit cf5af4b

Browse files
author
Simon Goldberg
committed
updated WAF to reflect new instance tpye
1 parent 4b10a07 commit cf5af4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/xrp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ This is the Well-Architected checklist for XRP nodes implementation of the AWS B
4545
| | Authorization and access control | Use instance profile with Amazon Elastic Compute Cloud (Amazon EC2) instances | This solution uses AWS Identity and Access Management (AWS IAM) role instead of IAM user. |
4646
| | | Following principle of least privilege access | Privileges are scoped down. |
4747
| | Application security | Security focused development practices | cdk-nag is being used with appropriate suppressions. |
48-
| Cost optimization | Service selection | Use cost effective resources | AWS Graviton-based Amazon EC2 instances are being used, which are cost effective compared to Intel/AMD instances. |
48+
| Cost optimization | Service selection | Use cost effective resources | Cost efficient I3 instances are being used, which are ideal for high transaction and low latecy workloads. |
4949
| Reliability | Resiliency implementation | Withstand component failures | This solution uses AWS Application Load Balancer with RPC nodes for high availability. |
5050
| | Resource monitoring | How are workload resources monitored? | Resources are being monitored using Amazon CloudWatch dashboards. Amazon CloudWatch custom metrics are being pushed via CloudWatch Agent. |
51-
| Performance efficiency | Compute selection | How is compute solution selected? | Compute solution is selected based on best price-performance, i.e. AWS Graviton-based Amazon EC2 instances. |
51+
| Performance efficiency | Compute selection | How is compute solution selected? | Compute solution is selected based on best price-performance. |
5252
| | Storage selection | How is storage solution selected? | Storage solution is selected based on best price-performance. |
5353
| Operational excellence | Workload health | How is health of workload determined? | Health of workload is determined via AWS Application Load Balancer Target Group Health Checks, on port 8545. |
54-
| Sustainability | Hardware & services | Select most efficient hardware for your workload | This solution uses AWS Graviton-based Amazon EC2 instances which offer the best performance per watt of energy use in Amazon EC2. |
54+
| Sustainability | Hardware & services | Select most efficient hardware for your workload | This solution uses I3 instance class which is Storage Optimized instances for high transaction and low latency. |
5555

5656
</details>
5757

0 commit comments

Comments
 (0)