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

feat(ec2): support block devices for Instance #5567

Merged
merged 12 commits into from
Jan 6, 2020
Merged

Conversation

rix0rrr
Copy link
Contributor

@rix0rrr rix0rrr commented Dec 27, 2019

Add blockDevice property to EC2 Instance, based on aws-autoscalings previous implementation.

We can't unify the two implementations, as that will break API compatibility. Hence, the two libraries have different types for specifying block devices.

Continuation of old PR by @nmussy for which the source branch has disappeared.

Fixes #4773, closes #4781.


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

@rix0rrr rix0rrr self-assigned this Dec 27, 2019
@rix0rrr rix0rrr added the pr/do-not-merge This PR should not be merged at this time. label Dec 27, 2019
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Dec 27, 2019
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

@skinny85 skinny85 left a comment

Choose a reason for hiding this comment

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

LGTM!

ReadMe update?

@rix0rrr rix0rrr requested a review from skinny85 January 2, 2020 10:53
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@rix0rrr rix0rrr merged commit 1085a27 into master Jan 6, 2020
@rix0rrr rix0rrr deleted the huijbers/ec2-volumes branch January 6, 2020 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS. pr/do-not-merge This PR should not be merged at this time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to create EC2 with custom storage size
3 participants