Details
-
Type: New Feature
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:5
-
Epic Link:
-
Sprint:Spring 9 : 25 May to 8 Jun, Summer 1: 8 Jun - 19 Jun, Summer 2: 22 Jun - 3 Jul, Summer 3: 6 Jul - 17 Jul, Summer 4: 14 Jul - 28 Jul, Summer 5: 3 Aug - 14 Aug, Summer 6: 17 Aug - 28 Aug, Summer 7: 31 Aug - 11 Sep, Fall 1: 14 Sep - 25 Sep, Fall 2: 28 Sep - 9 Oct, Fall 3: Oct 12 - Oct 23, Fall 4 Oct 26 - Nov 6
Description
Add roles to the bioviz-connect playbooks:
- crt - copy certs, configure ssl
- redis - configure database
- rds - create and configure RDS host (if does not already exist)
- mysql - create and configure mysql database for django
- migrate - run migrations as needed
rds_snapshot:
db_instance_identifier: "{{ db_instance_id }}"
db_snapshot_identifier: "{{ ec2_name }}-snapshot-before-deployment"
aws_access_key: "{{ AWS_ACCESS_KEY_ID }}"
aws_secret_key: "{{ AWS_SECRET_ACCESS_KEY }}"
region: "{{ rds_region }}"
The above code is used to create a snapshot of RDS