[DOCS-14545] Add AWS Agent installation guide - #39078
Open
buraizu wants to merge 1 commit into
Open
Conversation
1 task
Contributor
Preview links (active after the
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Fixes DOCS-14545
Documents Agent installation on Amazon EC2 directly through the AWS integration (preview). This PR includes:
hugo/content/en/integrations/guide/aws-agent-installation.md: what the feature does, prerequisites, the required AWS permissions and why each is needed, the installation entry points, verification, and troubleshooting. Gated withprivate: trueuntil the v1 rollout.hugo/content/en/integrations/guide/aws-agent-installation-technical-reference.md: the AWS resources Datadog creates, the installation mechanism, the security and auditing model, and the Agent lifecycle and reconciliation behavior. Aimed at platform, cloud, and security teams reviewing what runs in their AWS account. Also gated withprivate: true.aws-agent-installationshortcode summarizing the permissions Agent installation requires, so the same content can be reused on the main AWS integration page.This replaces #37537, which targeted the pre-reorg file locations. The content is identical; only the paths changed.
Merge instructions
Merge readiness:
Additional notes
Do not publish before the v1 rollout. Both new pages are gated with
private: trueand must be un-gated together, since they cross-link.