https://pulumi.com logo
Title
b

bored-hamburger-89415

05/06/2021, 6:18 AM
Any ideas what I may be missing here? Pulumi new times out. I’ve got
AWS_PROFILE
set
❯ pulumi login
Logged in to JHARRI-GCE12086 as jake.harris (s3://***/api-sendmail/)

❯ pulumi new kubernetes-typescript --force
This command will walk you through creating a new Pulumi project.

Enter a value or leave blank to accept the (default), and press <ENTER>.
Press ^C at any time to quit.

project name: (pulum)
project description: (A minimal Kubernetes TypeScript Pulumi program)
Created project 'pulum'

stack name: (dev)

Sorry, could not create stack 'dev': could not create stack: An IO error occurred while writing the new snapshot file: blob (key ".pulumi/stacks/dev.json") (code=Unknown): InvalidAccessKeyId: The AWS Access Key Id you provided does not exist in our records.
I’m curious if the “Logged in to…” line is correct. Shouldn’t it be logging into S3 and not my local machine?
Oddly, works in
zsh
, but not
fish
😞 🐠
b

brave-planet-10645

05/06/2021, 7:54 AM
Can you raise an issue in https://github.com/pulumi/pulumi - there might be something in fish that we're not expecting
1