AWS Security ChangesHomeSearch

AWS AWSCloudFormation medium security documentation change

Service: AWSCloudFormation · 2026-03-13 · Security-related medium

File: AWSCloudFormation/latest/TemplateReference/aws-resource-odb-cloudvmcluster.md

Summary

Added IamRoles property documentation for VM cluster

Security assessment

Documentation of IAM roles configuration directly relates to security controls for resource access management, mitigating risks of unauthorized actions through proper role assignment

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-odb-cloudvmcluster.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-odb-cloudvmcluster.md
index 83a7a9660..02e741ad6 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-odb-cloudvmcluster.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-odb-cloudvmcluster.md
@@ -31,0 +32 @@ To declare this entity in your CloudFormation template, use the following syntax
+          "IamRoles" : [ [IamRole](./aws-properties-odb-cloudvmcluster-iamrole.html), ... ],
@@ -64,0 +66,2 @@ To declare this entity in your CloudFormation template, use the following syntax
+      IamRoles: 
+        - [IamRole](./aws-properties-odb-cloudvmcluster-iamrole.html)
@@ -243,0 +247,11 @@ _Minimum_ : `1`
+`IamRoles`
+    
+
+The AWS Identity and Access Management (IAM) service roles associated with the VM cluster.
+
+_Required_ : No
+
+ _Type_ : Array of [IamRole](./aws-properties-odb-cloudvmcluster-iamrole.html)
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+