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

Change ecsanywhere install script to point to amazon-ecs-agent repo #3869

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

Realmonia
Copy link
Contributor

@Realmonia Realmonia commented Aug 24, 2023

Summary

Change ecsanywhere install script to point to amazon-ecs-agent repo. This is a missing change when we move init to agent repo

before: https://github.com/aws/amazon-ecs-init/tree/master/scripts
after: https://github.com/aws/amazon-ecs-agent/tree/master/scripts

Implementation details

Testing

New tests cover the changes:
Manually run on an ec2 instance to verify the download and verify signature works.

##########################
# Trying to install ssm agent ...


##########################
# Trying to verify the signature of amazon-ssm-agent package ...

/bin/gpg
gpg: key 693ECA21: "SSM Agent <[email protected]>" not changed
gpg: key 56BAA549: "SSM Agent <[email protected]>" not changed
gpg: Total number processed: 2
gpg:              unchanged: 2
gpg: Signature made Wed 09 Aug 2023 06:34:52 PM UTC using RSA key ID 56BAA549
gpg: Good signature from "SSM Agent <[email protected]>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 2BC7 C7C2 67BB D505 EAA4  91E6 DD81 A617 56BA A549
amazon-ssm-agent GPG verification passed. Install the amazon-ssm-agent.

Description for the changelog

Licensing

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

@Realmonia Realmonia requested a review from a team as a code owner August 24, 2023 19:46
@Realmonia Realmonia merged commit 124c2ce into aws:dev Aug 28, 2023
7 checks passed
@Realmonia Realmonia deleted the anywhereInstallScript branch August 28, 2023 17:20
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.

5 participants