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

add-vpc and remove-vpc use Events to create/destroy per-ENI mirroring #42

Merged
merged 5 commits into from
May 2, 2023

Commits on Apr 28, 2023

  1. add-vpc uses events to create Traffic Mirroring Sessions

    Signed-off-by: Chris Helma <chelma+github@amazon.com>
    chelma committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    6d5a4d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2fc43a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. The CreateEniMirroring lambda now emits outcome metrics

    * Given the move towards an event-based architecture, we needed a
      way to more easily keep track of what is happening in our system.
      I added CloudWatch Metrics to the lambda to indicate when each
      possible outcome occurred.
    
    Signed-off-by: Chris Helma <chelma+github@amazon.com>
    chelma committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8e6de59 View commit details
    Browse the repository at this point in the history
  2. DestroyEniMirror Lambda now emits outcome metrics

    * Like the CreateEniMirror Lambda, the Destroy Lambda emits
      metrics to CloudWatch on each possible outcome to help evaluate
      what's happening in the system.
    
    Signed-off-by: Chris Helma <chelma+github@amazon.com>
    chelma committed May 1, 2023
    Configuration menu
    Copy the full SHA
    c902953 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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