Created
October 31, 2019 22:57
-
-
Save dmc5179/81d25d8a1a9a5f07b7571e9a5731df28 to your computer and use it in GitHub Desktop.
OpenShift 3 AWS Cloud Provisioner Custom API Endpoints. Located at /etc/aws/aws.conf on every node in the cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
Zone = us-east-1c | |
[ServiceOverride "s3"] | |
Service=s3 | |
URL=https://s3.foo.bar | |
[ServiceOverride "ec2"] | |
Service=ec2 | |
URL=https://ec2.foo.bar |
Role to install the customized config
https://github.com/dmc5179/ansible-role-ocp3-custom-aws-endpoints
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For use with OpenShift 3.11.98 and up. Allows the cluster to talk to custom AWS API endpoints used in restricted regions. Please this file on each node in the cluster here: /etc/aws/aws.conf