-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
aws/ec2metadata: Add support for EC2Metadata client secure token #2958
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skotambkar
force-pushed
the
origin/IMDS_fork
branch
from
November 19, 2019 18:13
4a64129
to
dc8eca4
Compare
jasdel
approved these changes
Nov 19, 2019
skmcgrail
approved these changes
Nov 19, 2019
skotambkar
changed the title
aws/ec2metadata: Adds support for EC2Metadata client to use secure tokens
aws/ec2metadata: Add support for EC2Metadata client secure token
Nov 19, 2019
aws-sdk-go-automation
pushed a commit
that referenced
this pull request
Nov 19, 2019
=== ### Service Client Updates * `service/autoscaling`: Updates service API and documentation * Amazon EC2 Auto Scaling now supports Instance Weighting and Max Instance Lifetime. Instance Weighting allows specifying the capacity units for each instance type included in the MixedInstancesPolicy and how they would contribute to your application's performance. Max Instance Lifetime allows specifying the maximum length of time that an instance can be in service. If any instances are approaching this limit, Amazon EC2 Auto Scaling gradually replaces them. * `service/cloudformation`: Updates service API and documentation * This release of AWS CloudFormation StackSets enables users to detect drift on a stack set and the stack instances that belong to that stack set. * `service/codebuild`: Updates service API and documentation * Add support for ARM and GPU-enhanced build environments and a new SSD-backed Linux compute type with additional CPU and memory in CodeBuild * `service/config`: Updates service API and documentation * `service/ec2`: Updates service API and documentation * This release adds support for RunInstances to specify the metadata options for new instances; adds a new API, ModifyInstanceMetadataOptions, which lets you modify the metadata options for a running or stopped instance; and adds support for CreateCustomerGateway to specify a device name. * `service/elasticloadbalancingv2`: Updates service API and documentation * `service/iam`: Updates service API, documentation, and examples * IAM reports the timestamp when a role's credentials were last used to make an AWS request. This helps you identify unused roles and remove them confidently from your AWS accounts. * `service/iot`: Updates service API and documentation * As part of this release, we are extending the capability of AWS IoT Rules Engine to send messages directly to customer's own web services/applications. Customers can now create topic rules with HTTP actions to route messages from IoT Core directly to URL's that they own. Ownership is proved by creating and confirming topic rule destinations. * `service/lambda`: Updates service API * This release provides three new runtimes to support Node.js 12 (initially 12.13.0), Python 3.8 and Java 11. ### SDK Enhancements * `aws/ec2metadata`: Adds support for EC2Metadata client to use secure tokens provided by the IMDS ([#2958](#2958)) * Modifies and adds tests to verify the behavior of the EC2Metadata client.
Merged
aws-sdk-go-automation
added a commit
that referenced
this pull request
Nov 19, 2019
Release v1.25.38 (2019-11-19) === ### Service Client Updates * `service/autoscaling`: Updates service API and documentation * Amazon EC2 Auto Scaling now supports Instance Weighting and Max Instance Lifetime. Instance Weighting allows specifying the capacity units for each instance type included in the MixedInstancesPolicy and how they would contribute to your application's performance. Max Instance Lifetime allows specifying the maximum length of time that an instance can be in service. If any instances are approaching this limit, Amazon EC2 Auto Scaling gradually replaces them. * `service/cloudformation`: Updates service API and documentation * This release of AWS CloudFormation StackSets enables users to detect drift on a stack set and the stack instances that belong to that stack set. * `service/codebuild`: Updates service API and documentation * Add support for ARM and GPU-enhanced build environments and a new SSD-backed Linux compute type with additional CPU and memory in CodeBuild * `service/config`: Updates service API and documentation * `service/ec2`: Updates service API and documentation * This release adds support for RunInstances to specify the metadata options for new instances; adds a new API, ModifyInstanceMetadataOptions, which lets you modify the metadata options for a running or stopped instance; and adds support for CreateCustomerGateway to specify a device name. * `service/elasticloadbalancingv2`: Updates service API and documentation * `service/iam`: Updates service API, documentation, and examples * IAM reports the timestamp when a role's credentials were last used to make an AWS request. This helps you identify unused roles and remove them confidently from your AWS accounts. * `service/iot`: Updates service API and documentation * As part of this release, we are extending the capability of AWS IoT Rules Engine to send messages directly to customer's own web services/applications. Customers can now create topic rules with HTTP actions to route messages from IoT Core directly to URL's that they own. Ownership is proved by creating and confirming topic rule destinations. * `service/lambda`: Updates service API * This release provides three new runtimes to support Node.js 12 (initially 12.13.0), Python 3.8 and Java 11. ### SDK Enhancements * `aws/ec2metadata`: Adds support for EC2Metadata client to use secure tokens provided by the IMDS ([#2958](#2958)) * Modifies and adds tests to verify the behavior of the EC2Metadata client.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
aws/ec2metadata
: Adds support for EC2Metadata client to use secure tokens provided by the IMDS. Modifies and adds tests to verify the behavior of the EC2Metadata client.