Investigate what options are available for obtaining information regarding the total cost or monthly cost of AWS instances, so this information can be displayed either when the server is started/stopped or using another command to query the cost.
The AWS API for python supports querying for account cost information, using functions such as get_cost_and_usage. A new command should be added to display this information.
Investigate what options are available for obtaining information regarding the total cost or monthly cost of AWS instances, so this information can be displayed either when the server is started/stopped or using another command to query the cost.