AWS - Credential

Card Puncher Data Processing

About

This page is about Credentials in Aws

Management

List

aws configure list
Name                    Value             Type    Location
      ----                    -----             ----    --------
   profile                <not set>             None    None
access_key     ****************ZFDU shared-credentials-file
secret_key     ****************pyJh shared-credentials-file
    region                Frankfurt      config-file    ~/.aws/config

Set

For the cli, Setup - To get the key, go to the IAM console > Users

aws configure
AWS Access Key ID [None]: AAAAAAAAAAAAAAAAAAAAAAAA
AWS Secret Access Key [None]: bbbbbbbbbbbbbbbbbbbbbbbbbbbb
Default region name [None]: eu-central-1
Default output format [None]: json

where:

It will create two config file:

  • ~\.aws\config
[default]
region = eu-central-1
output = json
  • and ~/.aws/credentials
[default]
aws_access_key_id = YOUR_ACCESS_KEY_ID
aws_secret_access_key = YOUR_SECRET_ACCESS_KEY

Documentation / Reference





Discover More
Card Puncher Data Processing
Aws - Cli

The cli of Aws is a client with pip Verification Set the credentials Verify
Card Puncher Data Processing
Aws - Security Token Service (STS)

The AWS Security Token Service (STS) is a web service that enables you to request temporary limited-privilege credentials for: AWS Identity and Access Management (IAM) users or for users that you...



Share this page:
Follow us:
Task Runner