AWS ec2 documentation change
Summary
Added PowerShell V5 examples for DeleteVpnConnection including confirmation prompt details
Security assessment
The change adds operational examples for deleting VPN connections but does not address security vulnerabilities or introduce security features. The confirmation prompt is a standard safety measure, not a security fix.
Diff
diff --git a/ec2/latest/devguide/example_ec2_DeleteVpnConnection_section.md b/ec2/latest/devguide/example_ec2_DeleteVpnConnection_section.md index fd38b1b6b..ba6f6c79a 100644 --- a//ec2/latest/devguide/example_ec2_DeleteVpnConnection_section.md +++ b//ec2/latest/devguide/example_ec2_DeleteVpnConnection_section.md @@ -50,0 +51,22 @@ PowerShell + + + + +**Tools for PowerShell V5** + + +**Example 1: This example deletes the specified VPN connection. You are prompted for confirmation before the operation proceeds, unless you also specify the Force parameter.** + + + Remove-EC2VpnConnection -VpnConnectionId vpn-12345678 + + +**Output:** + + + Confirm + Are you sure you want to perform this action? + Performing operation "Remove-EC2VpnConnection (DeleteVpnConnection)" on Target "vpn-12345678". + [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): + + * For API details, see [DeleteVpnConnection](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_.