Checked for duplicates
No - I haven't checked
π§βπ¬ User Persona(s)
CloudOps Engineer
πͺ Motivation
...so that I can run the web analytics system in Prod
π Additional Details
Not sure how we want to do this. The architecture is very simple, so not sure if we should redeploy these things when we need them or always have them running or what:
- AOSS - assume this is already deployed
- S3 bucket
- EC2
Will try to throw together an architecture diagram. See wiki for more details.
Acceptance Criteria
Given a Terraform configuration for web analytics components
When I apply the configuration to a target environment (Dev, Test, or Prod)
Then I expect all components (AOSS, S3, EC2/Logstash) to be deployed and operational
βοΈ Engineering Details
Dev Environment Checklist
Test Environment Checklist
Pre-Prod Gate (complete Dev + Test checklists before proceeding)
π I&T
No response
Checked for duplicates
No - I haven't checked
π§βπ¬ User Persona(s)
CloudOps Engineer
πͺ Motivation
...so that I can run the web analytics system in Prod
π Additional Details
Not sure how we want to do this. The architecture is very simple, so not sure if we should redeploy these things when we need them or always have them running or what:
Will try to throw together an architecture diagram. See wiki for more details.
Acceptance Criteria
Given a Terraform configuration for web analytics components
When I apply the configuration to a target environment (Dev, Test, or Prod)
Then I expect all components (AOSS, S3, EC2/Logstash) to be deployed and operational
βοΈ Engineering Details
Dev Environment Checklist
terraform planagainst Dev environment and verify no unexpected changesecs-8.17-custom-template.json) is applied correctlyTest Environment Checklist
terraform planagainst Test environment and verify no unexpected changespython -m unittest tests.test_logstash_integrationPre-Prod Gate (complete Dev + Test checklists before proceeding)
π I&T
No response