Skip to content

boyersnet/AWSSSO.S3Buckets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWSSSO.S3Buckets

Demo project for using AWSSSO with .NET SDK.

Configuration

  1. Assumes an existing AWS Account
  2. Assumes there is at least 1 bucket within the AWS account.
  3. Configue AWS SSO
aws configure sso
  1. (Optional) Configuring SSO sometimes gives an unfriendly profile name based on the permission set name. If you'd like to change the profile name to something more friendly, login to AWS using the AWS CLI v2.
aws sso login --profile MyProfile
  1. Configure the appsettings.json file with the profile
{
  "AWS": {
    "Profile": "MyProfile",
    "Region": "us-east-1"
  }
}
  1. Run the project which should write the bucket names out to the console window.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages