From 936446ae93e9a5eb7a4981734a6cde03d2e141d3 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Wed, 22 Jul 2026 17:27:27 -0400 Subject: [PATCH] Add more common names to terms Signed-off-by: Fanit Kolchina --- TERMS.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/TERMS.md b/TERMS.md index 9613fddfda..8b515ab09c 100644 --- a/TERMS.md +++ b/TERMS.md @@ -49,6 +49,26 @@ Avoid using allow to refer to making something possible for the user. Instead, r Use to describe a list of items that are allowed (not blocked). Do not use as a verb. Do not use whitelist. +**Amazon Bedrock** + +Use _Amazon Bedrock_ on all appearances. The prefix is required; do not use _Bedrock_ alone. + +**Amazon CloudWatch** + +Use _Amazon CloudWatch_ on first appearance in a page; use _CloudWatch_ on subsequent appearances. + +**Amazon Elastic Compute Cloud (Amazon EC2)** + +Use _Amazon Elastic Compute Cloud (Amazon EC2)_ on first appearance in a page; use _Amazon EC2_ or _EC2_ on subsequent appearances. + +**Amazon Elastic Container Service (Amazon ECS)** + +Use _Amazon Elastic Container Service (Amazon ECS)_ on first appearance in a page; use _Amazon ECS_ or _ECS_ on subsequent appearances. + +**Amazon Elastic Kubernetes Service (Amazon EKS)** + +Use _Amazon Elastic Kubernetes Service (Amazon EKS)_ on first appearance in a page; use _Amazon EKS_ or _EKS_ on subsequent appearances. + **Amazon OpenSearch Serverless** Use _Amazon OpenSearch Serverless_ on first appearance; _OpenSearch Serverless_ is acceptable for subsequent appearances. Amazon OpenSearch Serverless is an on-demand serverless configuration for Amazon OpenSearch Service. @@ -57,6 +77,18 @@ Use _Amazon OpenSearch Serverless_ on first appearance; _OpenSearch Serverless_ Use _Amazon OpenSearch Service_ on first appearance; _OpenSearch Service_ is acceptable for subsequent appearances. Amazon OpenSearch Service is a managed service that makes it easy to deploy, operate, and scale OpenSearch clusters in the AWS Cloud. Amazon OpenSearch Service is the successor to Amazon Elasticsearch Service (Amazon ES) and supports OpenSearch and legacy Elasticsearch OSS (up to 7.10, the final open-source version of the software). +**Amazon SageMaker** + +Use _Amazon SageMaker_ on first appearance in a page; use _SageMaker_ on subsequent appearances. + +**Amazon Simple Queue Service (Amazon SQS)** + +Use _Amazon Simple Queue Service (Amazon SQS)_ on first appearance in a page; use _Amazon SQS_ or _SQS_ on subsequent appearances. + +**Amazon Simple Storage Service (Amazon S3)** + +Use _Amazon Simple Storage Service (Amazon S3)_ on first appearance in a page; use _Amazon S3_ or _S3_ on subsequent appearances. + **API, API operation** Use _operation_ instead of _action_, _method_, or _function_. Three capitalization rules apply: @@ -85,6 +117,14 @@ Use lowercase _scaling_, _auto scaling_, and _automatic scaling_ (but not _autos Do not use hyphenated auto-scaling as a compound modifier. Instead, use scaling (for example, scaling policy), or scalable (for example, scalable target or scalable, load-balanced environment). +**AWS Identity and Access Management (IAM)** + +Use _AWS Identity and Access Management (IAM)_ on first appearance in a page; use _IAM_ on subsequent appearances. + +**AWS Secrets Manager** + +Use _AWS Secrets Manager_ on first appearance in a page; use _Secrets Manager_ on subsequent appearances. + **AWS Signature Version 4** Use on first appearance. On subsequent appearances, _Signature Version 4_ may be used. Only use _SigV4_ when space is limited.