dry-vegetable-10976
03/25/2025, 1:36 PMAWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
.
I know that AWS CodeBuild has an IAM role, but how do I ensure Pulumi picks it up? Also, for local development, what is the best practice—AWS profiles, AWS SSO, or something else?billowy-army-68599
high-painter-73966
03/25/2025, 4:29 PMAWS_PROFILE
env var when running pulumi commands. This way the same pulumi code will work in both places / anywheredry-vegetable-10976
03/27/2025, 3:58 PMCommand failed with exit code 255: pulumi up --yes --skip-preview --message Executed from codebuild --refresh --diff --parallel 1 --client=127.0.0.1:33929 --exec-kind auto.inline --stack platform-iac-bastion-role --non-interactive
621
error: pulumi:providers:aws resource 'default_6_56_0' has a problem: No valid credential sources found.
billowy-army-68599
aws sts get-caller-identity
before pulumi and see if you have a valid iam roledry-vegetable-10976
03/30/2025, 11:18 AMdry-vegetable-10976
03/30/2025, 12:54 PM