The only additional thing you need to configure to run examples is a separate AWS access key named "collator"
~/.aws/credentials
[default]
aws_access_key_id = <aws_access_key_id>
aws_secret_access_key = <aws_secret_access_key>
[collator]
aws_access_key_id = <aws_access_key_id>
aws_secret_access_key = <aws_secret_access_key>
This is a good practice to separate resources and usage of example run and production. Once you have configured AWS profile then run deploy.sh and follow the instruction to run one of the example setups.
Once you have finished with your tests, run destroy.sh and choose the same collator you rolled out.