AWS ec2 documentation change
Summary
Added PowerShell V5 example for network ACL deletion
Security assessment
Shows resource removal without security context or vulnerability mitigation guidance
Diff
diff --git a/ec2/latest/devguide/example_ec2_DeleteNetworkAcl_section.md b/ec2/latest/devguide/example_ec2_DeleteNetworkAcl_section.md index 9111b0075..d17406b7c 100644 --- a//ec2/latest/devguide/example_ec2_DeleteNetworkAcl_section.md +++ b//ec2/latest/devguide/example_ec2_DeleteNetworkAcl_section.md @@ -50,0 +51,22 @@ PowerShell + + + + +**Tools for PowerShell V5** + + +**Example 1: This example deletes the specified network ACL. You are prompted for confirmation before the operation proceeds, unless you also specify the Force parameter.** + + + Remove-EC2NetworkAcl -NetworkAclId acl-12345678 + + +**Output:** + + + Confirm + Are you sure you want to perform this action? + Performing operation "Remove-EC2NetworkAcl (DeleteNetworkAcl)" on Target "acl-12345678". + [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): + + * For API details, see [DeleteNetworkAcl](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_.