-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
Co-authored-by: devlucassantos <[email protected]> Co-authored-by: gaabrieljesuss <[email protected]>
Co-authored-by: gaabrieljesuss <[email protected]> Co-authored-by: devlucassantos <[email protected]>
Co-authored-by: gaabrieljesuss <[email protected]> Co-authored-by: devlucassantos <[email protected]>
ami-variables-user-data.sh.example
Outdated
@@ -1,5 +1,8 @@ | |||
#!/bin/bash | |||
|
|||
# Template: | |||
# echo "MY_VAR=value" >> /etc/sysconfig/log-export-container | |||
|
|||
echo "LOG_EXPORT_CONTAINER_OUTPUT=mongo" >> /etc/sysconfig/log-export-container |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this 2 (by default) values to be:
LOG_EXPORT_CONTAINER_INPUT=syslog-json
LOG_EXPORT_CONTAINER_OUTPUT=stdout
docs/HOW_TO_CREATE_AMI.md
Outdated
|
||
6. Add tags if you want and click on **Next: Configure Security Group**. | ||
|
||
7. Now, with the option "Create a new security group" selected, click on **Add Rule** and configure it as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't go into the details about how to configure the Security Group. Just say that we need to configure it and leave it til there.
docs/HOW_TO_CREATE_AMI.md
Outdated
This step will take a while and you will know that it has finished when the "PLAY RECAP" message appears (see image below). | ||
 | ||
|
||
After that Log Export Container should be up and running. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also mention, that -at this point- LEC can be tested with SDM in case it's needed.
docs/HOW_TO_USE_AMI.md
Outdated
|
||
6. Add tags if you want and click on **Next: Configure Security Group**. | ||
|
||
7. In this step you can select an existing security group (if you have already created one from the previous tutorial on [How to create an AMI](docs/HOW_TO_CREATE_AMI.md)) or you can create a new security group as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the reference to the other AMI doc
docs/HOW_TO_USE_AMI.md
Outdated
|
||
7. In this step you can select an existing security group (if you have already created one from the previous tutorial on [How to create an AMI](docs/HOW_TO_CREATE_AMI.md)) or you can create a new security group as follows: | ||
|
||
With the option "Create a new security group" selected, click on **Add Rule** and configure it as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make a safe comment saying that you need to be careful with the SSH default config, and say that the user might want to change that to an specific IP address.
Related #56