Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Setup #1

Open
trex1618 opened this issue Dec 15, 2015 · 1 comment
Open

Windows Setup #1

trex1618 opened this issue Dec 15, 2015 · 1 comment

Comments

@trex1618
Copy link

Install on Windows

  1. Install AWS Tools for Windows
  2. Setup credential file. unicred does not support the use of the .NET SDK secure store (e.g. %USERPROFILE%\AppData\Local\AWSToolkit). The credential file needs to be store in %userprofile%/.aws/credentials

Run in command prompt

Set region

set AWS_REGION=ap-southeast-2

Then run unicreds

Powershell

Set region

[Environment]::SetEnvironmentVariable("AWS_REGION", "ap-southeast-2")

Then run unicreds

@ojongerius
Copy link
Contributor

Is this a suggestion to update the README?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants