AWS keyspaces documentation change
Summary
Replaced 'AWS CloudFormation' with 'CloudFormation' in multiple locations describing stack creation
Security assessment
Branding/naming standardization in tutorial steps. No changes to security controls for S3 buckets or IAM roles being created.
Diff
diff --git a/keyspaces/latest/devguide/S3-tutorial-step1.md b/keyspaces/latest/devguide/S3-tutorial-step1.md index 7ba290533..91664546f 100644 --- a//keyspaces/latest/devguide/S3-tutorial-step1.md +++ b//keyspaces/latest/devguide/S3-tutorial-step1.md @@ -11 +11 @@ The script `setup-connector.sh` automates the following steps. - 1. Creates an **Amazon S3 bucket** using AWS CloudFormation. This bucket stores the downloaded jar and configuration files, as well as the exported table data. + 1. Creates an **Amazon S3 bucket** using CloudFormation. This bucket stores the downloaded jar and configuration files, as well as the exported table data. @@ -13 +13 @@ The script `setup-connector.sh` automates the following steps. - 2. Creates an **IAM role** using AWS CloudFormation. AWS Glue jobs use this role to access Amazon Keyspaces and Amazon S3. + 2. Creates an **IAM role** using CloudFormation. AWS Glue jobs use this role to access Amazon Keyspaces and Amazon S3. @@ -34 +34 @@ The script `setup-connector.sh` automates the following steps. - 1. `SETUP_STACKNAME` – This is the name of the AWS CloudFormation stack used to create the AWS resources. + 1. `SETUP_STACKNAME` – This is the name of the CloudFormation stack used to create the AWS resources. @@ -89 +89 @@ To confirm that the IAM role was created and to review the details, you can use -If the AWS CloudFormation stack process fails, you can review the detailed error information about the failed stack in the AWS CloudFormation console. +If the CloudFormation stack process fails, you can review the detailed error information about the failed stack in the CloudFormation console.