https://github.com/rathod-shubham/aws
AWS SDK for Python (Boto3) to create, configure, and manage AWS services
https://github.com/rathod-shubham/aws
aws boto3 python
Last synced: 7 months ago
JSON representation
AWS SDK for Python (Boto3) to create, configure, and manage AWS services
- Host: GitHub
- URL: https://github.com/rathod-shubham/aws
- Owner: RATHOD-SHUBHAM
- Created: 2023-09-22T22:31:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T23:05:40.000Z (about 2 years ago)
- Last Synced: 2025-01-22T07:37:20.884Z (9 months ago)
- Topics: aws, boto3, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS - Boto3
* AWS SDK for Python (Boto3) to create, configure, and manage AWS services, such as Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3).
* The SDK provides an object-oriented API as well as low-level access to AWS services.## STS:
A low-level client representing AWS Security Token Service (STS)
* Security Token Service (STS) enables us to request temporary, limited-privilege credentials for users.
* Temporary security credentials:
* Temporary security credentials are short-term, as the name implies. They can be configured to last for anywhere from a few minutes to several hours. After the credentials expire, AWS no longer recognizes them or allows any kind of access from API requests made with them
* assume_role
* Returns a set of temporary security credentials that you can use to access Amazon Web Services resources. These temporary credentials consist of an access key ID, a secret access key, and a security token.