AWS Security ChangesHomeSearch

AWS AWSEC2 documentation change

Service: AWSEC2 · 2025-05-03 · Documentation low

File: AWSEC2/latest/UserGuide/view-billing-transfers.md

Summary

Simplified visibility timeframe note, removed role parameters from CLI examples, and added PowerShell examples for billing requests.

Security assessment

Changes focus on billing request visibility and command syntax updates. No security-related content was added or modified beyond general documentation improvements.

Diff

diff --git a/AWSEC2/latest/UserGuide/view-billing-transfers.md b/AWSEC2/latest/UserGuide/view-billing-transfers.md
index 1adb278e8..ffbdccc98 100644
--- a//AWSEC2/latest/UserGuide/view-billing-transfers.md
+++ b//AWSEC2/latest/UserGuide/view-billing-transfers.md
@@ -9,5 +9 @@ A Capacity Reservation owner can view only the most recent billing assignment re
-###### Note
-
-Requests can be viewed for 24 hours after they enter the `cancelled`, `expired`, or `revoked` state. After 24 hours, they no longer appear in the console or in AWS CLI, API, or SDK responses.
-
-Use one of the following methods to view billing assignment requests.
+Requests can be viewed for 24 hours after they enter the `cancelled`, `expired`, or `revoked` state. After 24 hours, they can no longer be viewed.
@@ -47 +43 @@ AWS CLI
-Use the [describe-capacity-reservation-billing-requests](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-capacity-reservation-billing-requests.html) command. For `--role`, specify `odcr-owner`.
+Use the [describe-capacity-reservation-billing-requests](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-capacity-reservation-billing-requests.html) command.
@@ -55 +51 @@ Use the [describe-capacity-reservation-billing-requests](https://awscli.amazonaw
-Use the [describe-capacity-reservation-billing-requests](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-capacity-reservation-billing-requests.html) command. For `--role`, specify `unused-reservation-billing-owner`.
+Use the [describe-capacity-reservation-billing-requests](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-capacity-reservation-billing-requests.html) command.
@@ -61 +57,20 @@ Use the [describe-capacity-reservation-billing-requests](https://awscli.amazonaw
-A request can be in one of the following states:
+PowerShell
+    
+
+###### (Capacity Reservation owner) To view requests you initiated
+
+Use the [Get-EC2CapacityReservationBillingRequest](https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2CapacityReservationBillingRequest.html) cmdlet.
+    
+    
+    Get-EC2CapacityReservationBillingRequest `
+        -Role odcr-owner
+
+###### (Consumer account) To view requests sent to you
+
+Use the [Get-EC2CapacityReservationBillingRequest](https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2CapacityReservationBillingRequest.html) cmdlet.
+    
+    
+    Get-EC2CapacityReservationBillingRequest `
+        -Role unused-reservation-billing-owner
+
+A request can be in one of the following states.