Skip to content

Instantly share code, notes, and snippets.

@dmc5179
Created October 31, 2019 22:57
Show Gist options
  • Save dmc5179/81d25d8a1a9a5f07b7571e9a5731df28 to your computer and use it in GitHub Desktop.
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
[global]
Zone = us-east-1c
[ServiceOverride "s3"]
Service=s3
URL=https://s3.foo.bar
[ServiceOverride "ec2"]
Service=ec2
URL=https://ec2.foo.bar
@dmc5179
Copy link
Author

dmc5179 commented Dec 8, 2019

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

@dmc5179
Copy link
Author

dmc5179 commented Aug 3, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment