Skip to content

Commit

Permalink
Q4 roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
codingalyona authored Oct 21, 2019
1 parent ac96c39 commit 9a9617d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/resources/datastore/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MySQLDatabase(RDSResource):
engine_version = "5.6.40"
allocated_storage = 10
username = "pacbot"
password = "***REMOVED***"
password = "KHQFpY4bKu6UB3XZ"
parameter_group_name = DBParameterGroup.get_input_attr('name')
option_group_name = DBOptionGroup.get_input_attr('name')
db_subnet_group_name = DBSubnetGroup.get_input_attr('name')
Expand Down
2 changes: 1 addition & 1 deletion installer/resources/datastore/redshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class RedshiftCluster(redshift.RedshiftClusterResource):
cluster_identifier = "data"
database_name = "pacbot_data"
master_username = "pacbot"
master_password = "***REMOVED***"
master_password = "KHQFpY4bKu6UB3XZ"
node_type = "dc2.large"
cluster_type = "single-node"
number_of_nodes = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@
"ruleExecutable": "",
"ruleRestUrl": "",
"ruleType": "ManageRule",
"ruleArn": "arn:aws:events:us-east-1:***REMOVED***:rule/aws_ec2_should_not_be_publicly_accessible_on_port3306",
"ruleArn": "arn:aws:events:us-east-1:484695107796:rule/aws_ec2_should_not_be_publicly_accessible_on_port3306",
"status": "ENABLED",
"userId": "ASGC",
"displayName": "EC2 instances should not be publicly accessible on default MySQL port 3306",
Expand Down
Binary file added wiki/images/q34.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9a9617d

Please sign in to comment.