Aws Provider
The provider type for the aws package. By default, resources use package-wide configuration settings, however an explicit Provider
instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.
Properties
File containing custom root and intermediate certificates. Can also be configured using the AWS_CA_BUNDLE
environment variable. (Setting ca_bundle
in the shared config file is not supported.)
Address of the EC2 metadata service endpoint to use. Can also be configured using the AWS_EC2_METADATA_SERVICE_ENDPOINT
environment variable.
Protocol to use with EC2 metadata service endpoint.Valid values are IPv4
and IPv6
. Can also be configured using the AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE
environment variable.
The path to the shared credentials file. If not set, defaults to ~/.aws/credentials.