Skip to content

Commit

Permalink
fix: docs notes didnt work when copied
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Jul 2, 2024
1 parent 99c86db commit 4b3414a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,19 @@ Note: get your access key and key id from your IAM in you AWS account [here](htt
Create a `credentials` file in the `~/.aws` folder:
```bash
cat <<EOF > ~/.aws/credentials
> [default]
> aws_access_key_id = YOUR_ACCESS_KEY
> aws_secret_access_key = YOUR_SECRET
> EOF
[default]
aws_access_key_id = YOUR_ACCESS_KEY
aws_secret_access_key = YOUR_SECRET
EOF
```

Create a `config` file in the `~/.aws` folder:
```bash
cat <<EOF > ~/.aws/config
> [default]
> region = YOUR_REGION
> output = json
> EOF
[default]
region = YOUR_REGION
output = json
EOF
```

## AWS KMS Key Import Steps
Expand Down

0 comments on commit 4b3414a

Please sign in to comment.