feat: aws config files examples

This commit is contained in:
Michele Cereda
2024-02-16 21:59:11 +01:00
parent 3f68ace3f8
commit 89b0711d77
3 changed files with 59 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
1. [TL;DR](#tldr)
1. [Profiles](#profiles)
1. [Configuration](#configuration)
1. [Further readings](#further-readings)
1. [Sources](#sources)
@@ -74,6 +75,15 @@ Default output format [None]: json
$ export AWS_PROFILE="work"
```
## Configuration
| File | Description |
| -------------------- | ------------- |
| `~/.aws/config` | Configuration |
| `~/.aws/credentials` | Credentials |
See [CLI config files] for examples.
## Further readings
- [AWS]
@@ -93,6 +103,9 @@ $ export AWS_PROFILE="work"
[ecr tldr]: ecr.md#tldr
[s3 tldr]: s3.md#tldr
<!-- Files -->
[cli config files]: ../../../examples/dotfiles/.aws
<!-- Upstream -->
[quickstart]: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html
[configure profiles]: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html