Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update AWS documentation #14675

Merged
merged 1 commit into from
Oct 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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