SDK
Software Development Kit (SDK)
Control multiple AWS services using popular programming languages
A SDK is a set of tools and libraries that you can use to create applications for a specific software package.
The AWS SDK is a set of API libraries that let you integrate AWS services into your applications. The SDK is available for the following languages.
- C++
- Geolation
- Java
- JavaScript
- .Net
- NodeJs
- PHP
- Python
- Ruby
Programatic Access Key and Secrect
When you enable Programmatic Access for AWS users
You’ll have the ability to create Access Key ID and Secret Access Key
These are collectively known as AWS Credentials
You will want to store your credentials in your users home folder (~/.aws/credentials)
The credentials files allow you to manage multile credentials (called profiles)
[[SDK]]