Conversation
332c7c7 to
d41b191
Compare
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
|
@afiune I still think we need to be more verbose with our naming conventions for the folder. "simple1-from-scratch" means something to you and me, but maybe not to our users. Thoughts? |
Contributor
Author
|
@scottford-lw I could not agree more with you, we also need a ton of documentation |
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
|
|
||
| provider "aws" { } | ||
|
|
||
| module "aws_cloudtrial" { |
Contributor
|
@afiune thinking further I am not sure that we really need examples for the |
Contributor
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
Merged
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


AWS Terraform Modules
Introducing our AWS Terraform Modules to configure AWS Config and CloudTrail integrations.
This change adds three main Terraform modules:
aws/modules/iam_role)aws/modules/config)aws/modules/cloudtrail)AWS IAM Role Module
Both of our integrations (Config and CloudTrail) require to have an IAM Role
with an assume role policy, this module abstracts the management of this role
that is used by both AWS Config and AWS CloudTrail Modules.
AWS Config Module
This module creates the Lacework IAM Role and a Lacework AWS_CFG external integration.
AWS CouldTrail Module
Use this module to create and configure CloudTrail in your AWS account, such
configuration will be used to create an AWS CloudTrail external integration in
your Lacework account.
This module will:
AWS_CT_SQSLacework external integrationBoth Modules
Using both modules will allow users to have both Lacework external integrations,
AWS Config and CloudTrail. The modules are designed to work together like the
following example:
Signed-off-by: Salim Afiune Maya afiune@lacework.net