AWS marketplace documentation change
Summary
Removed 'AWS' prefix from 'CloudFormation template' reference in AMI credential policy section
Security assessment
Terminology consistency change. The existing security guidance about using IAM roles instead of credentials remains unchanged. No new security content added.
Diff
diff --git a/marketplace/latest/userguide/product-and-ami-policies.md b/marketplace/latest/userguide/product-and-ami-policies.md index 7531f2128..b5147b7ca 100644 --- a//marketplace/latest/userguide/product-and-ami-policies.md +++ b//marketplace/latest/userguide/product-and-ami-policies.md @@ -63 +63 @@ Exceptions: - * AMIs must not request AWS credentials to access AWS services. If your product requires access to AWS services, an instance should be assigned a minimally privileged AWS Identity and Access Management (IAM) role. Users can create roles manually or by using a AWS CloudFormation template. When single-AMI launch is enabled for products with a CloudFormation delivery method, usage instructions must include clear guidance for creating minimally privileged IAM roles. For more information, see [Delivering your AMI-based product using AWS CloudFormation](https://docs.aws.amazon.com/marketplace/latest/userguide/cloudformation.html). + * AMIs must not request AWS credentials to access AWS services. If your product requires access to AWS services, an instance should be assigned a minimally privileged AWS Identity and Access Management (IAM) role. Users can create roles manually or by using a CloudFormation template. When single-AMI launch is enabled for products with a CloudFormation delivery method, usage instructions must include clear guidance for creating minimally privileged IAM roles. For more information, see [Delivering your AMI-based product using AWS CloudFormation](https://docs.aws.amazon.com/marketplace/latest/userguide/cloudformation.html).