From 6f09a0e503c95236a511de9b6edc62fa6d502270 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sat, 24 Dec 2022 03:20:00 +0100 Subject: [PATCH 1/2] fix: small typo error in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0ed943..f288b39 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ role_arn = arn:aws:iam::911111111111:role/Ec2Route53Access source_profile = default ``` -Alternatively, instead of having roles which are assumed, you can also configure the `.aws/credentials` file to have a list of profiles and assocaited keys with scoped access. +Alternatively, instead of having roles which are assumed, you can also configure the `.aws/credentials` file to have a list of profiles and associated keys with scoped access. Once your AWS configuration has been set with all the accounts in your AWS environment, you can then run the tool using the following command: @@ -250,4 +250,4 @@ See also the list of [contributors](https://github.com/assetnote/ghostbuster/con ## License -GNU Affero General Public License \ No newline at end of file +GNU Affero General Public License From 37c1e82ab1e0d4f1c18954f18ca0179eb3d6b536 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sat, 24 Dec 2022 03:20:41 +0100 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 55583dd..74e27b9 100644 --- a/README.rst +++ b/README.rst @@ -279,7 +279,7 @@ An example configuration looks like this: Alternatively, instead of having roles which are assumed, you can also configure the ``.aws/credentials`` file to have a list of profiles and -assocaited keys with scoped access. +associated keys with scoped access. Once your AWS configuration has been set with all the accounts in your AWS environment, you can then run the tool using the following command: