forked from rooty0/find-iam-user-by-key
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.profiles.example
24 lines (24 loc) · 943 Bytes
/
.profiles.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# This is just an example of simple configuration file
# Please be sure that awscli is installed and configured
# - You need to have something like this inside ~/.aws/config
#
# [profile myaccount]
# aws_access_key_id = xxxxxxxx
# aws_secret_access_key = aaaaaaaaaaaaaaaaaaaaaaaaaaaa
#
# [profile anotheraccount]
# aws_access_key_id = xxxxxxxx
# aws_secret_access_key = aaaaaaaaaaaaaaaaaaaaaaaaaaaa
#
# [profile onemoreaccount]
# aws_access_key_id = xxxxxxxx
# aws_secret_access_key = aaaaaaaaaaaaaaaaaaaaaaaaaaaa
#
# So your profile variable should be like this: AWS_PROFILES="myaccount anotheraccount onemoreaccount"
#
# NOTE: You can use keys in your envirement instead, if you want to. It is convenient to do that if you have single AWS account aka single profile
# If you going to manage single account only - simply set profile variable to this: AWS_PROFILES="default"
#
#
AWS_PROFILES=""