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/ecs): cacheInContext properties for machine images #16021

Merged
merged 7 commits into from
Sep 9, 2021

Commits on Aug 12, 2021

  1. feat(ec2/ecs): cacheInContext properties for machine images

    Most `MachineImage` implementations look up AMIs from SSM Parameters,
    and by default they will all look up the Parameters on each deployment.
    
    This leads to instance replacement. Since we already know the SSM
    Parameter Name and CDK already has a cached SSM context lookup, it
    should be simple to get a stable AMI ID. This is not ideal because the
    AMI will grow outdated over time, but users should have the option to
    pick non-updating images in a convenient way.
    
    Fixes #12484.
    rix0rrr committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9fcfe12 View commit details
    Browse the repository at this point in the history
  2. Add to README

    rix0rrr committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    f8eedbf View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Update expectation

    rix0rrr committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    27191a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Review comments

    rix0rrr committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    d65c0bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a3c48 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Update snapshots

    rix0rrr committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    95b5451 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

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