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(ecs): change the default generation to Amazon Linux v2 #3009

Merged
merged 3 commits into from
Jun 24, 2019
Merged

feat(ecs): change the default generation to Amazon Linux v2 #3009

merged 3 commits into from
Jun 24, 2019

Commits on Jun 22, 2019

  1. feat(ecs): change the default generation to Amazon Linux v2

    This change make CDK consistent with the recommendataion we give customers: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html. This closes #3005.
    
    BREAKING CHANGE: Previously, the default generation is conditionally set to Amazon Linux v1 if `hwType` is STANDARD. Now it always default to Amazon Linux v2.
    hencrice committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    d6ae5e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Configuration menu
    Copy the full SHA
    e96f739 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    e8067f2 View commit details
    Browse the repository at this point in the history