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

profile argument to resources.py? #30

Open
gwerhart0800 opened this issue Nov 24, 2015 · 1 comment
Open

profile argument to resources.py? #30

gwerhart0800 opened this issue Nov 24, 2015 · 1 comment

Comments

@gwerhart0800
Copy link

I am following your instructions, but when I get to the point of running resources.py, the "cf" bit seems to work, but the next step fails because the resources.py script is looking for a --profile argument and you instructions say nothing about that:

./resources.py launch --region=us-west-2
Usage:
resources.py cf
resources.py launch --region= --profile=
resources.py update --region= --profile=
resources.py delete --region= --profile=
resources.py output --region= --profile=

@hack2learn
Copy link

Hi,

you need to use the profile name when you run aws configure. See in ~/.aws/config. The name between the brackets ex. [default] is the profile name you need to use.

Hope that helps.

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