Create a reservation policy. Times must be in 15-minute increments.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
AWS account ID
Name to assign to the reservation policy
EC2 instance type to check (e.g., c5.large)
OS/platform for the offering (e.g., Linux/UNIX, Windows Server)
Availability Zone identifier to search within (e.g., usw2-az1, aps1-az1)
Number of instances to reserve (must be positive)
x >= 1Reservation start date, format MM/dd/yyyy (e.g., 12/20/2024)
^\d{2}/\d{2}/\d{4}$Reservation end date, format MM/dd/yyyy (e.g., 12/25/2024)
^\d{2}/\d{2}/\d{4}$Reservation start time, format HH:mm (24-hour, e.g., 09:30)
^\d{2}:\d{2}$Reservation end time, format HH:mm (24-hour, e.g., 23:15)
^\d{2}:\d{2}$Client UTC offset in hours (range -18 to 18)
Enables auto-renewal for the policy
Auto-renewal frequency (required when autoRenewalEnabled is true)
one-day, one-week, one-month Success - Reservation was successful