Install, configure and manage the Bridge exporter infrastructure
# Update CF stacks with sceptre:
# sceptre launch-stack prod <stack_name>
The above should setup infra resources for the EB app. Once the infrastructure for the account has been setup you can access and view the app using the AWS console.
Note - This project depends on CF templates from other accounts.
We have configured Travis to deploy CF template updates. Travis deploys using sceptre
- We use the AWS SSM to store secrets for this project. Sceptre retrieves the secrets using a sceptre ssm resolver and passes them to the cloudformation stack on deployment.