adventurous-egg-60548
04/11/2023, 1:59 PM~/oyster-setup-aws$ AWS_PROFILE=Geko pulumi up
Enter your passphrase to unlock config/secrets
(set PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE to remember):
Previewing update (claver):
Type Name Plan Info
+ pulumi😛ulumi:Stack oyster-claver create
+ ├─ pulumi😛roviders:aws ap-east-1 create
+ ├─ pulumi😛roviders:aws eu-central-1 create
+ ├─ pulumi😛roviders:aws eu-north-1 create
+ ├─ pulumi😛roviders:aws ap-northeast-2 create
+ ├─ pulumi😛roviders:aws eu-south-1 create
+ ├─ pulumi😛roviders:aws ap-south-1 create
+ ├─ pulumi😛roviders:aws us-west-2 create
+ ├─ pulumi😛roviders:aws ap-southeast-1 create
+ ├─ pulumi😛roviders:aws us-east-2 create
+ ├─ pulumi😛roviders:aws eu-west-3 create
+ ├─ pulumi😛roviders:aws us-east-1 create
+ ├─ pulumi😛roviders:aws eu-west-2 create
+ ├─ pulumi😛roviders:aws ap-southeast-2 create
+ ├─ pulumi😛roviders:aws eu-west-1 create
+ ├─ pulumi😛roviders:aws ca-central-1 create
+ ├─ pulumi😛roviders:aws us-west-1 create
├─ aws:ec2:Vpc oyster-ap-east-1-vpc 1 error
+ └─ pulumi😛roviders:aws ap-northeast-1 create
Diagnostics:
aws:ec2:Vpc (oyster-ap-east-1-vpc):
error: unable to validate AWS credentials.
Details: no valid credential sources for found.
Please see
for more information about providing credentials.
Error: failed to refresh cached credentials, the SSO session has expired or is invalid: open /home/ubuntu/.aws/sso/cache/ca6b7ecb335b182996968041cb3d515fc456c94e.json: no such file or directorybillowy-army-68599
04/11/2023, 2:04 PMaws sts get-caller-identity
return a valid arn? what environment variables do you have set? env | grep AWS_
adventurous-egg-60548
04/11/2023, 2:18 PMaws sso login --profile Geko
~/oyster-setup-aws$ aws sts get-caller-identity
Unable to locate credentials. You can configure credentials by running "aws configure".billowy-army-68599
04/11/2023, 2:42 PMaws sts get-caller-identity --profile Geko
adventurous-egg-60548
04/11/2023, 2:44 PMbillowy-army-68599
04/11/2023, 3:00 PMexport AWS_PROFILE=Geko
and then try rerun pulumiadventurous-egg-60548
04/11/2023, 3:04 PMbillowy-army-68599
04/11/2023, 3:17 PMadventurous-egg-60548
04/11/2023, 3:22 PMbillowy-army-68599
04/11/2023, 3:25 PMPulumi.clave.yaml
?adventurous-egg-60548
04/11/2023, 3:26 PMconfig:
aws:profile: Geko
set inside yaml filebillowy-army-68599
04/11/2023, 3:41 PMadventurous-egg-60548
04/11/2023, 3:46 PM