AWS servicecatalog documentation change
Summary
Updated terminology from 'AWS CloudFormation' to 'CloudFormation' in two places for consistency
Security assessment
Change is purely branding/nomenclature update without altering security concepts. IAM role usage for resource provisioning remains unchanged with no security implications.
Diff
diff --git a/servicecatalog/latest/adminguide/what-is_concepts.md b/servicecatalog/latest/adminguide/what-is_concepts.md index bd0fa192c..7e9d28898 100644 --- a//servicecatalog/latest/adminguide/what-is_concepts.md +++ b//servicecatalog/latest/adminguide/what-is_concepts.md @@ -15 +15 @@ Service Catalog supports the following types of users: - * **Catalog administrators (administrators)** – Manage a catalog of products (applications and services), organizing them into portfolios and granting access to end users. Catalog administrators prepare AWS CloudFormation templates, configure constraints, and manage IAM roles for products to provide for advanced resource management. + * **Catalog administrators (administrators)** – Manage a catalog of products (applications and services), organizing them into portfolios and granting access to end users. Catalog administrators prepare CloudFormation templates, configure constraints, and manage IAM roles for products to provide for advanced resource management. @@ -54 +54 @@ Granting a user access to a portfolio enables that user to browse the portfolio -When a user launches a product that has an IAM role assigned to it, Service Catalog uses the role to launch the product's cloud resources using AWS CloudFormation. By assigning an IAM role to each product, you can avoid giving users permissions to perform unapproved operations and enable them to provision resources using the catalog. +When a user launches a product that has an IAM role assigned to it, Service Catalog uses the role to launch the product's cloud resources using CloudFormation. By assigning an IAM role to each product, you can avoid giving users permissions to perform unapproved operations and enable them to provision resources using the catalog.