AWS neptune documentation change
Summary
Standardized CloudFormation terminology by removing redundant 'AWS' prefix and updated API documentation references
Security assessment
Changes involve terminology cleanup (e.g., 'AWS CloudFormation' to 'CloudFormation') and API documentation links. No evidence of security fixes or new security guidance. The CAPABILITY_AUTO_EXPAND clarification is operational, not security-related.
Diff
diff --git a/neptune/latest/userguide/machine-learning-quick-start.md b/neptune/latest/userguide/machine-learning-quick-start.md index e31c7e74a..856244fb4 100644 --- a//neptune/latest/userguide/machine-learning-quick-start.md +++ b//neptune/latest/userguide/machine-learning-quick-start.md @@ -7 +7 @@ -The easiest way to get started with Neptune ML is to use the AWS CloudFormation quick-start template. This template installs all necessary components, including a new Neptune DB cluster, all the necessary IAM roles, and a new Neptune graph-notebook to make working with Neptune ML easier. +The easiest way to get started with Neptune ML is to use the CloudFormation quick-start template. This template installs all necessary components, including a new Neptune DB cluster, all the necessary IAM roles, and a new Neptune graph-notebook to make working with Neptune ML easier. @@ -11 +11 @@ The easiest way to get started with Neptune ML is to use the AWS CloudFormation - 1. To launch the AWS CloudFormation stack on the AWS CloudFormation console, choose one of the **Launch Stack** buttons in the following table: + 1. To launch the CloudFormation stack on the CloudFormation console, choose one of the **Launch Stack** buttons in the following table: @@ -50 +50 @@ AWS GovCloud (US-West) | [View](https://aws-neptune-customer-samples.s3.amazonaw - * The second acknowledges that AWS CloudFormation might require the `CAPABILITY_AUTO_EXPAND` capability for the new stack. `CAPABILITY_AUTO_EXPAND` explicitly allows AWS CloudFormation to expand macros automatically when creating the stack, without prior review. + * The second acknowledges that AWS CloudFormation might require the `CAPABILITY_AUTO_EXPAND` capability for the new stack. `CAPABILITY_AUTO_EXPAND` explicitly allows CloudFormation to expand macros automatically when creating the stack, without prior review. @@ -52 +52 @@ AWS GovCloud (US-West) | [View](https://aws-neptune-customer-samples.s3.amazonaw -Customers often create a change set from a processed template so that the changes made by macros can be reviewed before actually creating the stack. For more information, see the AWS CloudFormation [CreateStack](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html) API. +Customers often create a change set from a processed template so that the changes made by macros can be reviewed before actually creating the stack. For more information, see the CloudFormation [CreateStack](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html) API. @@ -84 +84 @@ They can also save you a lot of time when you are using Neptune ML. For example, -You can also use the following AWS CLI command to run the quick-start AWS CloudFormation template: +You can also use the following AWS CLI command to run the quick-start CloudFormation template: