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

Support for EXTERNAL launch type (ECS Anywhere) #2849

Merged
merged 6 commits into from
Apr 21, 2021
Merged

Support for EXTERNAL launch type (ECS Anywhere) #2849

merged 6 commits into from
Apr 21, 2021

Conversation

sparrc
Copy link
Contributor

@sparrc sparrc commented Apr 20, 2021

Summary

Rebased the feature/on-prem branch off dev and resolved all conflicts by accepting both changes.

Description for the changelog

Enhancement: Support for ECS EXTERNAL launch type (ECS Anywhere)

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sparrc and others added 6 commits April 20, 2021 14:15
This is to centralize grabbing our instance credential provider into a
single package. Previous to this change we grabbed instance credentials
in separate places for the ecs, ec2, ecr and ec2 metadata clients. With this
change, all of these clients will use the same instance credential
provider.

The reason for this is that if we want to add any non-default instance
credential providers to the credential chain, then we need to make sure
that all AWS clients are instantiated with the same provider.
add it into the instance credentials provider chain
When on-prem config is set:
1. Skip adding capabilities that aren't supported on-prem;
2. Add on prem capability;
3. Report cpu architecture as an attribute, obtained from Go runtime.
@sparrc sparrc changed the base branch from master to dev April 20, 2021 21:31
Copy link
Contributor

@fenxiong fenxiong left a comment

Choose a reason for hiding this comment

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

lgtm assuming test pass :shipit:

@sparrc sparrc merged commit a6289db into dev Apr 21, 2021
@fenxiong fenxiong added this to the 1.52.0 milestone Apr 27, 2021
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.

4 participants