Webiny-js: Deployment to non "default" account not possible

Created on 14 Jul 2020  路  4Comments  路  Source: webiny/webiny-js

This is:

  • Bug


Expected Behavior

When the value of "AWS_PROFILE" in .env.json is changed to "anotheraccount" the deployment should happen in "anotheraccount"

Actual Behavior


When the value of "AWS_PROFILE" in .env.json is changed to "anotheraccount" the deployment happens in "default" account. It's not possible to deploy in other accounts except of changing your .aws/credentials file

Steps to Reproduce the Problem


  1. create a new project
  2. in .env.json change the account you want to deploy in from "default" to something else
  3. run the deployment
  4. check your default aws account. Everything will be in there
bug

All 4 comments

@jcode-hub several users reported this so far, but I couldn't reproduce it myself using non-default profile.
I'll give it some more testing but we're currently very busy with other stuff, so I can't promise a quick fix.

Hopefully I'll manage to reproduce this, then we can at least begin to think about the cause of the problem.

@Pavel910 let me know if I can provide any further information.

+1

the issue seems to be gone with the new version (checkd with [email protected])

Was this page helpful?
0 / 5 - 0 ratings