Skip to content

Add support for ClassicLink to launch configurations. #691

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

Closed
wants to merge 1,589 commits into from

Conversation

liamstewart
Copy link

We are doing a migration from classic EC2 to VPC. Our instances use autoscaling and are deployed using a custom tool built using the ruby sdk. We need support in the sdk for creating launch configurations with classic link details. This pull request adds that support.

awood45 and others added 30 commits June 12, 2014 16:47
Amazon S3 now supports server-side encryption using customer-provided
encryption keys.
Added integration tests for copy snapshot and copy encrypted
snapshot.

Fixes aws#561
There are two notable behavior changes:
1. We do not yield to a block when there is zero content. This was
causing an exception upstream in the code (in the case of client-side
encryption, a cipher#update exception for no content).
2. We moved the truncated body check to be outside the Net::HTTP block,
so that we don't clobber exceptions that were raised before that check.

These issues have existed in the code for some time, but negative
effects were only recently realized when a change in OpenSSL behavior
resulted in empty packets being sent over the wire - yielding these
caused exceptions downstream, rather than waiting for the content to be
sent. That issue should no longer occur.

Resolves issue aws#557.
This caused a regression in Ruby 1.8.7 which does not
support %L in `strftime`.

Fixes aws#563
Added require 'json' to ensure no failure when calling using AWS.config....

Fixes aws#566
This change adds support for delivery notifications to Amazon Simple
Email Service.
…ints files and instead adding a hash to the HostedZone class to map region to id.
Add support for T2 instances.
Adding support to the AWS::Core::Endpoints module for getting hosted zon...
The test was failing if it was run on a EC2 instance with
a valid instance profile.
Two tests were failing periodically due to hash ordering
issues.  Now comparing the sorted values of the hashes
under test to resolve the ordering issue.
weyus and others added 25 commits December 22, 2014 13:15
Re-establish Ruby 1.8.7 compatibility
Enabled 100-continue behavior for Amazon S3 by default.
Fixes aws#241
@trevorrowe
Copy link
Contributor

This has been merged into the aws-sdk-v1 branch: b61dd0d

@trevorrowe trevorrowe closed this Feb 5, 2015
@trevorrowe
Copy link
Contributor

BTW, thanks for the contribution!

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.