Skip to content

Instantly share code, notes, and snippets.

@dmc5179
Created October 31, 2019 22:57
Show Gist options
  • Select an option

  • Save dmc5179/81d25d8a1a9a5f07b7571e9a5731df28 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

dmc5179 commented Aug 3, 2021

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