AWS devops-guru documentation change
Summary
Replaced 'AWS CloudFormation' with 'CloudFormation' in resource grouping recommendations
Security assessment
The changes only standardize terminology without affecting security posture. The resource grouping methodology and boundary coverage recommendations remain functionally identical.
Diff
diff --git a/devops-guru/latest/userguide/setting-up.md b/devops-guru/latest/userguide/setting-up.md index 35a1cff91..0befca0bf 100644 --- a//devops-guru/latest/userguide/setting-up.md +++ b//devops-guru/latest/userguide/setting-up.md @@ -112 +112 @@ For instructions, see [ Add groups](https://docs.aws.amazon.com/singlesignon/lat -Your boundary coverage determines the AWS resources that are analyzed by Amazon DevOps Guru for anomalous behavior. We recommend that you group your resources into your operational applications. All the resources in your resource boundary should comprise one or more of your applications. If you have one operational solution, then your coverage boundary should include all of its resources. If you have multiple applications, choose the resources that make up each solution and group them together using AWS CloudFormation stacks or AWS tags. All of the combined resources you specify, whether they define one or more applications, are analyzed by DevOps Guru and make up its coverage boundary. +Your boundary coverage determines the AWS resources that are analyzed by Amazon DevOps Guru for anomalous behavior. We recommend that you group your resources into your operational applications. All the resources in your resource boundary should comprise one or more of your applications. If you have one operational solution, then your coverage boundary should include all of its resources. If you have multiple applications, choose the resources that make up each solution and group them together using CloudFormation stacks or AWS tags. All of the combined resources you specify, whether they define one or more applications, are analyzed by DevOps Guru and make up its coverage boundary. @@ -118 +118 @@ Use one of the following methods to specify the resources in your operational so - * Use AWS CloudFormation stacks to define the resources in your operational application. AWS CloudFormation templates define and generate your resources for you. Specify the stacks that create your application resources when you configure DevOps Guru. You can update your stacks at any time. All of the resources in the stacks that you choose define your boundary coverage. For more information, see [Using AWS CloudFormation stacks to identify resources in your DevOps Guru applications](./working-with-cfn-stacks.html). + * Use CloudFormation stacks to define the resources in your operational application. CloudFormation templates define and generate your resources for you. Specify the stacks that create your application resources when you configure DevOps Guru. You can update your stacks at any time. All of the resources in the stacks that you choose define your boundary coverage. For more information, see [Using CloudFormation stacks to identify resources in your DevOps Guru applications](./working-with-cfn-stacks.html).