-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release 0.0.10 #126
Open
Baza-86
wants to merge
27
commits into
main
Choose a base branch
from
Release-0.0.10
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release 0.0.10 #126
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* creating unique list of security group Ids from the security group rules that contain a reference * updated the for loop to work with the changed type (from list of dict to list of ids)
…ambda Bug Fix #124 - SgaSortSgLambda Timeout
Baza-86
added
bug
Something isn't working
CloudFormation
Changes to templates
Lambda
Changes to Lambda Code
labels
Feb 14, 2024
* adding ttl to put and update requests of 60 days when inserting usage data
* added lambda function to read in and set the ttl on records provided
* deploys the ddb_expire lambda function * used to set ttl on records provided to lambda
* updated to work with input from step function * returning successfully processed items
* added in StepFunction to invoke lambda * added in associated SF role and log group * corrected function name * parameterised S3Key for function
* added ttl to DynamoTableSGAnalysis
* increase MaxItemsPerBatch to 100 (up from 2)
* declaring ttl_timestamp as variable * updated put_item to use ttl_timestamp * corrected code in update_item as this was failing due to ttl being a reserved keyword
records in table from a csv
* updated Step Function to log to S3 as log file to large to output to state * updated IAM role to provide put action required for logging
Implement ttl on Analysis DDB
* added LifecycleConfiguration to transition to ONEZONE_IA after 90 days and delete after 365
* added LifecycleConfiguration to transition to ONEZONE_IA after 90 days and delete after 365 to SgaS3BucketAthena
…olicy Bucket Lifecycle Policy
Added query to count ingress flow traffic with named subnets and IP addresses.
added query for returning egress flow traffic with named subnets and IP addresses.
* corrected comments * corrected CASE indentation * moved srcaddr after in_subnet
Athena Queries
This was
linked to
issues
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
CloudFormation
Changes to templates
enhancement
New feature or request
Lambda
Changes to Lambda Code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the PR for release 0.0.10. This PR implements the following changes:
Bug fixes
New features
Updates