< Back

Get-AWSPriceListCurrentOfferUrls

Sat Jan 11, 2020 8:04 am

NAME Get-AWSPriceListCurrentOfferUrls



SYNOPSIS

Retrieves a list of the offer index files for each available service.





SYNTAX

Get-AWSPriceListCurrentOfferUrls [<CommonParameters>]





DESCRIPTION

The cmdlet retrieves the base offer index file from

https://pricing.us-east-1.amazonaws.com ... index.json. It parses out the urls for the available

services. These urls can be used to retrieve the specific pricing information for those services.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None





OUTPUTS

System.String[]





NOTES





AUTHOR: Michael Haken

LAST UPDATE: 1/16/2019



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-AWSPriceListCurrentOfferUrl



Retrieves all of the offer index file urls.











RELATED LINKS