Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#aws
Title
h
hundreds-musician-51496
09/30/2020, 4:07 PM
If I have multiple AWS profiles in my ~\.aws\config, how do I select one when running
pulumi up
?
Oh, I can use the
AWS_PROFILE
environment variable. 👍 (
https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/#creating-by-hand
)
b
billowy-army-68599
09/30/2020, 4:14 PM
@hundreds-musician-51496
if you want to set a mapping of stack -> profile you can also do it in your stack config:
pulumi config set aws:profile
Post