AWS wellarchitected documentation change
Summary
Corrected grammatical phrasing from 'only available by on-demand' to 'available only on-demand' in pricing model example
Security assessment
The change is a grammatical correction with no security implications. It clarifies pricing model terminology but does not address vulnerabilities or security features.
Diff
diff --git a/wellarchitected/latest/cost-optimization-pillar/cost_pricing_model_implement_models.md b/wellarchitected/latest/cost-optimization-pillar/cost_pricing_model_implement_models.md index e36f2eace..0a92578ee 100644 --- a//wellarchitected/latest/cost-optimization-pillar/cost_pricing_model_implement_models.md +++ b//wellarchitected/latest/cost-optimization-pillar/cost_pricing_model_implement_models.md @@ -19 +19 @@ Consider the requirements of your workload’s components, and understand the di -For example, let’s look at this Web Application Architecture on AWS. This sample workload consists of multiple AWS services, such as Amazon Route 53, AWS WAF, Amazon CloudFront, Amazon EC2 instances, Amazon RDS instances, Load Balancers, Amazon S3 storage, and Amazon Elastic File System (Amazon EFS). You need to review each of these services, and identify potential cost saving opportunities with different pricing models. Some of them may be eligible for RIs or SPs, while some of them may be only available by on-demand. As the following image shows, some of the AWS services can be committed using RIs or SPs. +For example, let’s look at this Web Application Architecture on AWS. This sample workload consists of multiple AWS services, such as Amazon Route 53, AWS WAF, Amazon CloudFront, Amazon EC2 instances, Amazon RDS instances, Load Balancers, Amazon S3 storage, and Amazon Elastic File System (Amazon EFS). You need to review each of these services, and identify potential cost saving opportunities with different pricing models. Some of them may be eligible for RIs or SPs, while some of them may be available only on-demand. As the following image shows, some of the AWS services can be committed using RIs or SPs.