How can we generate the session token in aws
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
i have aws access key and secret key with me. i wanted session token to be updated in aws credential file (~/.aws/credentials), how will i get it?
I want them to be generated in command line.
command-line amazon-ec2 aws amazon-linux amazon-s3
add a comment |
up vote
0
down vote
favorite
i have aws access key and secret key with me. i wanted session token to be updated in aws credential file (~/.aws/credentials), how will i get it?
I want them to be generated in command line.
command-line amazon-ec2 aws amazon-linux amazon-s3
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
i have aws access key and secret key with me. i wanted session token to be updated in aws credential file (~/.aws/credentials), how will i get it?
I want them to be generated in command line.
command-line amazon-ec2 aws amazon-linux amazon-s3
i have aws access key and secret key with me. i wanted session token to be updated in aws credential file (~/.aws/credentials), how will i get it?
I want them to be generated in command line.
command-line amazon-ec2 aws amazon-linux amazon-s3
command-line amazon-ec2 aws amazon-linux amazon-s3
edited 19 hours ago
Rui F Ribeiro
38.1k1475123
38.1k1475123
asked 21 hours ago
Vandhana
384
384
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You don't.
AWS_SESSION_TOKEN
is not used when you have IAM User access and secret keys.
It's only needed when you use IAM Role - either through Cross-account access, or EC2 instance role, etc.
Actually i want them to be used for a distcp command. so without session token its throwing error..
– Vandhana
21 hours ago
The error is because you most likely have a session token set in you shell. Unset it and you'll be fine.
– MLu
21 hours ago
i am completely new to aws. how shd i do that?
– Vandhana
20 hours ago
@Vandhana runenv | grep ^AWS_
and update your question with the output. I'll tell you what's wrong then. Also - are you on EC2 instance or on your laptop?
– MLu
20 hours ago
EC2 instance means? i m working on a server provided for my project. and for the above command i didn't get any output :(
– Vandhana
20 hours ago
|
show 3 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You don't.
AWS_SESSION_TOKEN
is not used when you have IAM User access and secret keys.
It's only needed when you use IAM Role - either through Cross-account access, or EC2 instance role, etc.
Actually i want them to be used for a distcp command. so without session token its throwing error..
– Vandhana
21 hours ago
The error is because you most likely have a session token set in you shell. Unset it and you'll be fine.
– MLu
21 hours ago
i am completely new to aws. how shd i do that?
– Vandhana
20 hours ago
@Vandhana runenv | grep ^AWS_
and update your question with the output. I'll tell you what's wrong then. Also - are you on EC2 instance or on your laptop?
– MLu
20 hours ago
EC2 instance means? i m working on a server provided for my project. and for the above command i didn't get any output :(
– Vandhana
20 hours ago
|
show 3 more comments
up vote
0
down vote
You don't.
AWS_SESSION_TOKEN
is not used when you have IAM User access and secret keys.
It's only needed when you use IAM Role - either through Cross-account access, or EC2 instance role, etc.
Actually i want them to be used for a distcp command. so without session token its throwing error..
– Vandhana
21 hours ago
The error is because you most likely have a session token set in you shell. Unset it and you'll be fine.
– MLu
21 hours ago
i am completely new to aws. how shd i do that?
– Vandhana
20 hours ago
@Vandhana runenv | grep ^AWS_
and update your question with the output. I'll tell you what's wrong then. Also - are you on EC2 instance or on your laptop?
– MLu
20 hours ago
EC2 instance means? i m working on a server provided for my project. and for the above command i didn't get any output :(
– Vandhana
20 hours ago
|
show 3 more comments
up vote
0
down vote
up vote
0
down vote
You don't.
AWS_SESSION_TOKEN
is not used when you have IAM User access and secret keys.
It's only needed when you use IAM Role - either through Cross-account access, or EC2 instance role, etc.
You don't.
AWS_SESSION_TOKEN
is not used when you have IAM User access and secret keys.
It's only needed when you use IAM Role - either through Cross-account access, or EC2 instance role, etc.
answered 21 hours ago
MLu
1,308822
1,308822
Actually i want them to be used for a distcp command. so without session token its throwing error..
– Vandhana
21 hours ago
The error is because you most likely have a session token set in you shell. Unset it and you'll be fine.
– MLu
21 hours ago
i am completely new to aws. how shd i do that?
– Vandhana
20 hours ago
@Vandhana runenv | grep ^AWS_
and update your question with the output. I'll tell you what's wrong then. Also - are you on EC2 instance or on your laptop?
– MLu
20 hours ago
EC2 instance means? i m working on a server provided for my project. and for the above command i didn't get any output :(
– Vandhana
20 hours ago
|
show 3 more comments
Actually i want them to be used for a distcp command. so without session token its throwing error..
– Vandhana
21 hours ago
The error is because you most likely have a session token set in you shell. Unset it and you'll be fine.
– MLu
21 hours ago
i am completely new to aws. how shd i do that?
– Vandhana
20 hours ago
@Vandhana runenv | grep ^AWS_
and update your question with the output. I'll tell you what's wrong then. Also - are you on EC2 instance or on your laptop?
– MLu
20 hours ago
EC2 instance means? i m working on a server provided for my project. and for the above command i didn't get any output :(
– Vandhana
20 hours ago
Actually i want them to be used for a distcp command. so without session token its throwing error..
– Vandhana
21 hours ago
Actually i want them to be used for a distcp command. so without session token its throwing error..
– Vandhana
21 hours ago
The error is because you most likely have a session token set in you shell. Unset it and you'll be fine.
– MLu
21 hours ago
The error is because you most likely have a session token set in you shell. Unset it and you'll be fine.
– MLu
21 hours ago
i am completely new to aws. how shd i do that?
– Vandhana
20 hours ago
i am completely new to aws. how shd i do that?
– Vandhana
20 hours ago
@Vandhana run
env | grep ^AWS_
and update your question with the output. I'll tell you what's wrong then. Also - are you on EC2 instance or on your laptop?– MLu
20 hours ago
@Vandhana run
env | grep ^AWS_
and update your question with the output. I'll tell you what's wrong then. Also - are you on EC2 instance or on your laptop?– MLu
20 hours ago
EC2 instance means? i m working on a server provided for my project. and for the above command i didn't get any output :(
– Vandhana
20 hours ago
EC2 instance means? i m working on a server provided for my project. and for the above command i didn't get any output :(
– Vandhana
20 hours ago
|
show 3 more comments
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f481369%2fhow-can-we-generate-the-session-token-in-aws%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password