Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update elasticache_cluster.html.markdown #2

Closed
wants to merge 1 commit into from

Conversation

network-charles
Copy link
Owner

Original Sentences:

  1. engine_version – (Optional) Version number of the cache engine to be used. If not set, defaults to the latest version. See Describe Cache Engine Versions in the AWS Documentation for supported versions. When engine is redis and the version is 7 or higher, the major and minor version should be set, e.g., 7.2. When the version is 6, the major and minor version can be set, e.g., 6.2, or the minor version can be unspecified which will use the latest version at creation time, e.g., 6.x. Otherwise, specify the full version desired, e.g., 5.0.6. The actual engine version used is returned in the attribute engine_version_actual, see Attribute Reference below.
  2. security_group_ids – (Optional, VPC only) One or more VPC security groups associated with the cache cluster
  3. subnet_group_name – (Optional, VPC only) Name of the subnet group to be used for the cache cluster. Changing this value will re-create the resource.

Issues in the Original Sentence:

  1. Clarity: Including "Cannot be provided with replication_group_id" ensures clarity for users regarding limitations in argument reference combinations.

  2. Error Prevention: It helps prevent errors by specifying what cannot be used together after applying the configuration.

  3. Operational Guidance: Offers guidance on resource behavior and promotes best practices in usage.

Final Sentence:

  1. engine_version – (Optional) Version number of the cache engine to be used. If not set, defaults to the latest version. See Describe Cache Engine Versions in the AWS Documentation for supported versions. When engine is redis and the version is 7 or higher, the major and minor version should be set, e.g., 7.2. When the version is 6, the major and minor version can be set, e.g., 6.2, or the minor version can be unspecified which will use the latest version at creation time, e.g., 6.x. Otherwise, specify the full version desired, e.g., 5.0.6. The actual engine version used is returned in the attribute engine_version_actual, see Attribute Reference below. Cannot be provided with replication_group_id.
  2. security_group_ids – (Optional, VPC only) One or more VPC security groups associated with the cache cluster. Cannot be provided with replication_group_id.
  3. subnet_group_name – (Optional, VPC only) Name of the subnet group to be used for the cache cluster. Changing this value will re-create the resource. Cannot be provided with replication_group_id.

The inclusion of "Cannot be provided with replication_group_id" is beneficial as it prevents configuration mistakes, enhances user understanding, and encourages adherence to best practices.

Relations

Closes #0000

@network-charles network-charles deleted the network-charles-patch-1 branch October 23, 2023 16:37
@network-charles network-charles restored the network-charles-patch-1 branch October 23, 2023 16:39
@network-charles network-charles deleted the network-charles-patch-1 branch October 27, 2023 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant