AWS neptune documentation change
Summary
Updated 'AWS CloudFormation' to 'CloudFormation' in 3 locations, including IAM/VPC configuration notes.
Security assessment
Purely terminological changes. Security configurations (IAM Sigv4 signing, VPC access) are described identically before/after changes.
Diff
diff --git a/neptune/latest/userguide/export-service-run-export.md b/neptune/latest/userguide/export-service-run-export.md index 52e2643c5..7a14d0b26 100644 --- a//neptune/latest/userguide/export-service-run-export.md +++ b//neptune/latest/userguide/export-service-run-export.md @@ -9 +9 @@ Monitor the jobCancel a job -The **Outputs** tab of the AWS CloudFormation stack also includes the `NeptuneExportApiUri`. Use this URI whenever you send a request to the Neptune-Export endpoint. +The **Outputs** tab of the CloudFormation stack also includes the `NeptuneExportApiUri`. Use this URI whenever you send a request to the Neptune-Export endpoint. @@ -15 +15 @@ The **Outputs** tab of the AWS CloudFormation stack also includes the `NeptuneEx - * If you set the `EnableIAM` parameter to `true` in the AWS CloudFormation stack when you installed Neptune-Export, you need to `Sigv4` sign all requests to the Neptune-Export API. We recommend using [awscurl](https://github.com/okigan/awscurl) to make requests to the API. All the examples here assume that IAM auth is enabled. + * If you set the `EnableIAM` parameter to `true` in the CloudFormation stack when you installed Neptune-Export, you need to `Sigv4` sign all requests to the Neptune-Export API. We recommend using [awscurl](https://github.com/okigan/awscurl) to make requests to the API. All the examples here assume that IAM auth is enabled. @@ -17 +17 @@ The **Outputs** tab of the AWS CloudFormation stack also includes the `NeptuneEx - * If you set the `VPCOnly` parameter to `true` in the AWS CloudFormation stack when you installed Neptune-Export, you must call the Neptune-Export API from within the VPC, typically from an Amazon EC2 instance located in the VPC. + * If you set the `VPCOnly` parameter to `true` in the CloudFormation stack when you installed Neptune-Export, you must call the Neptune-Export API from within the VPC, typically from an Amazon EC2 instance located in the VPC.