Skip to content

Conversation

@movence
Copy link
Contributor

@movence movence commented Dec 12, 2025

Related PR: aws/amazon-cloudwatch-agent#1962

Description of the issue

OnPrem integ test had been removed due to broken validation

Description of changes

Update linux terraform file to support is_onprem flag with extra setups

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Tests

https://github.com/aws/amazon-cloudwatch-agent/actions/runs/20178604561


# SELinux test setup (if enabled)
var.is_selinux_test ? [
"sudo yum install amazon-cloudwatch-agent -y",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is kind of weird to me: why are we installing the agent from yum when we should be installing a local build?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to revert the previous change which I think it's wrong 54bceae#diff-7bd8f9f5e97c6da06e4bf19f9af808f0b39d6034c15800262f0f6300d7fced06R129-R135

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

created an internal ticket to track fixing this

{
"os": "debian-12",
"username": "admin",
"instanceType": "c6g.large",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this using c6g.large but the ubuntu is using t3a.medium?

@the-mann the-mann merged commit 4177cf4 into main Dec 17, 2025
6 checks passed
@the-mann the-mann deleted the hsookim/onprem branch December 17, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants