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

[Backport release-0.47] Reduce ec2 instance controller API calls for an observation #2033

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Apr 9, 2024

Description

Backport of #2028 to release-0.47.

The EC2 instance controller synchronously makes several
DescribeInstanceAttribut calls to the EC2 API and does not use the
results. This slows down the reconcile time for a single observation.

This removes the API calls for attributes that are returned in
`RunInstances`.

Signed-off-by: justin.miron <[email protected]>
(cherry picked from commit ac631f9)
@MisterMX MisterMX merged commit e57a488 into release-0.47 Apr 9, 2024
10 checks passed
@MisterMX MisterMX deleted the backport-2028-to-release-0.47 branch April 9, 2024 15:44
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.

2 participants