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

AWS CloudTrail Trail Creation added in the template #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Cerrix
Copy link

@Cerrix Cerrix commented Mar 30, 2022

Added the possibility to create an AWS CloudTrail Trail inside the SAM Template. This is needed by the tool to work properly. Indeed, the tool needs at least one trail able to record management events to trigger correctly the Amazon Event Bridge rules.

Issue #, if available:
NA

Description of changes:
Template.yaml: now takes a new parameter CreateTrail [yes/no] which enables the creation of:

  • AWS CloudTrail Trail
  • Amazon Simple Storage Service bucket needed by the trail
  • AWS Key Management Service key to encrypt the trail

README.MD is updated to reflect the template changes:

  • new parameter descritpion
  • cleanup instructions

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…mplate through a configurable parameter. Updated the README accordingly both in the parameter section and in the cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant