Releases: schijioke-uche/aws-shared-credentials-test
Releases · schijioke-uche/aws-shared-credentials-test
Patch 4.5 for Shared Credentials Configuration
Deprecated - March 1, 2022
provider "aws" {
region = you region
shared_credentials_file = ~/.aws/credentials
profile = default
}
Patched March 23, 2022
provider "aws" {
region = "your region"
shared_config_files = ["~/.aws/config"]
shared_credentials_files = [" ~/.aws/credentials"]
profile = "yourcustomprofile"
}
Tested AWS Provider for STS
AWS provides AWS Security Token Service (AWS STS) as a web service that enables you to request temporary, limited-privilege credentials for AWS Identity and Access Management (IAM) users or for users you authenticate (federated users). This guide describes the AWS STS API. This release tested the user's STS in Shared credentials.
Tested Terraform
Tested Terraform
AWS STS Test
Test AWS User's access