Releases: iriusrisk/GoCD-EC2-Elastic-Agent-Plugin
Releases · iriusrisk/GoCD-EC2-Elastic-Agent-Plugin
2.2.2
Check http code response from http://169.254.169.254/ to know if we are on an instance with IMSDv1 or IMSDv2. If it responds with 200, we are in an IMSDv1 and we can get the ec2 metadata without a token, otherwise, we need to get the token first and then get ec2 metadata info
2.2.1
Standardized how we are getting ec2 instance metadata with curl instead of ec2-metadata command
2.2.0
AWS default credentials provider chain in a cluster profile settings.
IAM Instance Profile can be provided in the Elastic Agent profile.
Checked compatibility with GoCD server & agent versions 20.5.0 and 20.6.0.
Thanks to @brettcave for the new features.