ソースを参照

aws and decom

Brad Poulton 5 年 前
コミット
8ec2893ec1
2 ファイル変更24 行追加3 行削除
  1. 1 1
      AWS Notes.md
  2. 23 2
      Customer Decommision Notes.md

+ 1 - 1
AWS Notes.md

@@ -93,7 +93,7 @@ role_arn = arn:aws:iam::228011623757:role/OrganizationAccountAccessRole
 region = us-east-1
 ```
 
-# saml2aws
+## saml2aws
 2020-05-07
 
 on OSX, install saml2aws via:

+ 23 - 2
Customer Decommision Notes.md

@@ -1,10 +1,30 @@
 # Customer decommision Notes.md
 
+
+## Follow these steps to terminate a customer slice
+05/18/2020
+
+See `Splunk SAF Offboarding Notes.md` for notes on pulled data off an indexer to give to the customer. 
+
+Don't just terminate the instance, run `terraform destroy` in the appropriate folder. 
+
+ 1. Once sensu starts alerting, delete the sensu entities and resolve the alerts
+ 2. On the salt master, delete the salt minion keys
+ 3. On ScaleFT website, delete the servers and project
+ 4. In the redhat website, remove the entitlements
+ 5. Ensure the customer vpc is fully deleted and no dependencies remain
+ 6. Delete the customer folder from the TF
+
 salt saf-splunk-syslog-* cmd.run 'systemctl stop syslog-ng'
 salt saf-splunk-syslog-* cmd.run 'systemctl disable syslog-ng'
 salt saf-splunk-dcn-* cmd.run 'docker stop mdr-syslog-ng'
 
+## These steps are to remove a customer POP. 
+5/18/2020
+
+Shutdown Splunk and disable to prevent new data going to the cluster. 
 
+```
 salt saf-splunk-syslog-* cmd.run 'systemctl stop splunk'
 salt saf-splunk-syslog-* cmd.run 'systemctl disable splunk'
 
@@ -13,6 +33,7 @@ salt -C 'saf-splunk-* not *.local' cmd.run 'rm -rf /opt/*'
 
 salt -C 'saf-splunk-* not *.local' cmd.run 'rm -rf /var/log/*'
 salt -C 'saf-splunk-* not *.local' cmd.run 'rm -rf /etc/salt/minion && shutdown now'
+```
+
+Update TF code and remove SG rules to block access from POP to C&C, Salt master, and splunk indexers
 
-remove SG rules to block access. salt master and splunk indexers
-12.42.184.208