AWS braket documentation change
Summary
Updated terminology from 'AWS CloudFormation' to 'CloudFormation' throughout the document and adjusted links to reference 'CloudFormation user guide' instead of 'AWS CloudFormation user guide'.
Security assessment
The changes are branding/terminology updates without any indication of addressing security vulnerabilities or introducing security features. No security implications are mentioned in the diff.
Diff
diff --git a/braket/latest/developerguide/braket-cloudformation.md b/braket/latest/developerguide/braket-cloudformation.md index 2e7aacd83..4649323cf 100644 --- a//braket/latest/developerguide/braket-cloudformation.md +++ b//braket/latest/developerguide/braket-cloudformation.md @@ -7 +7 @@ Step 1: Create a SageMaker AI lifecycle configuration scriptStep 2: Create the I -# Create a Braket notebook instance using AWS CloudFormation +# Create a Braket notebook instance using CloudFormation @@ -13 +13 @@ Step 1: Create a SageMaker AI lifecycle configuration scriptStep 2: Create the I -You can use AWS CloudFormation to manage your Amazon Braket notebook instances. Braket notebook instances are built on Amazon SageMaker AI. With CloudFormation, you can provision a notebook instance with a template file that describes the intended configuration. The template file is written in JSON or YAML format. You can create, update, and delete instances in an orderly and repeatable fashion. You may find this useful when you manage multiple Braket notebook instances in your AWS account. +You can use CloudFormation to manage your Amazon Braket notebook instances. Braket notebook instances are built on Amazon SageMaker AI. With CloudFormation, you can provision a notebook instance with a template file that describes the intended configuration. The template file is written in JSON or YAML format. You can create, update, and delete instances in an orderly and repeatable fashion. You may find this useful when you manage multiple Braket notebook instances in your AWS account. @@ -15 +15 @@ You can use AWS CloudFormation to manage your Amazon Braket notebook instances. -After you create a CloudFormation template for a Braket notebook, you use AWS CloudFormation to deploy the resource. For more information, see [Creating a stack on the AWS CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stack.html) in the _AWS CloudFormation user guide_. +After you create a CloudFormation template for a Braket notebook, you use CloudFormation to deploy the resource. For more information, see [Creating a stack on the CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-create-stack.html) in the _CloudFormation user guide_. @@ -43 +43 @@ You can reuse the lifecycle configuration for all of the Braket notebooks that y -Use the following template to create a [SageMaker AI lifecycle configuration script](https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html). The script customizes a SageMaker AI notebook instance for Braket. For configuration options for the lifecycle CloudFormation resource, see [AWS::SageMaker::NotebookInstanceLifecycleConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html) in the _AWS CloudFormation user guide_. +Use the following template to create a [SageMaker AI lifecycle configuration script](https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html). The script customizes a SageMaker AI notebook instance for Braket. For configuration options for the lifecycle CloudFormation resource, see [AWS::SageMaker::NotebookInstanceLifecycleConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html) in the _CloudFormation user guide_. @@ -119 +119 @@ Make sure that the role has permission for the `s3:ListBucket` and `s3:GetObject -Use the SageMaker AI lifecycle script and the IAM role created in step 1 and step 2 to create a SageMaker AI notebook instance. The notebook instance is customized for Braket and can be accessed with the Amazon Braket console. For more information about configuration options for this CloudFormation resource, see [AWS::SageMaker::NotebookInstance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html) in the _AWS CloudFormation user guide_. +Use the SageMaker AI lifecycle script and the IAM role created in step 1 and step 2 to create a SageMaker AI notebook instance. The notebook instance is customized for Braket and can be accessed with the Amazon Braket console. For more information about configuration options for this CloudFormation resource, see [AWS::SageMaker::NotebookInstance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstance.html) in the _CloudFormation user guide_.