Skip to content

Releases: schijioke-uche/aws-shared-credentials-test

Patch 4.5 for Shared Credentials Configuration

23 Mar 17:42
847229d
Compare
Choose a tag to compare

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

23 Jan 03:51
Compare
Choose a tag to compare

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

23 Jan 03:47
Compare
Choose a tag to compare

Tested Terraform

AWS STS Test

23 Jan 03:46
Compare
Choose a tag to compare

Test AWS User's access