Provider is a structure to handle AWS clouds for e2e testing It does not do anything useful, it's there only to provide valid --provider=aws cmdline option to allow testing of CSI migration tests of kubernetes.io/aws-ebs volume plugin.
type Provider struct { framework.NullProvider }