AWS2-Eventbridge Example: More notes to doc
diff --git a/examples/camel-example-main-endpointdsl-aws2/readme.adoc b/examples/camel-example-main-endpointdsl-aws2/readme.adoc
index fc3136b..9420333 100644
--- a/examples/camel-example-main-endpointdsl-aws2/readme.adoc
+++ b/examples/camel-example-main-endpointdsl-aws2/readme.adoc
@@ -5,14 +5,18 @@
 that are compiled.
 
 This example is splitted in 3 submodules
-- Eventbridge module: This module is responsible for creating a rule in Eventbridge 
+  - Eventbridge module: This module is responsible for creating a rule in Eventbridge 
 and targetting an SQS queue as target
-- SQS Consumer: This module is responsibile for consuming the events coming into the queue
-- S3 Events inject: This module will upload a file to a bucket and as first step it will autocreate a bucket
+  - SQS Consumer: This module is responsibile for consuming the events coming into the queue
+  - S3 Events inject: This module will upload a file to a bucket and as first step it will autocreate a bucket
 
 Notice how you can configure Camel in the `application.properties` file.
 
-Don't forget to add your AWS Credentials on all the sub modules
+Don't forget to add your AWS Credentials on all the sub modules. 
+
+You'll need to create a trail in cloud trails service of AWS to make this example works out of the box.
+
+Also you'll need to create an SQS queue ahead of time, to make the eventbridge rule point it as target.
 
 === How to run