Skip to content

Commit

Permalink
Update AWS documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchen8 authored and Alexander Chen committed Oct 1, 2022
1 parent 0e94a5b commit 464b3ca
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions website/cue/reference/components/aws.cue
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ components: _aws: {
}
}

AWS_CREDENTIAL_EXPIRATION: {
description: "Expiration time in RFC 3339 format. If unset, credentials won't expire."
type: string: {
default: null
examples: ["1996-12-19T16:39:57-08:00"]
}
}

AWS_DEFAULT_REGION: {
description: "The default [AWS region](\(urls.aws_regions))."
relevant_when: "endpoint = null"
Expand Down Expand Up @@ -178,11 +170,6 @@ components: _aws: {
with an instance profile/role). Requires IMDSv2 to be enabled. For EKS, you may need to increase the
metadata token response hop limit to 2.
Note that use of
[`credentials_process`](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html)
in AWS credentials files is not supported as the underlying AWS SDK currently [lacks
support](https://github.com/awslabs/aws-sdk-rust/issues/261).
If no credentials are found, Vector's health check fails and an error is [logged](\(urls.vector_monitoring)).
If your AWS credentials expire, Vector will automatically search for up-to-date
credentials in the places (and order) described above.
Expand Down

0 comments on commit 464b3ca

Please sign in to comment.