EasyManuals Logo

Amazon AWS SDK User Manual

Amazon AWS SDK
19 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #7 background imageLoading...
Page #7 background image
When you sign up, AWS provides you with security credentials that are specific to your account.Two of
these credentials, your access key ID and your secret key, are used by the SDK whenever it accesses
the services provided by AWS.The security credentials authenticate requests to the service and identify
you as the sender of a request.The following list shows examples of these credentials.
Access Key ID Example: AKIAIOSFODNN7EXAMPLE
Secret Access Key Example: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
To view your AWS access credentials
1. Go to the Amazon Web Services website at http://aws.amazon.com.
2. Click My Account/Console, and then click Security Credentials.
3. Under Your Account, click Security Credentials.
4. In the spaces provided, type your user name and password, and then click Sign in using our secure
server.
5. Under Access Credentials, on the Access Keys tab, your access key ID is displayed.To view your
secret key, under Secret Access Key, click Show.
Your secret key must remain a secret that is known only to you and AWS. Keep it confidential in order
to protect your account. Store it securely in a safe place, and never email it. Do not share it outside your
organization, even if an inquiry appears to come from AWS or Amazon.com. No one who legitimately
represents Amazon will ever ask you for your secret key.
The credentials that are returned from the sign-up process are your root credentials. In general, we
recommend that you do not use your root credentials for most interactions with AWS.Your root credentials
provide complete access to your AWS account including your billing information.You should always keep
your root credentials as secure as possible and use them only when necessary. Instead of using your
root credentials, we recommend that you create an IAM user with only the permissions necessary to
perform the desired AWS tasks. For information about how to create an IAM user, go to the Identity and
Access Management documentation.
Version 0.9.1-pre.2 : Preview
3
AWS SDK for Node.js Getting Started Guide
AWS Account and Credentials

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Amazon AWS SDK and is the answer not in the manual?

Amazon AWS SDK Specifications

General IconGeneral
CategorySoftware Development Kit (SDK)
DeveloperAmazon Web Services (AWS)
LicenseApache License 2.0
PurposeTo enable developers to interact with AWS services from their applications.
Supported LanguagesJava, Python, JavaScript, .NET, Ruby, PHP, Go, C++
Supported AWS ServicesAll AWS services
Operating SystemsWindows, macOS, Linux
Latest VersionVaries by SDK and language. Refer to the official AWS documentation for the specific SDK.
RepositoryGitHub (for many SDKs)
DocumentationAvailable on the AWS website.
SDK FeaturesAPI abstraction, request signing, error handling, retry logic, data serialization, and support for various authentication methods.

Related product manuals