Monday, April 15, 2024

Windows 11 - Enabling Hibernate

 If Hibernate is not available as an option, the following 2 commands run from PowerShell should enable it:


1. powercfg /hibernate on

2. powercfg /h /type full

The above commands need to be run from a Administrator Powershell window.

In Windows 11, you can then go to: Start >> Type: Control Panel >> Control Panel >> Power Options >> Choose what the power buttons do.

Thursday, January 18, 2024

AWS - MWAA - Customize UI Title

If you would like to customize the Airflow UI title to include some additional information, you can do so in MWAA by setting webserver.instance_name 


This will update the Title bar to show the value you set as shown below: