https://pulumi.com logo
e

elegant-crayon-4967

12/03/2018, 9:48 PM
New to Pulumi...following the PulumiTV YouTube Episode 001. What's crazy is the update successfully said it created an S3 bucket, but it shouldn't have been able to do that. I haven't authenticated with MFA or setup my credentials file. I wonder where the S3 bucket actually is that I so called "created"?🤔
m

most-pager-38056

12/03/2018, 9:50 PM
Hello. I’m new too, but i believe it’s because your AWS credentials are already set in your machine. 🙂
It happened to me too.
e

elegant-crayon-4967

12/03/2018, 9:50 PM
but I can't even run an aws command right now due to my MFA token expiration
I have MFA enforced on my account. Also, logging into my AWS account doesn't show the bucket
m

most-pager-38056

12/03/2018, 9:52 PM
🤔
e

elegant-crayon-4967

12/03/2018, 9:52 PM
right! haha
😅 1
s

stocky-spoon-28903

12/03/2018, 10:27 PM
@most-pager-38056 do you still have the CLI output and the program?
m

most-pager-38056

12/03/2018, 10:39 PM
@elegant-crayon-4967
e

elegant-crayon-4967

12/03/2018, 11:15 PM
@stocky-spoon-28903 I do
s

stocky-spoon-28903

12/03/2018, 11:16 PM
Any chance you could put both up in a gist or similar? We can take a look at it to see what’s going on then
e

elegant-crayon-4967

12/04/2018, 12:37 AM
Yea for sure, I'll do that and then paste the link
s

stocky-spoon-28903

12/04/2018, 2:50 PM
How do you have credentials set up for other AWS apps?
e

elegant-crayon-4967

12/04/2018, 4:16 PM
I have my .aws dir with config and credentials file. Then I need to run the aws sts command using my MFA token to generate a new session token. Then I update my credentials file to use the new session key