Skip to content

Commit

Permalink
Fixed the link for Credentials Profile to point to the CLI credential…
Browse files Browse the repository at this point in the history
… file settings article, rather than the PHP SDK article (#2479)

SUMMARY
Fixed the link for Credentials Profile authentication documentation to point to the AWS CLI credential file settings article, rather than the PHP SDK article
ISSUE TYPE

Docs Pull Request

ADDITIONAL INFORMATION
It looks like maybe Amazon updated their documentation, as the old URL (https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_profiles.html) now automatically redirects to https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/welcome.html, which is their PHP SDK documentation. I updated the URL to a more accurate set of documentation for CLI configuration/Credentials Profiles. https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html

Reviewed-by: Mark Chappell
Reviewed-by: Alina Buzachis
Reviewed-by: Mandar Kulkarni <[email protected]>
(cherry picked from commit 390fbcc)
  • Loading branch information
chynasan authored and patchback[bot] committed Jan 21, 2025
1 parent 857b30a commit 2df74f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/guide_aws.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Or they can be specified using "module_defaults" at the top of a playbook.::
key_name: "example-ssh-key"
image_id: "..."

Credentials can also be accessed from a `Credentials Profile <https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_profiles.html>`_.::
Credentials can also be accessed from a `Credentials Profile <https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html>`_.::

- amazon.aws.ec2_instance:
aws_profile: default
Expand Down

0 comments on commit 2df74f3

Please sign in to comment.