Closed thheinen closed 1 year ago
After documentation got pulled out of the kitchen repositories, can anybody give me a hint on where to add those settings?
Also: those failed unit tests are not related to my code. And two of those look... weird ;-)
Hey @tecracer-theinen,
The documentation was moved to the test-kitchen
repo. You can update that at https://github.com/test-kitchen/test-kitchen/blob/main/docs/content/docs/drivers/aws.md and create a separate PR for documentation.
@ashiqueps can we get the contributing guidelines updated to help people discover this docs location?
@Xorima
Sure, I'll update the guidelines.
Description
This implements allocation/deallocation of dedicated hosts.
It also introduces new config options
allocate_dedicated_host
anddeallocate_dedicated_host
, which are set tofalse
by default to avoid accidental cost impacts. Also,mac
instances will not allow deallocation before 24 hours have passed, so they will (when #591 is implemented) fail if the driver tries automatically deallocating.Issues Resolved
590
Type of Change
New Feature
Check List