sparse-intern-71089
09/09/2019, 8:01 PMgentle-diamond-70147
09/09/2019, 8:02 PMcareful-baker-18386
09/09/2019, 8:05 PMpulumi config set aws:profile the-profile
and AWS_PROFILE=the-profile pulumi up
and neither workcareful-baker-18386
09/09/2019, 8:05 PMaws-cli
installed with an ~/.aws/credentials
file with several profiles fwiwcareful-baker-18386
09/09/2019, 9:07 PMPulumi.dev.yml
, so this was pointing to the wrong profile that didn’t have permissions to create a bucket.clever-sunset-76585
09/09/2019, 10:20 PMit defaulted to use the value inIt, so this was pointing to the wrong profile that didn’t have permissions to create a bucket.Pulumi.dev.yml
pulumi stack select <stack name>
it should change the active stack. You can see the active stack by running pulumi stack ls
in the directory where your stack config files are, and you should see a *
next to the currently selected one.
EDIT: Sorry. I had a typo in my message above. I actually meant to type, it shouldn’t default to a specific stack.clever-sunset-76585
09/09/2019, 10:21 PM-s
flag to your pulumi up
command previously? If so, that wouldn’t change the active stack, just runs the command with that stack’s config, as though it were the active stack.careful-baker-18386
09/09/2019, 10:53 PM-s
flag, this was my first attempt using the getting started workflow.gentle-diamond-70147
09/09/2019, 11:11 PMPulumi.dev.yaml
?careful-baker-18386
09/10/2019, 6:42 PM