How can we generate the session token in aws

The name of the pictureThe name of the pictureThe name of the pictureClash 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.










share|improve this question



























    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.










    share|improve this question

























      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.










      share|improve this question















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 19 hours ago









      Rui F Ribeiro

      38.1k1475123




      38.1k1475123










      asked 21 hours ago









      Vandhana

      384




      384




















          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.






          share|improve this answer




















          • 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 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










          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          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






























          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.






          share|improve this answer




















          • 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 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














          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.






          share|improve this answer




















          • 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 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












          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.






          share|improve this answer












          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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 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
















          • 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 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















          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

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          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













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay