AWS ec2 documentation change
Summary
Added PowerShell V5 example for DescribeIdentityIdFormat with role-based resource ID formatting
Security assessment
Documents ID format queries for IAM roles but does not introduce security features or address vulnerabilities. Relates to resource identification rather than security controls.
Diff
diff --git a/ec2/latest/devguide/example_ec2_DescribeIdentityIdFormat_section.md b/ec2/latest/devguide/example_ec2_DescribeIdentityIdFormat_section.md index db9687451..c2342a10f 100644 --- a//ec2/latest/devguide/example_ec2_DescribeIdentityIdFormat_section.md +++ b//ec2/latest/devguide/example_ec2_DescribeIdentityIdFormat_section.md @@ -89,0 +90,21 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example returns the ID format for the resouce 'image' for the role given** + + + Get-EC2IdentityIdFormat -PrincipalArn arn:aws:iam::123456789511:role/JDBC -Resource image + + +**Output:** + + + Deadline Resource UseLongIds + -------- -------- ---------- + 8/2/2018 11:30:00 PM image True + + * For API details, see [DescribeIdentityIdFormat](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +