Configuring the Amazon Web Services provider instance
Configure the Amazon Web Services (AWS) provider instance to provide authentication information and to define host templates that are used to map your cluster's resource demands to AWS instances.
About this task
Follow these steps to configure the AWS configuration files, which can be found on the management host on which the HostFactory service runs. The files are by default at $HF_CONFDIR/providers/awsinst/conf/.
Procedure
What to do next
- Ensure that AWS is enabled as the cloud provider for your cluster. AWS is enabled by default. If
you did not change the default configuration, further updates are not required. Otherwise, update
the following configuration files:
- In the hostProviderPlugins.json file, make sure AWS is enabled in the enabled parameter. See hostProviderPlugins.json reference.
- In the hostProviders.json file, make sure that awsinst is enabled in the enabled parameter. See hostProviders.json reference.
- In the hostRequestors.json file, specify awsinst as a provider instance for the cwsinst requestor instance in the providers parameter. See hostRequestors.json reference.
- Configure the cwsinst requestor. See Registering a dynamic requestor which uses the cwsinst provider instance.