Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 10, 2026
1 parent 9f7384c commit 277c2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/projects/edl-projects/edl-prod-7537837/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Next, you'll run the utility to update this newly created profile, or to just sh
|--|--|
| --profile | The SSO profile used for accessing the account |
| --region | The AWS Region where the secret exists (here, it's us-west-2 where all the Bedrock stuff lives too) |
| --secret-name | The AWS Secrets Manager secret name |
| --secret-name | The AWS Secrets Manager secret name (optional now, uses a default path) |
| --username | The IAM Service account name (even though this is in the secret) |
| --update-profile | The new service account profile |

Expand All @@ -144,9 +144,9 @@ If you omit the --update-profile, it will output the environment variables. Exa
% get_service_account_creds.py \
--profile 563127383709-edl-addcp-prod-ew.edl-prod-7537837 \
--region us-west-2 \
--secret-name /local/iam/service_account/s-edl-prod-7537837 \
--username s-edl-prod-7537837 \
--update-profile 563127383709-edl-addcp-prod-ew.s-edl-prod-7537837
### --secret-name /local/iam/service_account/s-edl-prod-7537837

Retrieving secret '/local/iam/service_account/s-edl-prod-7537837' from us-west-2 using profile '563127383709-edl-addcp-prod-ew.edl-prod-7537837'...
Updating AWS CLI profile '563127383709-edl-addcp-prod-ew.s-edl-prod-7537837'...
Expand Down

0 comments on commit 277c2df

Please sign in to comment.