This message was deleted.
# getting-started
s
This message was deleted.
s
exact error I see in "Deployments" is:
Copy code
error: rpc error: code = Unknown desc = unable to validate AWS credentials. 
Details: failed to get shared config profile, PROFILE_NAME
Make sure you have set your AWS region, e.g. `pulumi config set aws:region us-west-2`.
But with the actual profile name instead of PROFILE_NAME
d
You should avoid using Pulumi config for setting the profile name. As you've found out, it's tied to local setups. For local use, you can use the
AWS_PROFILE
environment variable
s
got it. Seems like a documentation thing ; https://github.com/pulumi/pulumi/issues/3567 is the top of page 1 on this. Thanks
(sorry for broken English. Doing 2 things at once)