AWS AmazonElastiCache documentation change
Summary
Standardized terminology from 'cache cluster' to 'cluster' in resource ownership examples
Security assessment
Terminology updates maintain consistency but do not alter security concepts or introduce new security information.
Diff
diff --git a/AmazonElastiCache/latest/dg/IAM.Overview.md b/AmazonElastiCache/latest/dg/IAM.Overview.md index 2134db3a5..a30688102 100644 --- a//AmazonElastiCache/latest/dg/IAM.Overview.md +++ b//AmazonElastiCache/latest/dg/IAM.Overview.md @@ -65 +65 @@ A _resource owner_ is the AWS account that created the resource. That is, the re - * Suppose that you use the root account credentials of your AWS account to create a cache cluster. In this case, your AWS account is the owner of the resource. In ElastiCache, the resource is the cache cluster. + * Suppose that you use the root account credentials of your AWS account to create a cache cluster. In this case, your AWS account is the owner of the resource. In ElastiCache, the resource is the cluster. @@ -67 +67 @@ A _resource owner_ is the AWS account that created the resource. That is, the re - * Suppose that you create an IAM user in your AWS account and grant permissions to create a cache cluster to that user. In this case, the user can create a cache cluster. However, your AWS account, to which the user belongs, owns the cache cluster resource. + * Suppose that you create an IAM user in your AWS account and grant permissions to create a cluster to that user. In this case, the user can create a cluster. However, your AWS account, to which the user belongs, owns the cluster resource. @@ -69 +69 @@ A _resource owner_ is the AWS account that created the resource. That is, the re - * Suppose that you create an IAM role in your AWS account with permissions to create a cache cluster. In this case, anyone who can assume the role can create a cache cluster. Your AWS account, to which the role belongs, owns the cache cluster resource. + * Suppose that you create an IAM role in your AWS account with permissions to create a cluster. In this case, anyone who can assume the role can create a cluster. Your AWS account, to which the role belongs, owns the cache cluster resource. @@ -99 +99 @@ You can attach policies to IAM identities. For example, you can do the following - * **Attach a permissions policy to a user or a group in your account** – An account administrator can use a permissions policy that is associated with a particular user to grant permissions. In this case, the permissions are for that user to create an ElastiCache resource, such as a cache cluster, parameter group, or security group. + * **Attach a permissions policy to a user or a group in your account** – An account administrator can use a permissions policy that is associated with a particular user to grant permissions. In this case, the permissions are for that user to create an ElastiCache resource, such as a cluster, parameter group, or security group.