This plugin allows you to determine the replication factor for cloud storage, based on vendor, service and usage type.
Not Needed
cloud/vendor
: the cloud platform provider, e.g.aws
cloud/service
: the name of the service being used, e.g.s3
cloud/usage-type
: the usage type for the service, e.g.Reduced Redundancy Storage - RRS
(optional)
An array containing:
cloud/vendor
: echo inputvendor
cloud/service
: echo inputservice
cloud/usage-type
: echo inputusage-type
(optional)storage/replication-factor
: Amount of times stored data is replicated for given vendor/service/usage-type combination
Can throw errors in the following situations:
- Any of
cloud/vendor
orcloud/service
are not present in the input. - Any of
cloud/vendor
,cloud/service
orcloud/usage-type
are not values supported by the plugin.
IF implements this plugin using data from Cloud Carbon Footprint.
Cloud Storage Metadata currently implements only for AWS 's3', Azure 'blob-storage' and GCP 'cloud-storage.
Unit tests available here
Example manifest available here