# Functions
GetConfigProvider returns a new Amazon Web Services session.
Must forces GetConfigProvider to return the ConfigProvider.
NewCostCalculatorEC2 initializes a new cost calculator for AWS EC2 resources.
ParseEC2 is a PriceParser func used for parsing EC2 pricing.
# Constants
KindMachines is used to identify the kind of calculator.Resource for EC2 machines.
KindStorage is used to identify the kind of calculator.Resource for S3 storage.
# Type aliases
PriceParser parses a given AWS price result from the Pricing API and returns a calculator.Rate value.