browserstack-node-sdk 1.34.57 → 1.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a25_0x379ad4=a25_0x547d;(function(_0x86e343,_0x504208){const _0x5e02a8=a25_0x547d,_0x3b500c=_0x86e343();while(!![]){try{const _0x58b68e=-parseInt(_0x5e02a8(0x1bc))/0x1*(parseInt(_0x5e02a8(0x1c5))/0x2)+parseInt(_0x5e02a8(0x1aa))/0x3*(parseInt(_0x5e02a8(0x19d))/0x4)+-parseInt(_0x5e02a8(0x1db))/0x5*(parseInt(_0x5e02a8(0x156))/0x6)+parseInt(_0x5e02a8(0x1e9))/0x7*(-parseInt(_0x5e02a8(0x1dd))/0x8)+-parseInt(_0x5e02a8(0x1b3))/0x9+parseInt(_0x5e02a8(0x192))/0xa+parseInt(_0x5e02a8(0x1fb))/0xb;if(_0x58b68e===_0x504208)break;else _0x3b500c['push'](_0x3b500c['shift']());}catch(_0x588763){_0x3b500c['push'](_0x3b500c['shift']());}}}(a25_0x2c05,0x4033d));const awsSDK=require(a25_0x379ad4(0x1d3)),{logger}=require(a25_0x379ad4(0x188));function a25_0x2c05(){const _0x558100=['hiQin','jRSLl','fRfFV','JuKrD','hbgxX','qUyOU','19IJcSYX','catch','isBucketPresent','QCaUk','describeCluster','agiyH','pnIak','gvahy','Etyet','28898iCvCAj','AsESq','error','DFrhU','UPcUq','oRxRw','buNmR','YkdCW','Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20','uIpxJ','sFZsG','EjbVn','dLHZR','rMbBm','aws-sdk','awsObj','\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket','ooGlH','rvoJs','gMOsG','KhiAx','XlKNW','10fyhuHI','fVtCG','65784SgLxcm','VTYTp','eyxEd','KVNTg','ovWpg','Iyhiw','pviPv','LtvWV','GPCjX','SqhlP','omfHQ','TRDGD','294kVtpgY','wFHhl','Bucket','HJndN','AUSEf','Fzpax','oanqJ','iefKu','QGSVM','RLMXO','IhzpJ','JnJtt','EheNR','WsYLw','describeSecurityGroups','Ftzmf','rGCTj','bZZch','12386418kxpVBb','MtHSu','MMjoq','warn','eiQSc','erEhZ','cRPZw','WANMS','wTrSg','lzUNQ','UqwAZ','region','iCyfF','sAFaF','UkbKg','MLOKI','inwoX','apiVersion','gPntN','106374wuCsqO','tQSlb','Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20','Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20','evZCg','RBNPa','identity','headBucket','fPnkt','tyImu','EKS','info','sNMrW','ypZtp','describeSubnets','QDHwp','YMXtQ','lnZDy','jNLRd','2017-11-01','EJkKO','getOidcUrl','then','BUNIA','FaVEy','QpwQy','xJFJP','Bucket:\x20','\x20already\x20exists.\x20Skipping\x20Bucket\x20creation','ZlKfl','Yhipw','SAjyM','zwwZO','xIFMK','eJxmA','qmeZP','hwisX','gDdWy','ZxVJe','wHqwN','slVzH','describeVpcs','LCrdC','RCqQO','2016-11-15','Regions','hjoOu','Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20','eARro','utPMS','../config/logger','OLdWL','yxtiv','promise','XEkfq','KHlnj','imcwL','dNNpk','oidc','hJUiN','2032170kDHYRd','KgWsr','wpRwC','ZXiuT','AVEPA','EC2','AplWN','EoPCc','fikrU','cluster','name','35444LKOsGN','pnZaU','PvZFU','msIaF','GCtZb','mykZV','TYvrB','vGepl','mYRzI','issuer','qqEyg','KDNWB','VRSff','15UvrjYi','tcKPq','jeZRp','NQyZW','uhYVm','VBfHi','QqFJy','Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20','rvinj','4097088gWABoI','rneHT','ebeiK'];a25_0x2c05=function(){return _0x558100;};return a25_0x2c05();}function a25_0x547d(_0x26026d,_0x49ebf4){const _0x2c05e0=a25_0x2c05();return a25_0x547d=function(_0x547d01,_0x2961ce){_0x547d01=_0x547d01-0x14e;let _0x18bed1=_0x2c05e0[_0x547d01];return _0x18bed1;},a25_0x547d(_0x26026d,_0x49ebf4);}exports['fetchVPCs']=_0x24e85d=>{const _0x1b492f=a25_0x379ad4,_0x2873cd={'eARro':function(_0x58191d,_0xf1a089){return _0x58191d(_0xf1a089);},'buNmR':function(_0x42501a,_0x490b31){return _0x42501a!==_0x490b31;},'WsYLw':'CLlCf','HKuXr':_0x1b492f(0x1af),'utPMS':function(_0x316ac5,_0x1a8fff){return _0x316ac5(_0x1a8fff);},'sAFaF':function(_0x2d0380,_0x2492f1){return _0x2d0380===_0x2492f1;},'KVNTg':_0x1b492f(0x1df),'XlKNW':'mkFzH','xJFJP':function(_0x4e3276,_0x388094){return _0x4e3276!==_0x388094;},'PutvX':'UAHjf','YkdCW':'VixHQ','jRSLl':_0x1b492f(0x182)};return new Promise((_0x357bd2,_0x5f571a)=>{const _0x3f4f31=_0x1b492f,_0x169ee5={'erEhZ':function(_0x377f4c,_0x5e85b1){const _0x29a7d7=a25_0x547d;return _0x2873cd[_0x29a7d7(0x186)](_0x377f4c,_0x5e85b1);},'BUNIA':function(_0x46cb26,_0x44fdc4){const _0x2575db=a25_0x547d;return _0x2873cd[_0x2575db(0x1cb)](_0x46cb26,_0x44fdc4);},'wpRwC':_0x2873cd[_0x3f4f31(0x1f6)],'ORehh':_0x2873cd['HKuXr'],'cRPZw':function(_0x4b510c,_0x30f67a){const _0x170e40=_0x3f4f31;return _0x2873cd[_0x170e40(0x187)](_0x4b510c,_0x30f67a);},'UzeVd':function(_0xa9549f,_0x67dae1){const _0x28f52f=_0x3f4f31;return _0x2873cd[_0x28f52f(0x150)](_0xa9549f,_0x67dae1);},'vGepl':_0x2873cd[_0x3f4f31(0x1e0)],'PvZFU':_0x2873cd[_0x3f4f31(0x1da)]};if(_0x2873cd[_0x3f4f31(0x170)](_0x2873cd['PutvX'],_0x2873cd[_0x3f4f31(0x1cc)])){const _0x366235={};_0x366235[_0x3f4f31(0x154)]=_0x2873cd[_0x3f4f31(0x1b7)],_0x366235[_0x3f4f31(0x14e)]=_0x24e85d;const _0x10226b=new awsSDK['EC2'](_0x366235);_0x10226b[_0x3f4f31(0x17f)]()[_0x3f4f31(0x18b)]()[_0x3f4f31(0x16c)](_0x46f3ed=>{const _0x3db132=_0x3f4f31,_0x41f56b={'aaGMw':function(_0x2a464c,_0x46714c){const _0x35813b=a25_0x547d;return _0x169ee5[_0x35813b(0x200)](_0x2a464c,_0x46714c);}};_0x169ee5[_0x3db132(0x16d)](_0x169ee5[_0x3db132(0x194)],_0x169ee5['ORehh'])?_0x169ee5[_0x3db132(0x201)](_0x357bd2,_0x46f3ed):(_0x147af1[_0x3db132(0x1c7)](_0x3db132(0x1b1)+_0x1cf5d1),_0x41f56b['aaGMw'](_0x5e477a,_0x5e84b0));})[_0x3f4f31(0x1bd)](_0x43fe1a=>{const _0x27da07=_0x3f4f31;_0x169ee5['UzeVd'](_0x169ee5[_0x27da07(0x1a4)],_0x169ee5[_0x27da07(0x19f)])?_0x169ee5[_0x27da07(0x201)](_0x1752ec,_0x3c07d9['cluster'][_0x27da07(0x15c)][_0x27da07(0x190)][_0x27da07(0x1a6)]):(logger['error'](_0x27da07(0x159)+_0x43fe1a),_0x169ee5['cRPZw'](_0x5f571a,_0x43fe1a));});}else _0xe299db['error'](_0x3f4f31(0x185)+_0x4317e7+':\x20'+_0x5d5ecb),_0x169ee5['cRPZw'](_0x45cef2,_0x129dde);});},exports[a25_0x379ad4(0x1be)]=_0x4b17fe=>{const _0x5da512=a25_0x379ad4,_0x1a5704={'Etyet':function(_0x1c107f,_0x43c9ab){return _0x1c107f===_0x43c9ab;},'uhYVm':_0x5da512(0x1e4),'imcwL':'XYNBC','Ftzmf':function(_0x2a7071,_0x1bdff1){return _0x2a7071(_0x1bdff1);},'TYvrB':function(_0x18117b,_0x52e9e3){return _0x18117b(_0x52e9e3);},'hwisX':_0x5da512(0x182),'rMbBm':_0x5da512(0x169),'AQpog':_0x5da512(0x15a),'WANMS':_0x5da512(0x181),'VTYTp':function(_0x160751,_0x1f52b8){return _0x160751===_0x1f52b8;},'UXCGE':_0x5da512(0x1e8),'UkbKg':_0x5da512(0x165)},_0xc58830=new awsSDK['S3']();return new Promise((_0x7be79c,_0x5ac017)=>{const _0x252e30=_0x5da512,_0x31fdbb={'iefKu':function(_0xf5a5dd,_0x473887){const _0x294eeb=a25_0x547d;return _0x1a5704[_0x294eeb(0x1a3)](_0xf5a5dd,_0x473887);},'HJndN':_0x1a5704[_0x252e30(0x17a)],'vYjZy':function(_0x2b59cc,_0x1a251e){const _0x140be0=_0x252e30;return _0x1a5704[_0x140be0(0x1f8)](_0x2b59cc,_0x1a251e);},'RLMXO':function(_0x5b7e12,_0x5af4ae){return _0x1a5704['Ftzmf'](_0x5b7e12,_0x5af4ae);},'zwwZO':_0x1a5704[_0x252e30(0x1d2)],'MtHSu':function(_0x17d82f,_0xc63fd5){const _0x293da5=_0x252e30;return _0x1a5704[_0x293da5(0x1c4)](_0x17d82f,_0xc63fd5);},'RZjqL':_0x1a5704['AQpog'],'slVzH':_0x1a5704[_0x252e30(0x202)]};if(_0x1a5704[_0x252e30(0x1de)](_0x1a5704['UXCGE'],_0x1a5704[_0x252e30(0x151)])){const _0x4823bb={'lnZDy':function(_0xadc0be,_0x56526d){const _0xfbed62=_0x252e30;return _0x31fdbb[_0xfbed62(0x1f0)](_0xadc0be,_0x56526d);},'Ptheq':_0x31fdbb[_0x252e30(0x1ec)]};return new _0x2228b4((_0x34a33d,_0x4832c8)=>{const _0x273d62=_0x252e30,_0x13e647={'gvahy':function(_0x88e358,_0x44ef50){const _0x468d1c=a25_0x547d;return _0x4823bb[_0x468d1c(0x167)](_0x88e358,_0x44ef50);}},_0x3cc9a9={};_0x3cc9a9[_0x273d62(0x154)]=_0x4823bb['Ptheq'],_0x3cc9a9['region']=_0x5281d2;const _0x3d7211=new _0x373bf4[(_0x273d62(0x197))](_0x3cc9a9);_0x3d7211['describeSecurityGroups']()['promise']()[_0x273d62(0x16c)](_0x57d122=>{const _0x375d0f=_0x273d62;_0x13e647[_0x375d0f(0x1c3)](_0x34a33d,_0x57d122);})[_0x273d62(0x1bd)](_0x4fba7a=>{const _0x42dc39=_0x273d62;_0x3bda2d[_0x42dc39(0x1c7)]('Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20'+_0x4fba7a),_0x13e647[_0x42dc39(0x1c3)](_0x4832c8,_0x4fba7a);});});}else{const _0x2e4ae1={};_0x2e4ae1[_0x252e30(0x1eb)]=_0x4b17fe,_0xc58830[_0x252e30(0x15d)](_0x2e4ae1)[_0x252e30(0x18b)]()[_0x252e30(0x16c)](_0x2025df=>{const _0x2e431b=_0x252e30;_0x1a5704[_0x2e431b(0x1c4)](_0x1a5704[_0x2e431b(0x1ae)],_0x1a5704[_0x2e431b(0x18e)])?(_0xc148dc[_0x2e431b(0x1c7)](_0x2e431b(0x1cd)+_0x58d7b8),_0x31fdbb['vYjZy'](_0x5501be,_0x3bdd12)):(logger[_0x2e431b(0x1fe)](_0x2e431b(0x171)+_0x4b17fe+_0x2e431b(0x172)),_0x1a5704['Ftzmf'](_0x7be79c,!![]));})['catch'](()=>{const _0x10fbc9=_0x252e30,_0x4a4c29={'ZlKfl':function(_0x38d2d1,_0x4f3610){return _0x31fdbb['vYjZy'](_0x38d2d1,_0x4f3610);},'omfHQ':function(_0x176306,_0x57e02c){return _0x31fdbb['RLMXO'](_0x176306,_0x57e02c);},'QqFJy':_0x31fdbb[_0x10fbc9(0x176)]};if(_0x31fdbb[_0x10fbc9(0x1fc)](_0x31fdbb['RZjqL'],_0x31fdbb[_0x10fbc9(0x17e)])){const _0x495d8e={'ansaL':function(_0x489ab9,_0x458b1d){const _0x4cf882=_0x10fbc9;return _0x4a4c29[_0x4cf882(0x173)](_0x489ab9,_0x458b1d);},'GPCjX':function(_0xa6b96,_0x8b791c){const _0xab532d=_0x10fbc9;return _0x4a4c29[_0xab532d(0x1e7)](_0xa6b96,_0x8b791c);},'CQvFi':_0x4a4c29[_0x10fbc9(0x1b0)]};return new _0x3a5579((_0x412c39,_0x487517)=>{const _0x1fea5e=_0x10fbc9,_0xf5f768={'XISHX':function(_0x44e177,_0x1d31a0){const _0x55c03f=a25_0x547d;return _0x495d8e[_0x55c03f(0x1e5)](_0x44e177,_0x1d31a0);}},_0x142cc5={};_0x142cc5[_0x1fea5e(0x154)]=_0x495d8e['CQvFi'];const _0x45c338=new _0x4f2593[(_0x1fea5e(0x160))](_0x142cc5),_0x95190b={};_0x95190b[_0x1fea5e(0x19c)]=_0x11dc9f,_0x45c338[_0x1fea5e(0x1c0)](_0x95190b)[_0x1fea5e(0x18b)]()[_0x1fea5e(0x16c)](_0x58ff96=>{const _0x17b6d5=_0x1fea5e;_0x495d8e['ansaL'](_0x412c39,_0x58ff96['cluster']['identity'][_0x17b6d5(0x190)]['issuer']);})[_0x1fea5e(0x1bd)](_0xfe91fe=>{const _0x214c65=_0x1fea5e;_0x12e1c7[_0x214c65(0x1c7)](_0x214c65(0x185)+_0x14e961+':\x20'+_0xfe91fe),_0xf5f768['XISHX'](_0x487517,_0xfe91fe);});});}else logger[_0x10fbc9(0x161)](_0x10fbc9(0x171)+_0x4b17fe+_0x10fbc9(0x1d5)),_0x31fdbb[_0x10fbc9(0x1f2)](_0x7be79c,![]);});}});},exports['fetchSubnets']=_0x138d48=>{const _0x3d48a4=a25_0x379ad4,_0x534e4a={'uIpxJ':function(_0x17b504,_0x51f1d2){return _0x17b504(_0x51f1d2);},'IhzpJ':function(_0x4a6e84,_0x20de63){return _0x4a6e84!==_0x20de63;},'EoPCc':_0x3d48a4(0x177),'pnZaU':_0x3d48a4(0x1c6),'ooGlH':function(_0x276de2,_0x4f9eec){return _0x276de2!==_0x4f9eec;},'UqwAZ':_0x3d48a4(0x168),'ZXiuT':function(_0x57e1cb,_0x11b670){return _0x57e1cb(_0x11b670);},'XEkfq':function(_0x5077ae,_0x346837){return _0x5077ae===_0x346837;},'mykZV':_0x3d48a4(0x1ba),'YMXtQ':_0x3d48a4(0x1fd),'QGSVM':_0x3d48a4(0x182)};return new Promise((_0x4c9f23,_0x11f74b)=>{const _0x504ef6=_0x3d48a4,_0x1e155a={'jeZRp':function(_0x56f046,_0x4e5bb){const _0x461f45=a25_0x547d;return _0x534e4a[_0x461f45(0x195)](_0x56f046,_0x4e5bb);},'yPhRO':function(_0x439421,_0x22a36d){const _0xb5ebd8=a25_0x547d;return _0x534e4a[_0xb5ebd8(0x1ce)](_0x439421,_0x22a36d);}};if(_0x534e4a[_0x504ef6(0x18c)](_0x534e4a[_0x504ef6(0x1a2)],_0x534e4a[_0x504ef6(0x166)]))_0x534e4a['uIpxJ'](_0x43a082,{});else{const _0x46f952={};_0x46f952['apiVersion']=_0x534e4a[_0x504ef6(0x1f1)],_0x46f952[_0x504ef6(0x14e)]=_0x138d48;const _0x59b175=new awsSDK[(_0x504ef6(0x197))](_0x46f952);_0x59b175[_0x504ef6(0x164)]()[_0x504ef6(0x18b)]()[_0x504ef6(0x16c)](_0x5c00fb=>{const _0x4fe31a=_0x504ef6;_0x534e4a[_0x4fe31a(0x1f3)](_0x534e4a[_0x4fe31a(0x199)],_0x534e4a[_0x4fe31a(0x19e)])?_0x534e4a[_0x4fe31a(0x1ce)](_0x4c9f23,_0x5c00fb):_0x1e155a[_0x4fe31a(0x1ac)](_0x5c1856,_0x4303d1);})['catch'](_0x10f8f0=>{const _0x3f2e0c=_0x504ef6;_0x534e4a[_0x3f2e0c(0x1d6)](_0x534e4a['UqwAZ'],_0x534e4a[_0x3f2e0c(0x205)])?(_0x5265c1[_0x3f2e0c(0x1fe)]('Bucket:\x20'+_0x4651c2+_0x3f2e0c(0x172)),_0x1e155a['yPhRO'](_0x22bcea,!![])):(logger[_0x3f2e0c(0x1c7)](_0x3f2e0c(0x1b1)+_0x10f8f0),_0x534e4a['ZXiuT'](_0x11f74b,_0x10f8f0));});}});},exports['fetchSecurityGroups']=_0x17fee1=>{const _0x4833ea=a25_0x379ad4,_0x5572da={'tQSlb':function(_0x4e9a8d,_0x3fe802){return _0x4e9a8d(_0x3fe802);},'AplWN':_0x4833ea(0x182),'tcKPq':function(_0x2aa8e5,_0x131e85){return _0x2aa8e5(_0x131e85);},'WYEzA':function(_0x4411cd,_0xe62f89){return _0x4411cd(_0xe62f89);},'fikrU':function(_0x5e52d7,_0x5839bd){return _0x5e52d7===_0x5839bd;},'JJLNf':_0x4833ea(0x1ef),'ebeiK':function(_0x16fff9,_0x57430f){return _0x16fff9!==_0x57430f;},'ovWpg':_0x4833ea(0x204),'tyImu':_0x4833ea(0x193),'AVEPA':function(_0x584d5f,_0x50d3ec){return _0x584d5f(_0x50d3ec);},'JuKrD':_0x4833ea(0x1b8),'QpwQy':_0x4833ea(0x1bb)};return new Promise((_0x3ab1d2,_0x227226)=>{const _0x136d82=_0x4833ea,_0x20ad1a={'AmDfJ':function(_0x10502c,_0x2bfb5b){const _0x1a13ea=a25_0x547d;return _0x5572da[_0x1a13ea(0x1ab)](_0x10502c,_0x2bfb5b);},'hjoOu':_0x5572da[_0x136d82(0x198)],'KhiAx':function(_0x4bd7f4,_0x5b0f9b){return _0x5572da['WYEzA'](_0x4bd7f4,_0x5b0f9b);},'WYNYI':function(_0x2489b1,_0x5b6efd){const _0x4c4b6b=_0x136d82;return _0x5572da[_0x4c4b6b(0x19a)](_0x2489b1,_0x5b6efd);},'RBNPa':_0x5572da['JJLNf'],'wFHhl':function(_0x2b92f5,_0x67ff6c){const _0x31fc09=_0x136d82;return _0x5572da[_0x31fc09(0x1ab)](_0x2b92f5,_0x67ff6c);},'reHJz':function(_0x4abeed,_0x4154b7){const _0x304d08=_0x136d82;return _0x5572da[_0x304d08(0x1b5)](_0x4abeed,_0x4154b7);},'LOvva':_0x5572da[_0x136d82(0x1e1)],'iCyfF':_0x5572da[_0x136d82(0x15f)],'rvinj':function(_0x254a8b,_0x531d6a){const _0x39c8d5=_0x136d82;return _0x5572da[_0x39c8d5(0x196)](_0x254a8b,_0x531d6a);}};if(_0x5572da[_0x136d82(0x19a)](_0x5572da[_0x136d82(0x1b9)],_0x5572da[_0x136d82(0x16f)])){const _0x19546c={'ypZtp':function(_0x6e975d,_0x1d0f23){const _0x4d042e=_0x136d82;return _0x5572da[_0x4d042e(0x157)](_0x6e975d,_0x1d0f23);},'hiQin':_0x5572da['AplWN']};return new _0x35d8f4((_0x459dbc,_0x9fff57)=>{const _0x455a1f=_0x136d82,_0x5ed8cc={'wBNkU':function(_0x48832b,_0x24acae){const _0xece3c2=a25_0x547d;return _0x19546c[_0xece3c2(0x163)](_0x48832b,_0x24acae);}},_0x117afd={};_0x117afd['apiVersion']=_0x19546c[_0x455a1f(0x1b6)],_0x117afd[_0x455a1f(0x14e)]=_0x2a786c;const _0x23ac89=new _0x358aae[(_0x455a1f(0x197))](_0x117afd);_0x23ac89['describeSubnets']()[_0x455a1f(0x18b)]()[_0x455a1f(0x16c)](_0x2be4b3=>{const _0x506aa4=_0x455a1f;_0x19546c[_0x506aa4(0x163)](_0x459dbc,_0x2be4b3);})[_0x455a1f(0x1bd)](_0x11eb6f=>{const _0x2e4add=_0x455a1f;_0x1be903[_0x2e4add(0x1c7)](_0x2e4add(0x1b1)+_0x11eb6f),_0x5ed8cc['wBNkU'](_0x9fff57,_0x11eb6f);});});}else{const _0x3be4bd={};_0x3be4bd[_0x136d82(0x154)]=_0x5572da[_0x136d82(0x198)],_0x3be4bd[_0x136d82(0x14e)]=_0x17fee1;const _0x31332a=new awsSDK[(_0x136d82(0x197))](_0x3be4bd);_0x31332a[_0x136d82(0x1f7)]()[_0x136d82(0x18b)]()[_0x136d82(0x16c)](_0x457f7a=>{const _0x272b4f=_0x136d82,_0x5ab29d={'rvoJs':function(_0x52476b,_0x1eb6e9){return _0x20ad1a['AmDfJ'](_0x52476b,_0x1eb6e9);},'wHqwN':_0x20ad1a[_0x272b4f(0x184)],'nYPbT':function(_0x5b89b0,_0x2d95a7){const _0x2f2262=_0x272b4f;return _0x20ad1a[_0x2f2262(0x1d9)](_0x5b89b0,_0x2d95a7);}};if(_0x20ad1a['WYNYI'](_0x20ad1a[_0x272b4f(0x15b)],_0x20ad1a[_0x272b4f(0x15b)]))_0x20ad1a[_0x272b4f(0x1ea)](_0x3ab1d2,_0x457f7a);else{const _0x2682a5={'EJkKO':function(_0x5068fb,_0x1e6eda){return _0x5ab29d['nYPbT'](_0x5068fb,_0x1e6eda);}};return new _0x322666((_0x3617e1,_0x6e9247)=>{const _0x9a3e9a=_0x272b4f,_0x467051={'VRSff':function(_0x1ecd76,_0x524d55){const _0x156afd=a25_0x547d;return _0x5ab29d[_0x156afd(0x1d7)](_0x1ecd76,_0x524d55);}},_0x4f7c12={};_0x4f7c12[_0x9a3e9a(0x154)]=_0x5ab29d[_0x9a3e9a(0x17d)],_0x4f7c12[_0x9a3e9a(0x14e)]=_0xab9cbc;const _0x8d3f56=new _0x5c4819['EC2'](_0x4f7c12);_0x8d3f56[_0x9a3e9a(0x17f)]()[_0x9a3e9a(0x18b)]()[_0x9a3e9a(0x16c)](_0x23774d=>{const _0x5dce35=_0x9a3e9a;_0x467051[_0x5dce35(0x1a9)](_0x3617e1,_0x23774d);})[_0x9a3e9a(0x1bd)](_0x3448e5=>{const _0x50c78f=_0x9a3e9a;_0x21867f['error'](_0x50c78f(0x159)+_0x3448e5),_0x2682a5[_0x50c78f(0x16a)](_0x6e9247,_0x3448e5);});});}})[_0x136d82(0x1bd)](_0x33fb47=>{const _0x3f121d=_0x136d82;_0x20ad1a['reHJz'](_0x20ad1a['LOvva'],_0x20ad1a[_0x3f121d(0x14f)])?(logger[_0x3f121d(0x1c7)](_0x3f121d(0x1cd)+_0x33fb47),_0x20ad1a[_0x3f121d(0x1b2)](_0x227226,_0x33fb47)):(_0x22b893[_0x3f121d(0x1c7)]('Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20'+_0x5df36d),_0x20ad1a[_0x3f121d(0x1ea)](_0x3c3183,_0x43b8a4));});}});},exports['getAWSRegions']=()=>{const _0x4f218d=a25_0x379ad4,_0x1d6398={'lBUBL':function(_0x3ce407,_0x5ab157){return _0x3ce407(_0x5ab157);},'MLOKI':function(_0x11c13f,_0x7e0cf1){return _0x11c13f(_0x7e0cf1);},'dLHZR':_0x4f218d(0x182),'IuSFj':function(_0xf6495,_0x3d26e8){return _0xf6495===_0x3d26e8;},'QOcOr':_0x4f218d(0x1a8),'qqEyg':_0x4f218d(0x1f4),'eiQSc':function(_0x28beb3,_0x2e1e06){return _0x28beb3!==_0x2e1e06;},'PWiPH':function(_0x302e22,_0x2fe229){return _0x302e22!==_0x2fe229;},'Lkiug':_0x4f218d(0x1dc),'sFZsG':_0x4f218d(0x1b4),'gMOsG':function(_0x427f4e,_0x5abddd){return _0x427f4e(_0x5abddd);},'SqhlP':function(_0x36af0d,_0x55ee60){return _0x36af0d!==_0x55ee60;},'SAjyM':_0x4f218d(0x1a1),'gDdWy':function(_0x21ae29,_0x5d7a1c){return _0x21ae29(_0x5d7a1c);},'FaVEy':_0x4f218d(0x169),'Yhipw':function(_0x4c6fe8,_0x37ae2b){return _0x4c6fe8(_0x37ae2b);},'gPntN':function(_0x1e1e36,_0x134b4e){return _0x1e1e36!==_0x134b4e;},'KHlnj':_0x4f218d(0x1c9),'XhDJT':'pPOyA','fPnkt':'ubLFX'};return new Promise((_0x3f43bd,_0x3b652a)=>{const _0x37f97d=_0x4f218d,_0x4606ab={'Fzpax':function(_0x454eaf,_0x3c99c5){const _0x3eea1a=a25_0x547d;return _0x1d6398[_0x3eea1a(0x1d8)](_0x454eaf,_0x3c99c5);},'LCrdC':_0x1d6398[_0x37f97d(0x16e)],'EjbVn':function(_0x1a37dd,_0x3510fb){const _0x48ad03=_0x37f97d;return _0x1d6398[_0x48ad03(0x174)](_0x1a37dd,_0x3510fb);},'inwoX':_0x1d6398[_0x37f97d(0x1d1)],'EheNR':function(_0x362cf1,_0x231abb){const _0x416f3c=_0x37f97d;return _0x1d6398[_0x416f3c(0x152)](_0x362cf1,_0x231abb);},'DFrhU':function(_0x32325d,_0xc8bd6e){const _0x309654=_0x37f97d;return _0x1d6398[_0x309654(0x155)](_0x32325d,_0xc8bd6e);},'sNMrW':_0x1d6398[_0x37f97d(0x18d)],'NQyZW':_0x1d6398['XhDJT']};if(_0x1d6398[_0x37f97d(0x1e6)](_0x1d6398[_0x37f97d(0x15e)],_0x1d6398[_0x37f97d(0x15e)]))_0x1d6398['lBUBL'](_0x197a8b,_0x28eb9f[_0x37f97d(0x183)]);else{const _0x3632e2={};_0x3632e2[_0x37f97d(0x154)]=_0x1d6398[_0x37f97d(0x1d1)];const _0x45fcba=new awsSDK[(_0x37f97d(0x197))](_0x3632e2);_0x45fcba['describeRegions']()[_0x37f97d(0x18b)]()[_0x37f97d(0x16c)]((_0xd48c4,_0x34e7db)=>{const _0x2853b5=_0x37f97d,_0x1586fa={'pviPv':function(_0x46e602,_0x2a6d42){const _0x4a9c96=a25_0x547d;return _0x1d6398[_0x4a9c96(0x152)](_0x46e602,_0x2a6d42);},'agiyH':function(_0x13895d,_0x149d75){return _0x1d6398['lBUBL'](_0x13895d,_0x149d75);},'dNNpk':_0x1d6398['dLHZR']};if(_0x1d6398['IuSFj'](_0x1d6398['QOcOr'],_0x1d6398[_0x2853b5(0x1a7)])){const _0x4817c0={'MmdzP':function(_0x1c4690,_0x1d42dd){return _0x4606ab['Fzpax'](_0x1c4690,_0x1d42dd);},'mYRzI':function(_0x545893,_0x42baf0){const _0x2a9039=_0x2853b5;return _0x4606ab[_0x2a9039(0x1ee)](_0x545893,_0x42baf0);}},_0x565480={};_0x565480[_0x2853b5(0x154)]=_0x4606ab[_0x2853b5(0x180)];const _0x36f7a0=new _0x4c295b[(_0x2853b5(0x160))](_0x565480),_0x2129b5={};_0x2129b5['name']=_0x182de4,_0x36f7a0['describeCluster'](_0x2129b5)[_0x2853b5(0x18b)]()[_0x2853b5(0x16c)](_0x1fa4b7=>{const _0x1c353e=_0x2853b5;_0x4817c0['MmdzP'](_0x355e60,_0x1fa4b7[_0x1c353e(0x19b)][_0x1c353e(0x15c)][_0x1c353e(0x190)][_0x1c353e(0x1a6)]);})[_0x2853b5(0x1bd)](_0x1286e1=>{const _0x554152=_0x2853b5;_0xa767d9[_0x554152(0x1c7)](_0x554152(0x185)+_0x2cd755+':\x20'+_0x1286e1),_0x4817c0[_0x554152(0x1a5)](_0x378bad,_0x1286e1);});}else{if(_0x1d6398[_0x2853b5(0x1ff)](_0xd48c4,undefined)&&_0x1d6398['PWiPH'](_0xd48c4[_0x2853b5(0x183)],undefined)){if(_0x1d6398['IuSFj'](_0x1d6398['Lkiug'],_0x1d6398[_0x2853b5(0x1cf)])){const _0x1ebe89={'qmeZP':function(_0x155c4e,_0x466da5){const _0x4482a9=_0x2853b5;return _0x4606ab[_0x4482a9(0x1d0)](_0x155c4e,_0x466da5);}},_0x367e65={};_0x367e65[_0x2853b5(0x154)]=_0x4606ab[_0x2853b5(0x153)],_0x367e65['region']=_0x4048c0;const _0x621090=new _0x526dfa[(_0x2853b5(0x197))](_0x367e65);_0x621090[_0x2853b5(0x17f)]()[_0x2853b5(0x18b)]()[_0x2853b5(0x16c)](_0x19a459=>{_0x1586fa['pviPv'](_0x2571dd,_0x19a459);})[_0x2853b5(0x1bd)](_0x26178a=>{const _0x56f501=_0x2853b5;_0x5ed81c[_0x56f501(0x1c7)](_0x56f501(0x159)+_0x26178a),_0x1ebe89[_0x56f501(0x179)](_0x49970d,_0x26178a);});}else _0x1d6398[_0x2853b5(0x1d8)](_0x3f43bd,_0xd48c4['Regions']);}else{if(_0x1d6398['SqhlP'](_0x1d6398['SAjyM'],_0x1d6398[_0x2853b5(0x175)])){const _0x406993={};_0x406993[_0x2853b5(0x154)]=_0x1586fa[_0x2853b5(0x18f)],_0x406993[_0x2853b5(0x14e)]=_0x2759f1;const _0x3455d9=new _0x4aa5d8[(_0x2853b5(0x197))](_0x406993);_0x3455d9[_0x2853b5(0x1f7)]()[_0x2853b5(0x18b)]()[_0x2853b5(0x16c)](_0x50636c=>{const _0x420384=_0x2853b5;_0x1586fa[_0x420384(0x1c1)](_0x597d21,_0x50636c);})[_0x2853b5(0x1bd)](_0x575aa6=>{const _0x34deaf=_0x2853b5;_0x270e91[_0x34deaf(0x1c7)](_0x34deaf(0x1cd)+_0x575aa6),_0x1586fa[_0x34deaf(0x1e3)](_0x3a661c,_0x575aa6);});}else _0x1d6398[_0x2853b5(0x17b)](_0x3f43bd,{});}}})[_0x37f97d(0x1bd)](_0x2f0484=>{const _0x43e71f=_0x37f97d,_0x4f9ab1={'bZZch':function(_0x5727de,_0x2d0ffe){const _0xdc66d3=a25_0x547d;return _0x4606ab[_0xdc66d3(0x1f5)](_0x5727de,_0x2d0ffe);},'EDLcx':_0x4606ab['inwoX']};if(_0x4606ab[_0x43e71f(0x1c8)](_0x4606ab[_0x43e71f(0x162)],_0x4606ab[_0x43e71f(0x1ad)]))logger[_0x43e71f(0x1c7)]('Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20'+_0x2f0484),_0x4606ab['Fzpax'](_0x3b652a,_0x2f0484);else{const _0x1c20f6={'zwXGj':function(_0xbea286,_0x1e1051){const _0x2529b6=_0x43e71f;return _0x4f9ab1[_0x2529b6(0x1fa)](_0xbea286,_0x1e1051);}},_0x4227c1={};_0x4227c1[_0x43e71f(0x154)]=_0x4f9ab1['EDLcx'],_0x4227c1[_0x43e71f(0x14e)]=_0x157f0c;const _0x169680=new _0x355e9c['EC2'](_0x4227c1);_0x169680[_0x43e71f(0x164)]()['promise']()[_0x43e71f(0x16c)](_0x572496=>{const _0x4aa442=_0x43e71f;_0x4f9ab1[_0x4aa442(0x1fa)](_0x234eaf,_0x572496);})[_0x43e71f(0x1bd)](_0x4245a2=>{const _0x2abcb4=_0x43e71f;_0x4da427['error'](_0x2abcb4(0x1b1)+_0x4245a2),_0x1c20f6['zwXGj'](_0x5b8888,_0x4245a2);});}});}});},exports[a25_0x379ad4(0x16b)]=_0x276815=>{const _0x5be074=a25_0x379ad4,_0x315502={'oRxRw':function(_0x139fbc,_0x5541e2){return _0x139fbc(_0x5541e2);},'Iyhiw':function(_0x480bec,_0x2415a2){return _0x480bec!==_0x2415a2;},'msIaF':_0x5be074(0x18a),'rGCTj':'xftsK','nwLQG':function(_0x55d153,_0x58cf9c){return _0x55d153!==_0x58cf9c;},'wTrSg':_0x5be074(0x1c2),'qjNck':function(_0xb09ebb,_0x498a3e){return _0xb09ebb(_0x498a3e);},'qOUFx':function(_0x4ed167,_0x50547c){return _0x4ed167(_0x50547c);},'QCaUk':_0x5be074(0x178),'OLdWL':'BOLsB','ZxVJe':_0x5be074(0x169)};return new Promise((_0x1509a9,_0x302446)=>{const _0x52045e=_0x5be074,_0x349751={'xIMfX':function(_0x3a0a05,_0x593519){return _0x315502['qOUFx'](_0x3a0a05,_0x593519);}};if(_0x315502[_0x52045e(0x1e2)](_0x315502[_0x52045e(0x1bf)],_0x315502[_0x52045e(0x189)])){const _0x27d498={};_0x27d498[_0x52045e(0x154)]=_0x315502[_0x52045e(0x17c)];const _0x1ab33f=new awsSDK[(_0x52045e(0x160))](_0x27d498),_0x339def={};_0x339def[_0x52045e(0x19c)]=_0x276815,_0x1ab33f['describeCluster'](_0x339def)[_0x52045e(0x18b)]()['then'](_0x13bcfc=>{const _0x4a7c29=_0x52045e,_0x57ebb3={'DZETF':function(_0x37b020,_0x2dba81){return _0x315502['oRxRw'](_0x37b020,_0x2dba81);}};_0x315502['Iyhiw'](_0x315502[_0x4a7c29(0x1a0)],_0x315502[_0x4a7c29(0x1f9)])?_0x315502['oRxRw'](_0x1509a9,_0x13bcfc[_0x4a7c29(0x19b)][_0x4a7c29(0x15c)][_0x4a7c29(0x190)]['issuer']):_0x57ebb3['DZETF'](_0x42937b,_0x5e8b43);})[_0x52045e(0x1bd)](_0x188983=>{const _0x26f3f9=_0x52045e,_0x5a2f99={'AUSEf':function(_0x3fef91,_0x5bd8c3){return _0x315502['oRxRw'](_0x3fef91,_0x5bd8c3);}};_0x315502['nwLQG'](_0x315502[_0x26f3f9(0x203)],_0x315502[_0x26f3f9(0x203)])?(_0x39b191[_0x26f3f9(0x1c7)](_0x26f3f9(0x158)+_0x4a17e6),_0x5a2f99[_0x26f3f9(0x1ed)](_0x425403,_0x321b67)):(logger[_0x26f3f9(0x1c7)](_0x26f3f9(0x185)+_0x276815+':\x20'+_0x188983),_0x315502['qjNck'](_0x302446,_0x188983));});}else{const _0x3aa97b={'hJUiN':function(_0xf7947c,_0x3bd119){const _0xf443f7=_0x52045e;return _0x315502[_0xf443f7(0x1ca)](_0xf7947c,_0x3bd119);}},_0xe19a76={};_0xe19a76[_0x52045e(0x1eb)]=_0x3d9fc3,_0x4e1ecf[_0x52045e(0x15d)](_0xe19a76)[_0x52045e(0x18b)]()[_0x52045e(0x16c)](_0x257a66=>{const _0x594309=_0x52045e;_0x1ead75[_0x594309(0x1fe)]('Bucket:\x20'+_0x373cf0+'\x20already\x20exists.\x20Skipping\x20Bucket\x20creation'),_0x3aa97b[_0x594309(0x191)](_0x3ef4fb,!![]);})[_0x52045e(0x1bd)](()=>{const _0xcf80df=_0x52045e;_0x5b850e[_0xcf80df(0x161)](_0xcf80df(0x171)+_0x432c98+_0xcf80df(0x1d5)),_0x349751['xIMfX'](_0x111cde,![]);});}});},exports[a25_0x379ad4(0x1d4)]=awsSDK;
1
+ function a25_0x385f(){const _0x2d0762=['PaZWo','bUCwj','simqd','sHZnV','rmcJV','JgqFY','3887DzHWNi','jOPsl','aUmkR','zqcrJ','Xzaah','nHxpO','ImKKK','name','aIBTK','zrnpk','Regions','wiaqD','XiAmD','kLREs','MtWtt','warn','EXoNl','muDkr','frnvA','CAPyc','EXdet','xIFIC','describeCluster','iBeZr','PqMqZ','mXsaH','xTLKf','describeSecurityGroups','FINUk','RWkUP','252MYbnTk','axZIT','XWcUD','DjwWM','rZIzg','NMJtd','afCAT','info','EC2','721876bMpxst','ksKTg','kOhIh','2016-11-15','KJXPk','hrBCq','rCKuu','OAcdT','UaHlr','nlTos','mpdbx','jaFAP','EOJfj','aws-sdk','VpyrG','hsVwE','Zsrfn','Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20','rQUXe','aBBKV','region','SgUoc','then','tSZXt','dvfmm','HdLHs','219558UQAYZJ','GfCWd','MqCio','\x20already\x20exists.\x20Skipping\x20Bucket\x20creation','YMcZa','Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20','catch','623504bFuaeF','JppPd','dZaII','vQxDr','DUpXI','lvYjS','Bucket:\x20','WFrct','rgVXO','JByKK','smcQG','WxooF','LRRFM','fetchVPCs','oidc','RgSDi','mDyhO','LajYr','25040JkvLYA','20QrCMNA','NePkA','urfxl','RBByJ','TpkzW','78WIcKBN','TbyaW','wEMUB','xDsNM','EbMKP','1508382CqKFQZ','AiWHo','pHVxg','wBgcl','tnEsM','nibKw','UIWsf','EKS','DufOn','pOAVT','eAmiy','xtoEe','iNXLH','YCNGo','TVfqX','zkBbu','sTPrM','ihUeK','promise','describeVpcs','SDdtY','uXdUo','issuer','nRsot','buFGH','mnHLB','describeSubnets','tLjAe','apiVersion','1042072KpuDwm','TxRFH','fetchSubnets','gPrNQ','HPTFz','btTHd','GFlIn','isBucketPresent','pQCdZ','XeCvb','YQgJQ','JSxVZ','GUwfT','cluster','UZaBy','lKutI','HJTJI','vRNYT','identity','adqOM','XUNry','KOGme','lzTVC','headBucket','Bucket','gluxf','keCtG','HGXke','elILd','error','qCEcz','tdeXa','ZWrew','Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20','obMUc','Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20','kAcqY','PUOAp','xLDiL','osOBl','\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket','Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20','aclVX','mXFoZ','tmWkn','../config/logger','phVDN'];a25_0x385f=function(){return _0x2d0762;};return a25_0x385f();}const a25_0x38aa72=a25_0x4028;(function(_0x28cd1d,_0x350957){const _0x1aa108=a25_0x4028,_0x1c5cec=_0x28cd1d();while(!![]){try{const _0x4fbb48=-parseInt(_0x1aa108(0x1ee))/0x1*(-parseInt(_0x1aa108(0x24e))/0x2)+parseInt(_0x1aa108(0x22f))/0x3+-parseInt(_0x1aa108(0x215))/0x4+parseInt(_0x1aa108(0x248))/0x5*(-parseInt(_0x1aa108(0x20c))/0x6)+parseInt(_0x1aa108(0x236))/0x7+-parseInt(_0x1aa108(0x270))/0x8+parseInt(_0x1aa108(0x253))/0x9*(parseInt(_0x1aa108(0x249))/0xa);if(_0x4fbb48===_0x350957)break;else _0x1c5cec['push'](_0x1c5cec['shift']());}catch(_0x27cf0e){_0x1c5cec['push'](_0x1c5cec['shift']());}}}(a25_0x385f,0x1f3ef));function a25_0x4028(_0x5bfb22,_0x20e928){const _0x385fe0=a25_0x385f();return a25_0x4028=function(_0x4028b6,_0x172bef){_0x4028b6=_0x4028b6-0x1c1;let _0x4ef678=_0x385fe0[_0x4028b6];return _0x4ef678;},a25_0x4028(_0x5bfb22,_0x20e928);}const awsSDK=require(a25_0x38aa72(0x222)),{logger}=require(a25_0x38aa72(0x1e6));exports[a25_0x38aa72(0x243)]=_0x581b2f=>{const _0x5e37db=a25_0x38aa72,_0x1da19c={'LajYr':function(_0x2aca8f,_0xc257af){return _0x2aca8f!==_0xc257af;},'iNXLH':function(_0x49e9af,_0xf51006){return _0x49e9af(_0xf51006);},'EXdet':function(_0x2d36da,_0x5d2666){return _0x2d36da===_0x5d2666;},'wiaqD':_0x5e37db(0x1e4),'NePkA':function(_0x43405a,_0x15b967){return _0x43405a(_0x15b967);},'EbMKP':function(_0x4d30f8,_0x30261d){return _0x4d30f8!==_0x30261d;},'XiAmD':_0x5e37db(0x1d4),'vQxDr':_0x5e37db(0x1c9),'aUmkR':'2016-11-15'};return new Promise((_0x506009,_0x521eca)=>{const _0x3e6194=_0x5e37db,_0x17725b={'aclVX':function(_0x3997f4,_0x3c0179){const _0x40d451=a25_0x4028;return _0x1da19c[_0x40d451(0x25f)](_0x3997f4,_0x3c0179);},'gluxf':function(_0x1e4e5f,_0x57ad0b){const _0x48eb67=a25_0x4028;return _0x1da19c[_0x48eb67(0x25f)](_0x1e4e5f,_0x57ad0b);},'GfCWd':function(_0x1eca5a,_0x2e95f6){const _0x22e830=a25_0x4028;return _0x1da19c[_0x22e830(0x24a)](_0x1eca5a,_0x2e95f6);},'TVfqX':function(_0x4083d7,_0x3bb2b6){const _0xff9fba=a25_0x4028;return _0x1da19c[_0xff9fba(0x252)](_0x4083d7,_0x3bb2b6);},'nlTos':_0x1da19c[_0x3e6194(0x1fa)]};if(_0x1da19c[_0x3e6194(0x252)](_0x1da19c[_0x3e6194(0x239)],_0x1da19c[_0x3e6194(0x239)])){const _0x3fadd2={};_0x3fadd2[_0x3e6194(0x1d1)]=_0x49ba56,_0x57304c['headBucket'](_0x3fadd2)['promise']()[_0x3e6194(0x22b)](_0x304e1e=>{const _0x212844=_0x3e6194;_0x41d20b[_0x212844(0x1fd)](_0x212844(0x23c)+_0x4535d6+_0x212844(0x232)),_0x17725b[_0x212844(0x1e3)](_0x34ba4e,!![]);})[_0x3e6194(0x235)](()=>{const _0xc7dae0=_0x3e6194;_0x1887b0[_0xc7dae0(0x213)]('Bucket:\x20'+_0x2978bf+_0xc7dae0(0x1e1)),_0x17725b[_0xc7dae0(0x1d2)](_0x3dcd37,![]);});}else{const _0x3744c9={};_0x3744c9[_0x3e6194(0x26f)]=_0x1da19c[_0x3e6194(0x1f0)],_0x3744c9[_0x3e6194(0x229)]=_0x581b2f;const _0x229731=new awsSDK[(_0x3e6194(0x214))](_0x3744c9);_0x229731[_0x3e6194(0x266)]()[_0x3e6194(0x265)]()[_0x3e6194(0x22b)](_0x2bd199=>{const _0xf1131c=_0x3e6194,_0x281c86={'ihUeK':function(_0x3ad7f0,_0x512561){const _0x1c7ae9=a25_0x4028;return _0x1da19c[_0x1c7ae9(0x247)](_0x3ad7f0,_0x512561);},'RWkUP':function(_0x1d5f70,_0x1208bd){const _0x1eda82=a25_0x4028;return _0x1da19c[_0x1eda82(0x25f)](_0x1d5f70,_0x1208bd);}};_0x1da19c[_0xf1131c(0x202)](_0x1da19c[_0xf1131c(0x1f9)],_0x1da19c[_0xf1131c(0x1f9)])?_0x1da19c[_0xf1131c(0x25f)](_0x506009,_0x2bd199):_0x281c86[_0xf1131c(0x264)](_0x5339a8,_0x43ecf3)&&_0x281c86['ihUeK'](_0x1613f2['Regions'],_0xa55c7a)?_0x281c86[_0xf1131c(0x20b)](_0x3e3e9e,_0x44af05[_0xf1131c(0x1f8)]):_0x281c86[_0xf1131c(0x20b)](_0x38d507,{});})[_0x3e6194(0x235)](_0x1088b1=>{const _0x300972=_0x3e6194,_0x2ee9d9={'adqOM':function(_0x678967,_0x56bd77){const _0x4e2373=a25_0x4028;return _0x17725b[_0x4e2373(0x230)](_0x678967,_0x56bd77);}};_0x17725b[_0x300972(0x261)](_0x17725b[_0x300972(0x21e)],_0x17725b[_0x300972(0x21e)])?_0x2ee9d9[_0x300972(0x1cc)](_0x174f17,_0x38cdeb):(logger['error'](_0x300972(0x1dc)+_0x1088b1),_0x17725b[_0x300972(0x230)](_0x521eca,_0x1088b1));});}});},exports[a25_0x38aa72(0x277)]=_0x10c40f=>{const _0x3a04a0=a25_0x38aa72,_0x5f1e07={'DjwWM':function(_0x3f8ed2,_0x469998){return _0x3f8ed2(_0x469998);},'RgSDi':function(_0x1fedaa,_0x3ca02c){return _0x1fedaa!==_0x3ca02c;},'MtWtt':_0x3a04a0(0x1ef),'TpkzW':_0x3a04a0(0x1ca),'JgqFY':function(_0x46e80f,_0x5c80b0){return _0x46e80f(_0x5c80b0);},'RfYiE':_0x3a04a0(0x218),'UZaBy':function(_0x2d4048,_0x5d7fd8){return _0x2d4048===_0x5d7fd8;},'YMcZa':'HNgoX','NMJtd':function(_0x148627,_0x45c5fc){return _0x148627(_0x45c5fc);},'HdLHs':_0x3a04a0(0x225),'OVTED':'uINxc'},_0x52b5ff=new awsSDK['S3']();return new Promise((_0x78bde3,_0x12a2b5)=>{const _0x307da4=_0x3a04a0,_0x506390={'tLjAe':function(_0x21ebac,_0x4298e3){const _0x5b56b5=a25_0x4028;return _0x5f1e07[_0x5b56b5(0x20f)](_0x21ebac,_0x4298e3);},'ITBQJ':_0x5f1e07['RfYiE'],'RBByJ':function(_0x3e8545,_0x598242){const _0x3b323c=a25_0x4028;return _0x5f1e07[_0x3b323c(0x1c7)](_0x3e8545,_0x598242);},'bUCwj':_0x5f1e07[_0x307da4(0x233)],'wBgcl':function(_0x1d45e2,_0x356f81){const _0x64fe42=_0x307da4;return _0x5f1e07[_0x64fe42(0x211)](_0x1d45e2,_0x356f81);}};if(_0x5f1e07[_0x307da4(0x1c7)](_0x5f1e07[_0x307da4(0x22e)],_0x5f1e07['OVTED']))_0x483ab1[_0x307da4(0x213)](_0x307da4(0x23c)+_0x257541+_0x307da4(0x1e1)),_0x506390['tLjAe'](_0x50aaff,![]);else{const _0x16f180={};_0x16f180[_0x307da4(0x1d1)]=_0x10c40f,_0x52b5ff[_0x307da4(0x1d0)](_0x16f180)[_0x307da4(0x265)]()[_0x307da4(0x22b)](_0x44ba8f=>{const _0x2fe40f=_0x307da4,_0x1cf32c={'btTHd':function(_0xbab786,_0x4501c8){const _0x2188fe=a25_0x4028;return _0x5f1e07[_0x2188fe(0x20f)](_0xbab786,_0x4501c8);}};_0x5f1e07[_0x2fe40f(0x245)](_0x5f1e07[_0x2fe40f(0x1fc)],_0x5f1e07[_0x2fe40f(0x24d)])?(logger[_0x2fe40f(0x1fd)](_0x2fe40f(0x23c)+_0x10c40f+'\x20already\x20exists.\x20Skipping\x20Bucket\x20creation'),_0x5f1e07[_0x2fe40f(0x1ed)](_0x78bde3,!![])):(_0x2e66ba[_0x2fe40f(0x1d6)](_0x2fe40f(0x226)+_0x220a0d),_0x1cf32c[_0x2fe40f(0x275)](_0x40ff7b,_0x3f46c5));})[_0x307da4(0x235)](()=>{const _0x3e888c=_0x307da4;if(_0x506390[_0x3e888c(0x24c)](_0x506390['bUCwj'],_0x506390[_0x3e888c(0x1e9)]))logger['info']('Bucket:\x20'+_0x10c40f+_0x3e888c(0x1e1)),_0x506390[_0x3e888c(0x256)](_0x78bde3,![]);else{const _0xea332c={'aIBTK':function(_0x1d54e6,_0x264f2a){const _0x407997=_0x3e888c;return _0x506390[_0x407997(0x26e)](_0x1d54e6,_0x264f2a);},'urfxl':function(_0x23076e,_0x569c35){const _0x4ba579=_0x3e888c;return _0x506390[_0x4ba579(0x26e)](_0x23076e,_0x569c35);}},_0x5e4bda={};_0x5e4bda[_0x3e888c(0x26f)]=_0x506390['ITBQJ'],_0x5e4bda[_0x3e888c(0x229)]=_0x1ab3cd;const _0x26ed11=new _0x574bfa[(_0x3e888c(0x214))](_0x5e4bda);_0x26ed11[_0x3e888c(0x26d)]()[_0x3e888c(0x265)]()[_0x3e888c(0x22b)](_0x241dea=>{const _0x514b35=_0x3e888c;_0xea332c[_0x514b35(0x1f6)](_0x19072e,_0x241dea);})[_0x3e888c(0x235)](_0x15b4d3=>{const _0x517927=_0x3e888c;_0x568519[_0x517927(0x1d6)]('Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20'+_0x15b4d3),_0xea332c[_0x517927(0x24b)](_0x5935e5,_0x15b4d3);});}});}});},exports[a25_0x38aa72(0x272)]=_0x201e96=>{const _0xff8dc7=a25_0x38aa72,_0x2f62e8={'tcWJN':function(_0x591313,_0x5e1453){return _0x591313===_0x5e1453;},'nHxpO':_0xff8dc7(0x1d5),'JSxVZ':function(_0x29a498,_0x59e8f4){return _0x29a498(_0x59e8f4);},'xLDiL':function(_0x53c211,_0x4e4977){return _0x53c211(_0x4e4977);},'ImKKK':_0xff8dc7(0x218),'DUpXI':function(_0x2c8bee,_0x24d3bf){return _0x2c8bee!==_0x24d3bf;},'XUNry':_0xff8dc7(0x21c),'sTPrM':function(_0x3199f5,_0xaf0e91){return _0x3199f5!==_0xaf0e91;},'KOGme':'WhkyE'};return new Promise((_0xee3793,_0x143d7d)=>{const _0x2299c0=_0xff8dc7,_0x24b19d={'EOJfj':function(_0x3549a8,_0x35081f){const _0x524450=a25_0x4028;return _0x2f62e8[_0x524450(0x1df)](_0x3549a8,_0x35081f);},'nibKw':function(_0x93d850,_0x3c95e3){return _0x2f62e8['xLDiL'](_0x93d850,_0x3c95e3);},'WxooF':_0x2f62e8[_0x2299c0(0x1f4)],'sNBYo':function(_0x5d06e8,_0x51a79b){const _0x4b5b9e=_0x2299c0;return _0x2f62e8[_0x4b5b9e(0x23a)](_0x5d06e8,_0x51a79b);},'JByKK':_0x2f62e8[_0x2299c0(0x1cd)]};if(_0x2f62e8[_0x2299c0(0x263)](_0x2f62e8[_0x2299c0(0x1ce)],_0x2f62e8[_0x2299c0(0x1ce)]))_0x24b19d[_0x2299c0(0x221)](_0x3e927d,{});else{const _0x555ad3={};_0x555ad3[_0x2299c0(0x26f)]=_0x2f62e8['ImKKK'],_0x555ad3[_0x2299c0(0x229)]=_0x201e96;const _0x4b99d3=new awsSDK[(_0x2299c0(0x214))](_0x555ad3);_0x4b99d3[_0x2299c0(0x26d)]()[_0x2299c0(0x265)]()[_0x2299c0(0x22b)](_0x58104e=>{const _0x11e430=_0x2299c0;if(_0x2f62e8['tcWJN'](_0x2f62e8['nHxpO'],_0x2f62e8[_0x11e430(0x1f3)]))_0x2f62e8[_0x11e430(0x1c4)](_0xee3793,_0x58104e);else{const _0x471672={'EWXEC':function(_0x3b2a6f,_0x2fc987){const _0x31c2c4=_0x11e430;return _0x24b19d[_0x31c2c4(0x258)](_0x3b2a6f,_0x2fc987);},'PUOAp':_0x24b19d[_0x11e430(0x241)]};return new _0x4c9516((_0x30c73b,_0x3786b5)=>{const _0xee3465=_0x11e430,_0x399e72={'kLREs':function(_0x4978d0,_0x2029b7){return _0x471672['EWXEC'](_0x4978d0,_0x2029b7);}},_0x1d897a={};_0x1d897a['apiVersion']=_0x471672[_0xee3465(0x1de)],_0x1d897a['region']=_0x5136cb;const _0x55d8e8=new _0x39efbd[(_0xee3465(0x214))](_0x1d897a);_0x55d8e8[_0xee3465(0x26d)]()[_0xee3465(0x265)]()[_0xee3465(0x22b)](_0xee3b8=>{const _0xb4ecff=_0xee3465;_0x399e72[_0xb4ecff(0x1fb)](_0x30c73b,_0xee3b8);})[_0xee3465(0x235)](_0x564813=>{const _0x3fa08b=_0xee3465;_0x3adff2[_0x3fa08b(0x1d6)]('Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20'+_0x564813),_0x399e72[_0x3fa08b(0x1fb)](_0x3786b5,_0x564813);});});}})[_0x2299c0(0x235)](_0x2c66d4=>{const _0x4c269c=_0x2299c0,_0x50b7b9={'JppPd':function(_0x110222,_0x3f714c){const _0x13e2a8=a25_0x4028;return _0x24b19d[_0x13e2a8(0x221)](_0x110222,_0x3f714c);},'SgUoc':_0x24b19d[_0x4c269c(0x241)]};if(_0x24b19d['sNBYo'](_0x24b19d[_0x4c269c(0x23f)],_0x24b19d[_0x4c269c(0x23f)])){const _0x30dfb7={'tdeXa':function(_0x361756,_0x368d0d){const _0x1daa57=_0x4c269c;return _0x50b7b9[_0x1daa57(0x237)](_0x361756,_0x368d0d);},'pHVxg':_0x50b7b9[_0x4c269c(0x22a)]};return new _0x2051a4((_0x2e7f88,_0x2fb089)=>{const _0x22d25b=_0x4c269c,_0x99aeba={};_0x99aeba[_0x22d25b(0x26f)]=_0x30dfb7[_0x22d25b(0x255)],_0x99aeba[_0x22d25b(0x229)]=_0x4f5df3;const _0x321c9f=new _0x2d4f5f[(_0x22d25b(0x214))](_0x99aeba);_0x321c9f[_0x22d25b(0x266)]()['promise']()[_0x22d25b(0x22b)](_0x3caa9b=>{const _0x3dadf6=_0x22d25b;_0x30dfb7[_0x3dadf6(0x1d8)](_0x2e7f88,_0x3caa9b);})['catch'](_0x508040=>{const _0x27fb25=_0x22d25b;_0x3d91ba[_0x27fb25(0x1d6)]('Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20'+_0x508040),_0x30dfb7[_0x27fb25(0x1d8)](_0x2fb089,_0x508040);});});}else logger[_0x4c269c(0x1d6)](_0x4c269c(0x226)+_0x2c66d4),_0x24b19d[_0x4c269c(0x221)](_0x143d7d,_0x2c66d4);});}});},exports['fetchSecurityGroups']=_0x4cab6d=>{const _0x27fe6a=a25_0x38aa72,_0x65ba0c={'pOAVT':function(_0x54e3cb,_0x44a207){return _0x54e3cb(_0x44a207);},'VuuIs':function(_0x3db7eb,_0x3f008b){return _0x3db7eb!==_0x3f008b;},'mnHLB':_0x27fe6a(0x227),'FINUk':_0x27fe6a(0x228),'MqCio':function(_0x526b2a,_0x3cb6bd){return _0x526b2a(_0x3cb6bd);},'sHZnV':function(_0x422caf,_0x20e543){return _0x422caf===_0x20e543;},'xDsNM':'fFdQd','wEMUB':function(_0x173bf2,_0xca2c88){return _0x173bf2(_0xca2c88);},'dvfmm':_0x27fe6a(0x1e5),'qCEcz':'qgyyl','obMUc':_0x27fe6a(0x218)};return new Promise((_0x5baad9,_0x2cdc00)=>{const _0x36c324=_0x27fe6a,_0x5d08e6={'iBeZr':function(_0x6aee39,_0x317c20){const _0x54fbfb=a25_0x4028;return _0x65ba0c[_0x54fbfb(0x231)](_0x6aee39,_0x317c20);},'rchnA':function(_0x2bc3c3,_0x667bf9){const _0x1fc10f=a25_0x4028;return _0x65ba0c[_0x1fc10f(0x1eb)](_0x2bc3c3,_0x667bf9);},'rCKuu':_0x65ba0c[_0x36c324(0x251)],'axZIT':function(_0xf68243,_0x5dd8b6){const _0x1329d5=_0x36c324;return _0x65ba0c[_0x1329d5(0x250)](_0xf68243,_0x5dd8b6);}};if(_0x65ba0c['sHZnV'](_0x65ba0c[_0x36c324(0x22d)],_0x65ba0c[_0x36c324(0x1d7)]))_0x32e54b[_0x36c324(0x1fd)](_0x36c324(0x23c)+_0x1a3c02+'\x20already\x20exists.\x20Skipping\x20Bucket\x20creation'),_0x65ba0c[_0x36c324(0x25c)](_0x61f9f,!![]);else{const _0x307fb8={};_0x307fb8[_0x36c324(0x26f)]=_0x65ba0c[_0x36c324(0x1db)],_0x307fb8[_0x36c324(0x229)]=_0x4cab6d;const _0x5bf155=new awsSDK[(_0x36c324(0x214))](_0x307fb8);_0x5bf155[_0x36c324(0x209)]()[_0x36c324(0x265)]()[_0x36c324(0x22b)](_0x4f16fc=>{const _0x59b090=_0x36c324;_0x5d08e6['rchnA'](_0x5d08e6[_0x59b090(0x21b)],_0x5d08e6[_0x59b090(0x21b)])?_0x5d08e6[_0x59b090(0x20d)](_0x5baad9,_0x4f16fc):(_0xb1578b[_0x59b090(0x1d6)](_0x59b090(0x234)+_0x37a0fc),_0x5d08e6[_0x59b090(0x205)](_0xb3433,_0x35a78d));})['catch'](_0x49cc66=>{const _0x2fa721=_0x36c324,_0x26a451={'mpdbx':function(_0x1b59db,_0x3902ee){return _0x65ba0c['pOAVT'](_0x1b59db,_0x3902ee);}};_0x65ba0c['VuuIs'](_0x65ba0c[_0x2fa721(0x26c)],_0x65ba0c[_0x2fa721(0x20a)])?(logger[_0x2fa721(0x1d6)](_0x2fa721(0x1e2)+_0x49cc66),_0x65ba0c[_0x2fa721(0x25c)](_0x2cdc00,_0x49cc66)):_0x26a451[_0x2fa721(0x21f)](_0x3db8a0,_0x4af791);});}});},exports['getAWSRegions']=()=>{const _0x207212=a25_0x38aa72,_0x3e8784={'ULNbU':function(_0x2e7531,_0x4e62c4){return _0x2e7531(_0x4e62c4);},'EBHJL':function(_0x57abc4,_0x102755){return _0x57abc4!==_0x102755;},'Xvyzy':_0x207212(0x23b),'LRRFM':function(_0x5c8004,_0x5cd6fa){return _0x5c8004(_0x5cd6fa);},'mXsaH':function(_0x1b223e,_0x26fdd2){return _0x1b223e(_0x26fdd2);},'osOBl':function(_0x217d33,_0x47bfd1){return _0x217d33(_0x47bfd1);},'JyNte':_0x207212(0x218),'YCNGo':function(_0x1c6b21,_0x4d687d){return _0x1c6b21!==_0x4d687d;},'kOhIh':_0x207212(0x1ff),'simqd':function(_0x56432a,_0x5d898b){return _0x56432a===_0x5d898b;},'nBsYC':_0x207212(0x1f2),'XAtKZ':_0x207212(0x25b),'phVDN':_0x207212(0x21d),'EXoNl':_0x207212(0x1c5),'tnEsM':function(_0x1975de,_0x4dcbae){return _0x1975de===_0x4dcbae;},'keCtG':_0x207212(0x276)};return new Promise((_0x2381e9,_0x1218ce)=>{const _0x3eb92a=_0x207212,_0x35543b={'xTLKf':function(_0x5a8871,_0x1cee08){const _0x430e45=a25_0x4028;return _0x3e8784[_0x430e45(0x1e0)](_0x5a8871,_0x1cee08);},'KfQvl':_0x3e8784['JyNte'],'jaFAP':function(_0xd9f156,_0x190678){const _0x392459=a25_0x4028;return _0x3e8784[_0x392459(0x260)](_0xd9f156,_0x190678);},'SDdtY':_0x3e8784[_0x3eb92a(0x217)],'xtoEe':function(_0x29825b,_0x470df3){const _0x21e37d=_0x3eb92a;return _0x3e8784[_0x21e37d(0x1ea)](_0x29825b,_0x470df3);},'XWcUD':_0x3e8784['nBsYC'],'UIWsf':_0x3e8784['XAtKZ'],'tSZXt':function(_0x4f73cc,_0xcdd34f){const _0x1d6ca3=_0x3eb92a;return _0x3e8784[_0x1d6ca3(0x207)](_0x4f73cc,_0xcdd34f);},'PqMqZ':function(_0xea96c4,_0x26336e){return _0x3e8784['YCNGo'](_0xea96c4,_0x26336e);},'KJXPk':_0x3e8784[_0x3eb92a(0x1e7)],'HPTFz':_0x3e8784[_0x3eb92a(0x1fe)],'lKutI':function(_0xdaf55c,_0x27c872){const _0x216781=_0x3eb92a;return _0x3e8784[_0x216781(0x207)](_0xdaf55c,_0x27c872);}};if(_0x3e8784[_0x3eb92a(0x257)](_0x3e8784[_0x3eb92a(0x1d3)],_0x3e8784['keCtG'])){const _0x5271a6={};_0x5271a6[_0x3eb92a(0x26f)]=_0x3e8784['JyNte'];const _0x458d51=new awsSDK[(_0x3eb92a(0x214))](_0x5271a6);_0x458d51['describeRegions']()[_0x3eb92a(0x265)]()[_0x3eb92a(0x22b)]((_0x31aad1,_0x2918c8)=>{const _0x4d6266=_0x3eb92a,_0x202e1f={'tVzqF':function(_0x39ee16,_0x2467a0){const _0x536548=a25_0x4028;return _0x35543b[_0x536548(0x208)](_0x39ee16,_0x2467a0);},'xIFIC':function(_0x7d0f43,_0x2ae5b7){return _0x35543b['xTLKf'](_0x7d0f43,_0x2ae5b7);},'eRreA':_0x35543b['KfQvl']};if(_0x35543b[_0x4d6266(0x220)](_0x35543b[_0x4d6266(0x267)],_0x35543b[_0x4d6266(0x267)])){const _0x1d54bd={'hsVwE':function(_0x4d1d5a,_0x351018){return _0x202e1f['tVzqF'](_0x4d1d5a,_0x351018);},'TbyaW':function(_0x4b43dc,_0x3476f7){const _0x30eb6a=_0x4d6266;return _0x202e1f[_0x30eb6a(0x203)](_0x4b43dc,_0x3476f7);},'XeCvb':_0x202e1f['eRreA']};return new _0x3a034c((_0xca3013,_0x4a941d)=>{const _0x4676ee=_0x4d6266,_0x46abe6={};_0x46abe6['apiVersion']=_0x1d54bd[_0x4676ee(0x1c2)],_0x46abe6[_0x4676ee(0x229)]=_0x1ad063;const _0x247957=new _0x2c5122['EC2'](_0x46abe6);_0x247957[_0x4676ee(0x209)]()[_0x4676ee(0x265)]()[_0x4676ee(0x22b)](_0x2fc2bd=>{const _0x29ac51=_0x4676ee;_0x1d54bd[_0x29ac51(0x224)](_0xca3013,_0x2fc2bd);})[_0x4676ee(0x235)](_0x5a0a6d=>{const _0x23623e=_0x4676ee;_0xfe38a1[_0x23623e(0x1d6)](_0x23623e(0x1e2)+_0x5a0a6d),_0x1d54bd[_0x23623e(0x24f)](_0x4a941d,_0x5a0a6d);});});}else _0x35543b['jaFAP'](_0x31aad1,undefined)&&_0x35543b['jaFAP'](_0x31aad1[_0x4d6266(0x1f8)],undefined)?_0x35543b[_0x4d6266(0x25e)](_0x35543b[_0x4d6266(0x20e)],_0x35543b[_0x4d6266(0x259)])?_0x202e1f['tVzqF'](_0x96eef1,_0xd71276[_0x4d6266(0x1f8)]):_0x35543b[_0x4d6266(0x22c)](_0x2381e9,_0x31aad1[_0x4d6266(0x1f8)]):_0x35543b[_0x4d6266(0x206)](_0x35543b[_0x4d6266(0x219)],_0x35543b[_0x4d6266(0x274)])?_0x35543b[_0x4d6266(0x1c8)](_0x2381e9,{}):(_0x4f80c9['error'](_0x4d6266(0x1da)+_0x1389ef+':\x20'+_0x15a8c6),_0x35543b[_0x4d6266(0x208)](_0x7adba,_0x220e44));})[_0x3eb92a(0x235)](_0x1b9751=>{const _0x4d4b3b=_0x3eb92a,_0x27bb92={'buFGH':function(_0x5868d7,_0x42a1e3){return _0x3e8784['ULNbU'](_0x5868d7,_0x42a1e3);}};_0x3e8784['EBHJL'](_0x3e8784['Xvyzy'],_0x3e8784['Xvyzy'])?(_0x30aa35[_0x4d4b3b(0x1d6)](_0x4d4b3b(0x1dc)+_0x1bbc06),_0x27bb92[_0x4d4b3b(0x26b)](_0x14bfb9,_0x48bea8)):(logger['error'](_0x4d4b3b(0x234)+_0x1b9751),_0x3e8784[_0x4d4b3b(0x242)](_0x1218ce,_0x1b9751));});}else _0x3e8784['mXsaH'](_0x22bebe,_0xb79297);});},exports['getOidcUrl']=_0x4a29e5=>{const _0x460eb8=a25_0x38aa72,_0x3bd9cd={'VpyrG':function(_0x31ed29,_0x57d332){return _0x31ed29(_0x57d332);},'frnvA':_0x460eb8(0x218),'rmcJV':'2017-11-01','dZaII':function(_0x4568ad,_0x396d36){return _0x4568ad!==_0x396d36;},'zrnpk':_0x460eb8(0x1f1),'WFrct':function(_0x3d21e6,_0x57a3fc){return _0x3d21e6(_0x57a3fc);},'lzTVC':function(_0x5e6729,_0x43ea00){return _0x5e6729===_0x43ea00;},'FOMAR':_0x460eb8(0x21a),'YQgJQ':function(_0x3d9204,_0x472916){return _0x3d9204(_0x472916);},'PaZWo':function(_0x40c10b,_0x78b946){return _0x40c10b===_0x78b946;},'rgVXO':_0x460eb8(0x25d),'afCAT':_0x460eb8(0x210)};return new Promise((_0x4b0a6c,_0x6c2a7e)=>{const _0x5fa916=_0x460eb8,_0x2b72c3={'CAPyc':function(_0x2a99f2,_0x47b4da){const _0x5d90d2=a25_0x4028;return _0x3bd9cd[_0x5d90d2(0x23d)](_0x2a99f2,_0x47b4da);},'kAcqY':_0x3bd9cd['rmcJV'],'ksKTg':function(_0x5009df,_0x5c779b){const _0x3b9a33=a25_0x4028;return _0x3bd9cd[_0x3b9a33(0x1cf)](_0x5009df,_0x5c779b);},'TxRFH':_0x3bd9cd['FOMAR'],'nRsot':function(_0x1b6378,_0x4948bb){const _0x27c8e5=a25_0x4028;return _0x3bd9cd[_0x27c8e5(0x1c3)](_0x1b6378,_0x4948bb);}};if(_0x3bd9cd[_0x5fa916(0x1e8)](_0x3bd9cd[_0x5fa916(0x23e)],_0x3bd9cd[_0x5fa916(0x212)])){const _0x54612a={'AiWHo':function(_0x3cdeac,_0x320571){return _0x3bd9cd['VpyrG'](_0x3cdeac,_0x320571);}},_0x312b61={};_0x312b61[_0x5fa916(0x26f)]=_0x3bd9cd[_0x5fa916(0x200)],_0x312b61[_0x5fa916(0x229)]=_0x507943;const _0x5c147f=new _0x5f08c4[(_0x5fa916(0x214))](_0x312b61);_0x5c147f[_0x5fa916(0x209)]()['promise']()[_0x5fa916(0x22b)](_0x15cc67=>{const _0x530d27=_0x5fa916;_0x54612a[_0x530d27(0x254)](_0x4b2249,_0x15cc67);})[_0x5fa916(0x235)](_0x3bd028=>{const _0x4cc64a=_0x5fa916;_0x187a65['error'](_0x4cc64a(0x1e2)+_0x3bd028),_0x2b72c3[_0x4cc64a(0x201)](_0x586719,_0x3bd028);});}else{const _0x4d9b58={};_0x4d9b58[_0x5fa916(0x26f)]=_0x3bd9cd[_0x5fa916(0x1ec)];const _0x4ffd2f=new awsSDK[(_0x5fa916(0x25a))](_0x4d9b58),_0x2fd975={};_0x2fd975[_0x5fa916(0x1f5)]=_0x4a29e5,_0x4ffd2f['describeCluster'](_0x2fd975)[_0x5fa916(0x265)]()[_0x5fa916(0x22b)](_0x37d3cd=>{const _0x58c077=_0x5fa916,_0x5cb460={'zkBbu':function(_0x270c9e,_0x39c698){const _0x231160=a25_0x4028;return _0x3bd9cd[_0x231160(0x223)](_0x270c9e,_0x39c698);},'VlzsF':_0x3bd9cd[_0x58c077(0x1ec)]};if(_0x3bd9cd[_0x58c077(0x238)](_0x3bd9cd['zrnpk'],_0x3bd9cd[_0x58c077(0x1f7)])){const _0x42d49e={'smcQG':function(_0x22f0f6,_0x1097a6){const _0xe67bea=_0x58c077;return _0x5cb460[_0xe67bea(0x262)](_0x22f0f6,_0x1097a6);},'mDyhO':function(_0x257562,_0x3af435){const _0x45375b=_0x58c077;return _0x5cb460[_0x45375b(0x262)](_0x257562,_0x3af435);},'ZWrew':_0x5cb460['VlzsF']};return new _0x429a63((_0x76341c,_0x39d0b5)=>{const _0x52306f=_0x58c077,_0x3b7634={'uXdUo':function(_0x1d2b1f,_0x48bbc5){const _0x180f88=a25_0x4028;return _0x42d49e[_0x180f88(0x246)](_0x1d2b1f,_0x48bbc5);}},_0x5d2590={};_0x5d2590[_0x52306f(0x26f)]=_0x42d49e[_0x52306f(0x1d9)];const _0x1ccf98=new _0x45b541['EKS'](_0x5d2590),_0x3898df={};_0x3898df[_0x52306f(0x1f5)]=_0x2ded50,_0x1ccf98[_0x52306f(0x204)](_0x3898df)[_0x52306f(0x265)]()[_0x52306f(0x22b)](_0x1f8a0e=>{const _0x117f33=_0x52306f;_0x42d49e[_0x117f33(0x240)](_0x76341c,_0x1f8a0e[_0x117f33(0x1c6)]['identity'][_0x117f33(0x244)]['issuer']);})[_0x52306f(0x235)](_0x4e27b4=>{const _0xe80861=_0x52306f;_0x226fec[_0xe80861(0x1d6)](_0xe80861(0x1da)+_0x101da4+':\x20'+_0x4e27b4),_0x3b7634[_0xe80861(0x268)](_0x39d0b5,_0x4e27b4);});});}else _0x3bd9cd[_0x58c077(0x223)](_0x4b0a6c,_0x37d3cd['cluster']['identity'][_0x58c077(0x244)]['issuer']);})[_0x5fa916(0x235)](_0x504466=>{const _0x870ee3=_0x5fa916,_0x361182={'pQCdZ':function(_0x2c4a91,_0x2308ff){const _0x467401=a25_0x4028;return _0x2b72c3[_0x467401(0x201)](_0x2c4a91,_0x2308ff);}};if(_0x2b72c3[_0x870ee3(0x216)](_0x2b72c3[_0x870ee3(0x271)],_0x2b72c3[_0x870ee3(0x271)]))logger[_0x870ee3(0x1d6)](_0x870ee3(0x1da)+_0x4a29e5+':\x20'+_0x504466),_0x2b72c3[_0x870ee3(0x26a)](_0x6c2a7e,_0x504466);else{const _0x1c989c={'gPrNQ':function(_0xbd4533,_0x350e82){const _0x5b8f0a=_0x870ee3;return _0x2b72c3[_0x5b8f0a(0x201)](_0xbd4533,_0x350e82);}},_0x4d7c49={};_0x4d7c49[_0x870ee3(0x26f)]=_0x2b72c3[_0x870ee3(0x1dd)];const _0x1cff60=new _0x4881a6[(_0x870ee3(0x25a))](_0x4d7c49),_0x265dde={};_0x265dde['name']=_0x4e0c87,_0x1cff60[_0x870ee3(0x204)](_0x265dde)[_0x870ee3(0x265)]()[_0x870ee3(0x22b)](_0x55377a=>{const _0x2dcaba=_0x870ee3;_0x1c989c[_0x2dcaba(0x273)](_0x363150,_0x55377a[_0x2dcaba(0x1c6)][_0x2dcaba(0x1cb)][_0x2dcaba(0x244)][_0x2dcaba(0x269)]);})[_0x870ee3(0x235)](_0x455a60=>{const _0x4535ab=_0x870ee3;_0x4692e8[_0x4535ab(0x1d6)](_0x4535ab(0x1da)+_0xb7f23b+':\x20'+_0x455a60),_0x361182[_0x4535ab(0x1c1)](_0x3000d8,_0x455a60);});}});}});},exports['awsObj']=awsSDK;
@@ -1 +1 @@
1
- function a26_0x3635(){const _0x2e40ca=['valueOf','utf-8','schema','20rYNqKW','path','ZemcN','load','promisifyAll','apiVersion','DNsbM','bnMGQ','StackName','Properties','CAPABILITY_NAMED_IAM','ClusterName','1589268dhISRS','browserstack:creationDate','15170kJTzrr','createAutoscalerStack','js-yaml','1134wvQNqV','Capabilities','283310RxYzsl','./AWSUtils','bluebird','stackCreateComplete','npoIa','Parameters','jQpbC','3561492kisATB','18912TomshS','join','promise','Tags','awsObj','waitFor','debug','autoscaler-role-creation.yaml','../config/constants','browserstack:cluster','836076gWYMUi','templates','Resources','CloudFormation','Key','createStack','17267437RGYkoI','9RIMbtM','StackId','readFileAsync','ZuiQT','../config/logger','js-yaml-cloudformation-schema','DELETE','uepUf','OnFailure','MsnDS','24fAJoFd','Value','push'];a26_0x3635=function(){return _0x2e40ca;};return a26_0x3635();}const a26_0x110939=a26_0x3347;function a26_0x3347(_0x162531,_0x4ac2d0){const _0x363516=a26_0x3635();return a26_0x3347=function(_0x3347ba,_0x5ec6d3){_0x3347ba=_0x3347ba-0x1ca;let _0x579737=_0x363516[_0x3347ba];return _0x579737;},a26_0x3347(_0x162531,_0x4ac2d0);}(function(_0x4ceab0,_0x179cbe){const _0x329bb5=a26_0x3347,_0x253bb2=_0x4ceab0();while(!![]){try{const _0x26dbc9=parseInt(_0x329bb5(0x200))/0x1*(parseInt(_0x329bb5(0x1d8))/0x2)+-parseInt(_0x329bb5(0x1d6))/0x3+-parseInt(_0x329bb5(0x1e4))/0x4+parseInt(_0x329bb5(0x1ca))/0x5*(parseInt(_0x329bb5(0x1ef))/0x6)+-parseInt(_0x329bb5(0x1db))/0x7*(parseInt(_0x329bb5(0x1e5))/0x8)+parseInt(_0x329bb5(0x1f6))/0x9*(-parseInt(_0x329bb5(0x1dd))/0xa)+parseInt(_0x329bb5(0x1f5))/0xb;if(_0x26dbc9===_0x179cbe)break;else _0x253bb2['push'](_0x253bb2['shift']());}catch(_0x4a0826){_0x253bb2['push'](_0x253bb2['shift']());}}}(a26_0x3635,0x74a43));const fs=require('fs'),path=require(a26_0x110939(0x1cb)),yaml=require(a26_0x110939(0x1da)),{CLOUDFORMATION_SCHEMA}=require(a26_0x110939(0x1fb)),Promise=require(a26_0x110939(0x1df)),AWS=require(a26_0x110939(0x1de))[a26_0x110939(0x1e9)],{CLUSTER_AUTOSCALER_STACK_NAME,COMMON_HST_TAGS}=require(a26_0x110939(0x1ed)),{logger}=require(a26_0x110939(0x1fa));Promise[a26_0x110939(0x1ce)](fs);const addAutoscalerTags=async(_0x541bef,_0x397680,_0x422e36)=>{const _0x5ddeae=a26_0x110939;for(const _0x3f82c5 in _0x541bef['Resources']){_0x541bef[_0x5ddeae(0x1f1)][_0x3f82c5]['Properties']&&_0x541bef[_0x5ddeae(0x1f1)][_0x3f82c5][_0x5ddeae(0x1d3)][_0x5ddeae(0x1e8)]&&_0x541bef['Resources'][_0x3f82c5][_0x5ddeae(0x1d3)]['Tags'][_0x5ddeae(0x202)](..._0x422e36);}};exports[a26_0x110939(0x1d9)]=async _0x226b96=>{const _0x1c264f=a26_0x110939,_0x5c1bdc={'MsnDS':_0x1c264f(0x1ee),'jZKhs':_0x1c264f(0x1d7),'uepUf':'2010-05-15','bnMGQ':_0x1c264f(0x1f0),'ZuiQT':_0x1c264f(0x1ec),'qwzGJ':_0x1c264f(0x204),'DNsbM':function(_0x250cd1,_0x269962,_0x552233,_0xde8d2b){return _0x250cd1(_0x269962,_0x552233,_0xde8d2b);},'jQpbC':_0x1c264f(0x1fc),'hxrRC':_0x1c264f(0x1d5),'bhxPO':_0x1c264f(0x1d4),'ZemcN':'Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','npoIa':_0x1c264f(0x1e0)},_0x52f74b=COMMON_HST_TAGS,_0x16b25f={};_0x16b25f[_0x1c264f(0x1f3)]=_0x5c1bdc[_0x1c264f(0x1ff)],_0x16b25f[_0x1c264f(0x201)]=_0x226b96,_0x52f74b[_0x1c264f(0x202)](_0x16b25f),_0x52f74b['push']({'Key':_0x5c1bdc['jZKhs'],'Value':new Date()[_0x1c264f(0x203)]()['toString']()});const _0x3ed25b={};_0x3ed25b[_0x1c264f(0x1cf)]=_0x5c1bdc[_0x1c264f(0x1fd)];const _0x5a179f=new AWS[(_0x1c264f(0x1f2))](_0x3ed25b),_0xe41f74=await fs[_0x1c264f(0x1f8)](path[_0x1c264f(0x1e6)](__dirname,'..',_0x5c1bdc[_0x1c264f(0x1d1)],_0x5c1bdc[_0x1c264f(0x1f9)]),_0x5c1bdc['qwzGJ']),_0x4c747e={};_0x4c747e[_0x1c264f(0x205)]=CLOUDFORMATION_SCHEMA;const _0x4c12a5=yaml[_0x1c264f(0x1cd)](_0xe41f74,_0x4c747e);_0x5c1bdc[_0x1c264f(0x1d0)](addAutoscalerTags,_0x4c12a5,_0x226b96,_0x52f74b);const _0x454344=JSON['stringify'](_0x4c12a5),_0x54b7d2={};_0x54b7d2[_0x1c264f(0x1d2)]=CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x226b96,_0x54b7d2[_0x1c264f(0x1fe)]=_0x5c1bdc[_0x1c264f(0x1e3)],_0x54b7d2['TemplateBody']=_0x454344,_0x54b7d2[_0x1c264f(0x1e2)]=[{'ParameterKey':_0x5c1bdc['hxrRC'],'ParameterValue':_0x226b96}],_0x54b7d2[_0x1c264f(0x1dc)]=[_0x5c1bdc['bhxPO']],_0x54b7d2[_0x1c264f(0x1e8)]=_0x52f74b;const _0x393628=_0x54b7d2,_0x44c1a6=await _0x5a179f[_0x1c264f(0x1f4)](_0x393628)[_0x1c264f(0x1e7)]();logger[_0x1c264f(0x1eb)](_0x5c1bdc[_0x1c264f(0x1cc)]);const _0x32f907={};return _0x32f907[_0x1c264f(0x1d2)]=_0x44c1a6[_0x1c264f(0x1f7)],_0x5a179f[_0x1c264f(0x1ea)](_0x5c1bdc[_0x1c264f(0x1e1)],_0x32f907)[_0x1c264f(0x1e7)]();};
1
+ const a26_0x151720=a26_0x45ad;(function(_0x45f626,_0x5c7579){const _0xb51767=a26_0x45ad,_0x576c81=_0x45f626();while(!![]){try{const _0x347f03=-parseInt(_0xb51767(0x205))/0x1+parseInt(_0xb51767(0x1dd))/0x2+parseInt(_0xb51767(0x1f5))/0x3+parseInt(_0xb51767(0x1fc))/0x4*(-parseInt(_0xb51767(0x1da))/0x5)+-parseInt(_0xb51767(0x207))/0x6+parseInt(_0xb51767(0x20f))/0x7*(parseInt(_0xb51767(0x1e6))/0x8)+parseInt(_0xb51767(0x1fa))/0x9;if(_0x347f03===_0x5c7579)break;else _0x576c81['push'](_0x576c81['shift']());}catch(_0x4581fb){_0x576c81['push'](_0x576c81['shift']());}}}(a26_0x378c,0x4d4f8));const fs=require('fs'),path=require(a26_0x151720(0x1fd)),yaml=require(a26_0x151720(0x1ff)),{CLOUDFORMATION_SCHEMA}=require(a26_0x151720(0x1f2)),Promise=require(a26_0x151720(0x1fe)),AWS=require(a26_0x151720(0x201))[a26_0x151720(0x1df)],{CLUSTER_AUTOSCALER_STACK_NAME,COMMON_HST_TAGS}=require(a26_0x151720(0x1db)),{logger}=require(a26_0x151720(0x1ea));function a26_0x378c(){const _0x1c2e82=['StackName','./AWSUtils','browserstack:creationDate','apiVersion','createStack','390833xLdTcT','utf-8','1051596DFXiIP','createAutoscalerStack','toString','CloudFormation','push','Tags','StackId','readFileAsync','7NfWzge','OXKZK','debug','3645jGefBQ','../config/constants','stackCreateComplete','293344CNERjm','PKYDr','awsObj','TDZxR','CAPABILITY_NAMED_IAM','join','2010-05-15','valueOf','XMozk','4014008KoHqbp','Parameters','autoscaler-role-creation.yaml','Value','../config/logger','TemplateBody','Properties','FKofj','DELETE','OnFailure','Resources','SgpwK','js-yaml-cloudformation-schema','nuqwJ','browserstack:cluster','881445mLYvDD','Capabilities','promise','hxKjf','BviEt','4884111gBDnUP','VIXwJ','3304bvrEWA','path','bluebird','js-yaml'];a26_0x378c=function(){return _0x1c2e82;};return a26_0x378c();}Promise['promisifyAll'](fs);function a26_0x45ad(_0x1ba3d3,_0x33dd40){const _0x378c12=a26_0x378c();return a26_0x45ad=function(_0x45ad67,_0xdc004c){_0x45ad67=_0x45ad67-0x1d9;let _0x322fe3=_0x378c12[_0x45ad67];return _0x322fe3;},a26_0x45ad(_0x1ba3d3,_0x33dd40);}const addAutoscalerTags=async(_0x1bc27b,_0x514782,_0x2a766c)=>{const _0x410182=a26_0x151720;for(const _0x48b567 in _0x1bc27b[_0x410182(0x1f0)]){_0x1bc27b[_0x410182(0x1f0)][_0x48b567][_0x410182(0x1ec)]&&_0x1bc27b[_0x410182(0x1f0)][_0x48b567][_0x410182(0x1ec)][_0x410182(0x20c)]&&_0x1bc27b['Resources'][_0x48b567][_0x410182(0x1ec)][_0x410182(0x20c)][_0x410182(0x20b)](..._0x2a766c);}};exports[a26_0x151720(0x208)]=async _0x441489=>{const _0x1a4587=a26_0x151720,_0x43287f={'nuqwJ':_0x1a4587(0x1f4),'BviEt':_0x1a4587(0x202),'PKYDr':_0x1a4587(0x1e3),'FKofj':'templates','SgpwK':_0x1a4587(0x1e8),'VIXwJ':_0x1a4587(0x206),'TEpel':function(_0x447698,_0x54203d,_0x4cc06c,_0x58a8bc){return _0x447698(_0x54203d,_0x4cc06c,_0x58a8bc);},'YxSWo':_0x1a4587(0x1ee),'hxKjf':'ClusterName','OXKZK':_0x1a4587(0x1e1),'TDZxR':'Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','XMozk':_0x1a4587(0x1dc)},_0x19a6b3=COMMON_HST_TAGS,_0x5b9d7a={};_0x5b9d7a['Key']=_0x43287f[_0x1a4587(0x1f3)],_0x5b9d7a[_0x1a4587(0x1e9)]=_0x441489,_0x19a6b3[_0x1a4587(0x20b)](_0x5b9d7a),_0x19a6b3[_0x1a4587(0x20b)]({'Key':_0x43287f[_0x1a4587(0x1f9)],'Value':new Date()[_0x1a4587(0x1e4)]()[_0x1a4587(0x209)]()});const _0x30a198={};_0x30a198[_0x1a4587(0x203)]=_0x43287f[_0x1a4587(0x1de)];const _0x5cd654=new AWS[(_0x1a4587(0x20a))](_0x30a198),_0x169f64=await fs[_0x1a4587(0x20e)](path[_0x1a4587(0x1e2)](__dirname,'..',_0x43287f[_0x1a4587(0x1ed)],_0x43287f[_0x1a4587(0x1f1)]),_0x43287f[_0x1a4587(0x1fb)]),_0x1af3a0={};_0x1af3a0['schema']=CLOUDFORMATION_SCHEMA;const _0x553910=yaml['load'](_0x169f64,_0x1af3a0);_0x43287f['TEpel'](addAutoscalerTags,_0x553910,_0x441489,_0x19a6b3);const _0xefd76a=JSON['stringify'](_0x553910),_0x33114e={};_0x33114e[_0x1a4587(0x200)]=CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x441489,_0x33114e[_0x1a4587(0x1ef)]=_0x43287f['YxSWo'],_0x33114e[_0x1a4587(0x1eb)]=_0xefd76a,_0x33114e[_0x1a4587(0x1e7)]=[{'ParameterKey':_0x43287f[_0x1a4587(0x1f8)],'ParameterValue':_0x441489}],_0x33114e[_0x1a4587(0x1f6)]=[_0x43287f[_0x1a4587(0x210)]],_0x33114e[_0x1a4587(0x20c)]=_0x19a6b3;const _0x5be62c=_0x33114e,_0x3011f0=await _0x5cd654[_0x1a4587(0x204)](_0x5be62c)[_0x1a4587(0x1f7)]();logger[_0x1a4587(0x1d9)](_0x43287f[_0x1a4587(0x1e0)]);const _0x25891a={};return _0x25891a[_0x1a4587(0x200)]=_0x3011f0[_0x1a4587(0x20d)],_0x5cd654['waitFor'](_0x43287f[_0x1a4587(0x1e5)],_0x25891a)[_0x1a4587(0x1f7)]();};
@@ -1 +1 @@
1
- const a27_0x111073=a27_0x170e;(function(_0x30f60a,_0x551c18){const _0x2f58c1=a27_0x170e,_0x22bbdf=_0x30f60a();while(!![]){try{const _0x280f8b=parseInt(_0x2f58c1(0x1c3))/0x1*(parseInt(_0x2f58c1(0x22d))/0x2)+-parseInt(_0x2f58c1(0x219))/0x3*(parseInt(_0x2f58c1(0x211))/0x4)+parseInt(_0x2f58c1(0x1a1))/0x5*(-parseInt(_0x2f58c1(0x203))/0x6)+parseInt(_0x2f58c1(0x1f0))/0x7*(parseInt(_0x2f58c1(0x177))/0x8)+-parseInt(_0x2f58c1(0x21c))/0x9*(-parseInt(_0x2f58c1(0x216))/0xa)+-parseInt(_0x2f58c1(0x1ec))/0xb*(parseInt(_0x2f58c1(0x196))/0xc)+parseInt(_0x2f58c1(0x18a))/0xd*(-parseInt(_0x2f58c1(0x22a))/0xe);if(_0x280f8b===_0x551c18)break;else _0x22bbdf['push'](_0x22bbdf['shift']());}catch(_0x16995d){_0x22bbdf['push'](_0x22bbdf['shift']());}}}(a27_0x5b61,0xea79c));function a27_0x170e(_0x442976,_0x4a0509){const _0x5b61c2=a27_0x5b61();return a27_0x170e=function(_0x170e5a,_0x5521d7){_0x170e5a=_0x170e5a-0x172;let _0x16c0b5=_0x5b61c2[_0x170e5a];return _0x16c0b5;},a27_0x170e(_0x442976,_0x4a0509);}function a27_0x5b61(){const _0x20ab83=['Outputs','4567188FddwbU','ClusterName','HJmLm','djaCv','RPsFc','MDaII','cQByt','LGjMJ','utf-8','DCzvN','gFzWQ','25HwiGoG','EKSCluster','valueOf','ami','cMZtN','Resources','LSSny','debug','dZoCm','sbbHG','bluebird','./AWSUtils','NodeAutoScalingGroupMaxSize','ResourcesVpcConfig','XHgyo','VQWAS','rBaET','push','s3Bucket','CFTemplates','ZOTLW','Tags','kGyED','stringify','ACXuT','S3BucketName','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','vhrnn','GgAJx','Subnet01','ZYgfK','dFfVb','fmvWL','StackName','152353BqupXr','value','OnFailure','koIEk','OKWhv','wxfGM','uhXAL','bTXdv','hlhMj','NodeAutoScalingGroupMinSizeWindows','2010-05-15','2|0|1|5|4|3','Key','vpc-import.yaml','qCYCA','createStack','FKJMX','nwmIN','yAwmW','browserstack:cluster','SubnetIds','gGYnL','CloudFormation','keys','yDebZ','VPC','GwXgs','IsVKb','NodeGroup','Value','uwuyT','Fn::Join','OFOxv','vpc-create.yaml','readFileAsync','../config/constants','s3-create.yaml','NodeInstanceType','YpNmc','NUDhq','instanceType','11gsMzjz','ViWAx','TRIeJ','js-yaml','13145062UaeSGF','promise','XOvGT','browserstack:creationDate','Subnet','forEach','Subnet03','Subnet03Block','Subnets','NodeGroupNameWindows','Metadata','awsObj','FfBJr','ParameterValue','-Windows-NodeGroup','nsdaV','js-yaml-cloudformation-schema','NodeGroupWindows','RKDij','474834SFVbJA','waitFor','OMcaU','FTdBp','fSgai','jdWul','HdzQL','split','KFlDM','MZfYv','xNLXb','Parameters','ParameterGroups','hUsLw','1415356IxWRmK','SEZIE','jeqAp','zOuDv','cLEwh','20GqGnCo','NodeAutoScalingGroupMinSize','Ejlkc','3aZMRBC','Properties','RhfTE','7342344YADaGA','schema','EESYY','Subnet02','LvmkO','ybRbL','load','exjoI','RzpWH','aOnHI','RfIMu','GDZGM','cSKZh','AWS::CloudFormation::Interface','5088342LlwjuG','Subnet02Block','qIRGk','10oEBnff','paehm','SILYx','createClusterStack','fPzzt','wlAYK','XmEHx','jpYTZ','UMKCK','CthRd','eOEgD','FyjUL','DELETE','../config/logger','NodeGroupName','IiISb','jgpZa','XGLjK','8Adbntn','oqyYe','VpIoi','SEUSy','xiGYZ','nSlTX','iGrbe','SCOeB','CGeAf','Ref','CNqoU','join','NodeAutoScalingGroupDesiredSizeWindows','zMWcD','RNanZ','mrEvV','kbjLD','padStart','ParameterKey','78ULpXoT','UQtVg','cYLbj','svIdc','nuLgS','GHPtH','apiVersion','WZARS','subnet-create.yaml','tQiCI','path'];a27_0x5b61=function(){return _0x20ab83;};return a27_0x5b61();}const fs=require('fs'),path=require(a27_0x111073(0x194)),Promise=require(a27_0x111073(0x1ab)),yaml=require(a27_0x111073(0x1ef)),{CLOUDFORMATION_SCHEMA}=require(a27_0x111073(0x200)),AWS=require('./AWSUtils')[a27_0x111073(0x1fb)],{CLUSTER_DEP_STACK_NAME,COMMON_HST_TAGS,global_registry}=require(a27_0x111073(0x1e6)),{logger}=require(a27_0x111073(0x172)),{isBucketPresent}=require(a27_0x111073(0x1ac));Promise['promisifyAll'](fs);const mergeTemplates=(_0x162090,_0x130bc9)=>{const _0x4c3ec9=a27_0x111073,_0x498da2={};_0x498da2[_0x4c3ec9(0x1bf)]=function(_0x378c5c,_0x5dfd65){return _0x378c5c===_0x5dfd65;},_0x498da2[_0x4c3ec9(0x224)]=_0x4c3ec9(0x184),_0x498da2[_0x4c3ec9(0x22e)]=_0x4c3ec9(0x221),_0x498da2[_0x4c3ec9(0x174)]='LdwFl';const _0x583de4=_0x498da2;Object[_0x4c3ec9(0x1da)](_0x130bc9)[_0x4c3ec9(0x1f5)](_0x9ecab6=>{const _0x2044b2=_0x4c3ec9,_0x890e25={'rBaET':function(_0xb7ac3d,_0x2ae788){return _0x583de4['ZYgfK'](_0xb7ac3d,_0x2ae788);},'VpIoi':_0x583de4['RzpWH']};if(_0x583de4[_0x2044b2(0x1bf)](_0x583de4[_0x2044b2(0x22e)],_0x583de4[_0x2044b2(0x174)]))_0x37a342[_0x1de5fd][_0x2baad1]=_0x36ff6e[_0xc81249];else{var _0x5c8ccb=_0x130bc9[_0x9ecab6];Object[_0x2044b2(0x1da)](_0x5c8ccb)[_0x2044b2(0x1f5)](_0x3ee156=>{const _0x5a6d79=_0x2044b2;_0x890e25[_0x5a6d79(0x1b1)](_0x890e25[_0x5a6d79(0x179)],_0x890e25['VpIoi'])?_0x162090[_0x9ecab6][_0x3ee156]=_0x5c8ccb[_0x3ee156]:_0x5ef25f[_0x5a6d79(0x1a6)][_0x31aa35][_0x5a6d79(0x21a)]['Tags'][_0x5a6d79(0x1b2)](..._0x4c763c);});}});},addVPCData=async(_0x48676c,_0x1265f4)=>{const _0x406b92=a27_0x111073,_0x3df345={'GHPtH':function(_0x47f8a0,_0x433925){return _0x47f8a0(_0x433925);},'cLEwh':function(_0xd7a470,_0x36562d){return _0xd7a470===_0x36562d;},'wxfGM':_0x406b92(0x1aa),'IsVKb':_0x406b92(0x1b4),'cMZtN':_0x406b92(0x1d0),'FyjUL':'utf-8','hlhMj':function(_0x7d4247,_0x34d63d,_0x4554fe){return _0x7d4247(_0x34d63d,_0x4554fe);},'dFfVb':'AWS::CloudFormation::Interface','XOvGT':'VPC','jpYTZ':function(_0x1b4aec,_0x4e982c){return _0x1b4aec===_0x4e982c;},'JoPUj':'OghhE','svIdc':'lSrEo','UMKCK':_0x406b92(0x1e4),'ACXuT':'VpcBlock'};if(_0x1265f4){if(_0x3df345[_0x406b92(0x215)](_0x3df345['wxfGM'],_0x3df345[_0x406b92(0x1c8)])){const _0x1b2138=await fs[_0x406b92(0x1e5)](path[_0x406b92(0x182)](__dirname,'..',_0x3df345[_0x406b92(0x1de)],_0x3df345[_0x406b92(0x1a5)]),_0x3df345[_0x406b92(0x238)]),_0x1f5b1a={};_0x1f5b1a[_0x406b92(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x3fbce9=yaml[_0x406b92(0x222)](_0x1b2138,_0x1f5b1a);_0x3df345[_0x406b92(0x1cb)](mergeTemplates,_0x48676c,_0x3fbce9),_0x48676c[_0x406b92(0x1fa)][_0x3df345[_0x406b92(0x1c0)]][_0x406b92(0x20f)][0x0]['Parameters'][_0x406b92(0x1b2)](_0x3df345[_0x406b92(0x1f2)]);}else _0x28b939[_0x406b92(0x1da)](_0xd6d9c0)[_0x406b92(0x1f5)](_0x1f1ea8=>{const _0x46c5ec=_0x406b92;var _0x44a6b3=_0x21c97f[_0x1f1ea8];_0x12f7a0['keys'](_0x44a6b3)[_0x46c5ec(0x1f5)](_0x8bb9bc=>{_0x5bd6fb[_0x1f1ea8][_0x8bb9bc]=_0x44a6b3[_0x8bb9bc];});});}else{if(_0x3df345[_0x406b92(0x234)](_0x3df345['JoPUj'],_0x3df345[_0x406b92(0x18d)]))_0x29c7eb['Parameters']['push']({'ParameterKey':_0x406b92(0x1f4)+_0x3df345[_0x406b92(0x18f)](_0x1c0831,_0x38fea9)['padStart'](0x2,'0'),'ParameterValue':_0x3ecfb8['value']}),_0x336ebd+=0x1;else{const _0x2a0e49=await fs[_0x406b92(0x1e5)](path['join'](__dirname,'..',_0x3df345[_0x406b92(0x1de)],_0x3df345[_0x406b92(0x235)]),_0x3df345[_0x406b92(0x238)]),_0x17f8d3={};_0x17f8d3[_0x406b92(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x1a1ae6=yaml[_0x406b92(0x222)](_0x2a0e49,_0x17f8d3);_0x3df345[_0x406b92(0x1cb)](mergeTemplates,_0x48676c,_0x1a1ae6),_0x48676c[_0x406b92(0x1fa)][_0x3df345['dFfVb']][_0x406b92(0x20f)][0x0][_0x406b92(0x20e)][_0x406b92(0x1b2)](_0x3df345[_0x406b92(0x1b9)]);}}},addS3Data=async _0xf1a4f7=>{const _0x4b6734=a27_0x111073,_0x1a0f88={'CNqoU':_0x4b6734(0x1b4),'zOuDv':_0x4b6734(0x1e7),'RfIMu':_0x4b6734(0x19e),'UQtVg':function(_0x2563d9,_0x4cc74c){return _0x2563d9(_0x4cc74c);},'nuLgS':function(_0x56a758,_0x3105d9){return _0x56a758===_0x3105d9;},'yAwmW':_0x4b6734(0x1a0),'jeqAp':_0x4b6734(0x17d),'fPzzt':function(_0x46f038,_0x454da9,_0x23c71d){return _0x46f038(_0x454da9,_0x23c71d);}},_0x40fbb1=await fs[_0x4b6734(0x1e5)](path[_0x4b6734(0x182)](__dirname,'..',_0x1a0f88[_0x4b6734(0x181)],_0x1a0f88[_0x4b6734(0x214)]),_0x1a0f88[_0x4b6734(0x226)]),_0x4f37bf={};_0x4f37bf[_0x4b6734(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x452747=yaml[_0x4b6734(0x222)](_0x40fbb1,_0x4f37bf),_0x2fe1df=await _0x1a0f88[_0x4b6734(0x18b)](isBucketPresent,global_registry[_0x4b6734(0x1b3)]);_0x1a0f88[_0x4b6734(0x18e)](_0x2fe1df,![])&&(_0x1a0f88['nuLgS'](_0x1a0f88[_0x4b6734(0x1d5)],_0x1a0f88[_0x4b6734(0x213)])?_0x3f6d36[_0x4a3b9c[_0x4b6734(0x1cf)]]=_0x26af99[_0x4b6734(0x1e0)]:_0x1a0f88[_0x4b6734(0x231)](mergeTemplates,_0xf1a4f7,_0x452747));},addSubnetData=async(_0x506c6c,_0x19ef1a)=>{const _0x5958ac=a27_0x111073,_0x462efb={'DCzvN':function(_0x5c9c69,_0x5dcdf6,_0x4aaf4c){return _0x5c9c69(_0x5dcdf6,_0x4aaf4c);},'XGLjK':function(_0xf9d16b,_0x6a1698){return _0xf9d16b!==_0x6a1698;},'RNanZ':_0x5958ac(0x1af),'xNLXb':'LLzAA','CGeAf':_0x5958ac(0x1ce),'xiGYZ':'AWS::CloudFormation::Interface','vUFKn':function(_0x423633,_0x5c3b43){return _0x423633(_0x5c3b43);},'koIEk':function(_0xcbdfb7,_0x1035ac){return _0xcbdfb7(_0x1035ac);},'Ejlkc':function(_0x460c7c,_0x2fca6e){return _0x460c7c(_0x2fca6e);},'ViWAx':_0x5958ac(0x1e2),'TRIeJ':function(_0x1023d2,_0xe318aa){return _0x1023d2!==_0xe318aa;},'HJmLm':'BKQYS','fmvWL':'CFTemplates','NUDhq':'subnet-import.yaml','jgpZa':_0x5958ac(0x19e),'qIRGk':function(_0x491591,_0x4ff803,_0x13d48e){return _0x491591(_0x4ff803,_0x13d48e);},'HdzQL':function(_0x4db928,_0x1cb5fb){return _0x4db928===_0x1cb5fb;},'GwXgs':_0x5958ac(0x1b0),'LvmkO':_0x5958ac(0x192),'ZOTLW':function(_0x9f8b65,_0x56543d,_0x44b3df){return _0x9f8b65(_0x56543d,_0x44b3df);},'gGYnL':_0x5958ac(0x1be),'fSgai':_0x5958ac(0x21f),'CthRd':_0x5958ac(0x1f6),'MZfYv':'Subnet01Block','xdABV':_0x5958ac(0x22b),'uwuyT':_0x5958ac(0x1f7)};if(_0x19ef1a){if(_0x462efb[_0x5958ac(0x1ee)](_0x462efb[_0x5958ac(0x198)],_0x462efb['HJmLm'])){var _0x4f6dc5=_0x31bfa9[_0x1801a5];_0x271cd1[_0x5958ac(0x1da)](_0x4f6dc5)[_0x5958ac(0x1f5)](_0x4cd3f2=>{_0x4be435[_0x670ec7][_0x4cd3f2]=_0x4f6dc5[_0x4cd3f2];});}else{const _0x262cf7=await fs[_0x5958ac(0x1e5)](path[_0x5958ac(0x182)](__dirname,'..',_0x462efb['fmvWL'],_0x462efb[_0x5958ac(0x1ea)]),_0x462efb[_0x5958ac(0x175)]),_0x432c98={};_0x432c98[_0x5958ac(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x3c860f=yaml[_0x5958ac(0x222)](_0x262cf7,_0x432c98);_0x462efb[_0x5958ac(0x22c)](mergeTemplates,_0x506c6c,_0x3c860f);let _0x2f7406=0x1;_0x19ef1a[_0x5958ac(0x1f5)](_0x45c00b=>{const _0x130fcd=_0x5958ac,_0x495c9f={'bTXdv':function(_0x4ed958,_0x28008a,_0x4caaaa){const _0x3a6950=a27_0x170e;return _0x462efb[_0x3a6950(0x19f)](_0x4ed958,_0x28008a,_0x4caaaa);}};if(_0x462efb[_0x130fcd(0x176)](_0x462efb[_0x130fcd(0x185)],_0x462efb[_0x130fcd(0x20d)])){const _0xde5258=_0x462efb[_0x130fcd(0x17f)][_0x130fcd(0x20a)]('|');let _0x47bb40=0x0;while(!![]){switch(_0xde5258[_0x47bb40++]){case'0':_0x506c6c[_0x130fcd(0x1fa)][_0x462efb[_0x130fcd(0x17b)]][_0x130fcd(0x20f)][0x0][_0x130fcd(0x20e)][_0x130fcd(0x1b2)]('Subnet'+_0x462efb['vUFKn'](String,_0x2f7406)[_0x130fcd(0x188)](0x2,'0'));continue;case'1':_0x506c6c[_0x130fcd(0x1a6)][_0x130fcd(0x1df)]['Properties'][_0x130fcd(0x1f8)][_0x130fcd(0x1b2)]({'Ref':_0x130fcd(0x1f4)+_0x462efb[_0x130fcd(0x1c6)](String,_0x2f7406)[_0x130fcd(0x188)](0x2,'0')});continue;case'2':_0x506c6c[_0x130fcd(0x1a6)][_0x130fcd(0x1a2)][_0x130fcd(0x21a)]['ResourcesVpcConfig']['SubnetIds'][_0x130fcd(0x1b2)]({'Ref':_0x130fcd(0x1f4)+_0x462efb[_0x130fcd(0x218)](String,_0x2f7406)['padStart'](0x2,'0')});continue;case'3':_0x2f7406+=0x1;continue;case'4':_0x506c6c[_0x130fcd(0x195)][_0x130fcd(0x1d7)][_0x130fcd(0x1e0)][_0x462efb[_0x130fcd(0x1ed)]][0x1]['push']({'Ref':_0x130fcd(0x1f4)+_0x462efb[_0x130fcd(0x218)](String,_0x2f7406)[_0x130fcd(0x188)](0x2,'0')});continue;case'5':_0x506c6c[_0x130fcd(0x1a6)][_0x130fcd(0x201)][_0x130fcd(0x21a)][_0x130fcd(0x1f8)][_0x130fcd(0x1b2)]({'Ref':_0x130fcd(0x1f4)+_0x462efb[_0x130fcd(0x218)](String,_0x2f7406)[_0x130fcd(0x188)](0x2,'0')});continue;}break;}}else _0x495c9f[_0x130fcd(0x1ca)](_0x572418,_0x1ed754,_0x599ea2);});}}else{if(_0x462efb[_0x5958ac(0x209)](_0x462efb['GwXgs'],_0x462efb[_0x5958ac(0x1dd)])){const _0x582ccf=await fs[_0x5958ac(0x1e5)](path['join'](__dirname,'..',_0x462efb[_0x5958ac(0x1c1)],_0x462efb[_0x5958ac(0x220)]),_0x462efb[_0x5958ac(0x175)]),_0x457ed1={};_0x457ed1[_0x5958ac(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x56a327=yaml[_0x5958ac(0x222)](_0x582ccf,_0x457ed1);_0x462efb[_0x5958ac(0x1b5)](mergeTemplates,_0x506c6c,_0x56a327),_0x506c6c['Resources'][_0x5958ac(0x1a2)]['DependsOn']['push'](_0x462efb[_0x5958ac(0x1d8)],_0x462efb[_0x5958ac(0x207)],_0x462efb[_0x5958ac(0x236)]);const _0x201797={};_0x201797[_0x5958ac(0x180)]=_0x462efb[_0x5958ac(0x1d8)];const _0x3ab754={};_0x3ab754['Ref']=_0x462efb[_0x5958ac(0x207)];const _0x597154={};_0x597154['Ref']=_0x462efb[_0x5958ac(0x236)],_0x506c6c['Resources'][_0x5958ac(0x1a2)][_0x5958ac(0x21a)][_0x5958ac(0x1ae)]['SubnetIds']=[_0x201797,_0x3ab754,_0x597154],_0x506c6c[_0x5958ac(0x1fa)][_0x462efb['xiGYZ']][_0x5958ac(0x20f)][0x0]['Parameters']['push'](_0x462efb[_0x5958ac(0x20c)],_0x462efb['xdABV'],_0x462efb[_0x5958ac(0x1e1)]);const _0x41b5e9={};_0x41b5e9[_0x5958ac(0x180)]=_0x462efb[_0x5958ac(0x1d8)];const _0x43a631={};_0x43a631[_0x5958ac(0x180)]=_0x462efb[_0x5958ac(0x207)];const _0x206278={};_0x206278[_0x5958ac(0x180)]=_0x462efb[_0x5958ac(0x236)],_0x506c6c['Resources'][_0x5958ac(0x1df)]['Properties']['Subnets']=[_0x41b5e9,_0x43a631,_0x206278];const _0xb2b828={};_0xb2b828['Ref']=_0x462efb[_0x5958ac(0x1d8)];const _0x5938ea={};_0x5938ea['Ref']=_0x462efb[_0x5958ac(0x207)];const _0x3b52ee={};_0x3b52ee[_0x5958ac(0x180)]=_0x462efb[_0x5958ac(0x236)],_0x506c6c[_0x5958ac(0x1a6)][_0x5958ac(0x201)]['Properties']['Subnets']=[_0xb2b828,_0x5938ea,_0x3b52ee],_0x506c6c[_0x5958ac(0x195)][_0x5958ac(0x1d7)][_0x5958ac(0x1e0)][_0x462efb[_0x5958ac(0x1ed)]][0x1]=[{'Ref':_0x462efb[_0x5958ac(0x1d8)]},{'Ref':_0x462efb[_0x5958ac(0x207)]},{'Ref':_0x462efb[_0x5958ac(0x236)]}];}else _0x3b2279['Resources'][_0x1568b5][_0x5958ac(0x21a)]&&_0x11d26d[_0x5958ac(0x1a6)][_0xb83f48][_0x5958ac(0x21a)][_0x5958ac(0x1b6)]&&_0x46f7a1['Resources'][_0x599a49]['Properties'][_0x5958ac(0x1b6)][_0x5958ac(0x1b2)](..._0x4f5815);}},addTags=async(_0x598a0b,_0x57a48b,_0x124727)=>{const _0x5553e9=a27_0x111073,_0x4cdbd4={'ZFhPM':_0x5553e9(0x1dc),'EESYY':_0x5553e9(0x1df),'SILYx':_0x5553e9(0x201),'kGyED':function(_0x1a97f1,_0x3018bc){return _0x1a97f1(_0x3018bc);},'SEUSy':function(_0x296673,_0x40c44e){return _0x296673!==_0x40c44e;},'jdWul':_0x5553e9(0x1d1),'nwmIN':_0x5553e9(0x19a),'RDEbi':function(_0x311760,_0xf0389){return _0x311760===_0xf0389;},'djaCv':_0x5553e9(0x1db),'wlAYK':_0x5553e9(0x1d3)};for(const _0x25dd77 in _0x598a0b['Resources']){if(_0x4cdbd4['RDEbi'](_0x4cdbd4[_0x5553e9(0x199)],_0x4cdbd4[_0x5553e9(0x199)])){if(_0x598a0b[_0x5553e9(0x1a6)][_0x25dd77][_0x5553e9(0x21a)]&&_0x598a0b['Resources'][_0x25dd77]['Properties'][_0x5553e9(0x1b6)]){if(_0x4cdbd4['SEUSy'](_0x4cdbd4[_0x5553e9(0x232)],_0x4cdbd4[_0x5553e9(0x232)])){const _0x51c710={};_0x51c710['ParameterKey']=_0x4cdbd4['ZFhPM'],_0x51c710[_0x5553e9(0x1fd)]=_0x16332e,_0x1982bc[_0x5553e9(0x20e)][_0x5553e9(0x1b2)](_0x51c710);}else _0x598a0b[_0x5553e9(0x1a6)][_0x25dd77][_0x5553e9(0x21a)][_0x5553e9(0x1b6)][_0x5553e9(0x1b2)](..._0x124727);}}else{for(const _0x4f19fb in _0x50496d[_0x5553e9(0x1a6)]){_0xc1f526[_0x5553e9(0x1a6)][_0x4f19fb][_0x5553e9(0x21a)]&&_0x1c70aa[_0x5553e9(0x1a6)][_0x4f19fb]['Properties'][_0x5553e9(0x1b6)]&&_0x417e9b[_0x5553e9(0x1a6)][_0x4f19fb][_0x5553e9(0x21a)][_0x5553e9(0x1b6)]['push'](..._0x14fd97);}const _0x1cebdc={};_0x5b381e[_0x5553e9(0x1f5)](_0x783018=>{const _0x427a4e=_0x5553e9;_0x1cebdc[_0x783018[_0x427a4e(0x1cf)]]=_0x783018[_0x427a4e(0x1e0)];}),_0x3b7a3c[_0x5553e9(0x1a6)][_0x4cdbd4['EESYY']]['Properties'][_0x5553e9(0x1b6)]=_0x1cebdc,_0x38f5e7['Resources'][_0x4cdbd4[_0x5553e9(0x22f)]]['Properties']['Tags']=_0x1cebdc;}}const _0x443483={};_0x124727[_0x5553e9(0x1f5)](_0x4e9304=>{const _0x51ddce=_0x5553e9,_0x5ad27f={'KFlDM':function(_0x309cf3,_0x5b42b9){const _0xc1d231=a27_0x170e;return _0x4cdbd4[_0xc1d231(0x1b7)](_0x309cf3,_0x5b42b9);}};if(_0x4cdbd4[_0x51ddce(0x17a)](_0x4cdbd4[_0x51ddce(0x208)],_0x4cdbd4[_0x51ddce(0x1d4)]))_0x443483[_0x4e9304[_0x51ddce(0x1cf)]]=_0x4e9304[_0x51ddce(0x1e0)];else{let _0x29c94f=0x1;_0x5bf97d[_0x51ddce(0x1f5)](_0x3b4afa=>{const _0xe6b498=_0x51ddce;_0x33f8f3['Parameters'][_0xe6b498(0x1b2)]({'ParameterKey':_0xe6b498(0x1f4)+_0x5ad27f[_0xe6b498(0x20b)](_0x2e26d2,_0x29c94f)[_0xe6b498(0x188)](0x2,'0'),'ParameterValue':_0x3b4afa[_0xe6b498(0x1c4)]}),_0x29c94f+=0x1;});}}),_0x598a0b[_0x5553e9(0x1a6)][_0x4cdbd4[_0x5553e9(0x21e)]][_0x5553e9(0x21a)][_0x5553e9(0x1b6)]=_0x443483,_0x598a0b[_0x5553e9(0x1a6)][_0x4cdbd4[_0x5553e9(0x22f)]]['Properties']['Tags']=_0x443483;};exports[a27_0x111073(0x230)]=async(_0x1d781f,_0x49e8da,_0x5977a0,_0x181ba9=null,_0x4650a8=null)=>{const _0x588160=a27_0x111073,_0x47688d={'SEZIE':'0|2|4|1|3|5','GDZGM':function(_0x52662d,_0x12da78){return _0x52662d(_0x12da78);},'MDaII':function(_0x14e266,_0x1ab35d){return _0x14e266(_0x1ab35d);},'vhrnn':_0x588160(0x229),'OKWhv':function(_0xd45610,_0x27621c){return _0xd45610(_0x27621c);},'FTdBp':_0x588160(0x1e2),'nsdaV':function(_0x51c365,_0x3fe0e1){return _0x51c365(_0x3fe0e1);},'cQByt':_0x588160(0x1d6),'ESsjO':_0x588160(0x1f3),'dZoCm':_0x588160(0x1cd),'mrEvV':'CFTemplates','XmEHx':'aws-eks-cluster-dep.yaml','LSSny':_0x588160(0x19e),'aOnHI':function(_0x1b32e0,_0x113070,_0x3e2cd8){return _0x1b32e0(_0x113070,_0x3e2cd8);},'LavKJ':function(_0x27b3c1,_0x1a05fd){return _0x27b3c1(_0x1a05fd);},'tQiCI':function(_0x267916,_0x57c96a,_0x42677f){return _0x267916(_0x57c96a,_0x42677f);},'GgAJx':function(_0x434371,_0x851ded,_0x468129,_0x50a179){return _0x434371(_0x851ded,_0x468129,_0x50a179);},'OFOxv':_0x588160(0x239),'CLuxF':_0x588160(0x197),'YpNmc':_0x588160(0x173),'SCOeB':_0x588160(0x217),'FfBJr':_0x588160(0x1cc),'shTKq':_0x588160(0x183),'OMcaU':_0x588160(0x1ad),'LGjMJ':'NodeImageId','cSKZh':_0x588160(0x1e8),'RKDij':_0x588160(0x1ba),'eOEgD':_0x588160(0x1f9),'gudJK':'CAPABILITY_NAMED_IAM','oqyYe':function(_0x4de6bf,_0x30e3b8){return _0x4de6bf!=_0x30e3b8;},'XmkPR':function(_0x211364,_0x1f4deb){return _0x211364!==_0x1f4deb;},'YxOpJ':function(_0x2fee64,_0x2fb6c2){return _0x2fee64!==_0x2fb6c2;},'aTBoS':_0x588160(0x223),'kbjLD':_0x588160(0x191),'hUsLw':'VPC','nSlTX':function(_0x240b6c,_0x3bc03e){return _0x240b6c!=_0x3bc03e;},'cYLbj':function(_0x36bc57,_0x60f5b3){return _0x36bc57!==_0x60f5b3;},'uhXAL':_0x588160(0x1bb),'RhfTE':'stackCreateComplete'},_0x297b5a=COMMON_HST_TAGS,_0x2bd0e9={};_0x2bd0e9['Key']=_0x47688d[_0x588160(0x19c)],_0x2bd0e9['Value']=_0x1d781f,_0x297b5a['push'](_0x2bd0e9),_0x297b5a[_0x588160(0x1b2)]({'Key':_0x47688d['ESsjO'],'Value':new Date()[_0x588160(0x1a3)]()['toString']()});const _0x4d01ed={};_0x4d01ed[_0x588160(0x190)]=_0x47688d[_0x588160(0x1a9)];const _0x1353f8=new AWS[(_0x588160(0x1d9))](_0x4d01ed),_0x24e6f8=await fs[_0x588160(0x1e5)](path['join'](__dirname,'..',_0x47688d[_0x588160(0x186)],_0x47688d[_0x588160(0x233)]),_0x47688d[_0x588160(0x1a7)]),_0x3e03d7={};_0x3e03d7[_0x588160(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x59dca9=yaml['load'](_0x24e6f8,_0x3e03d7);await _0x47688d[_0x588160(0x225)](addVPCData,_0x59dca9,_0x181ba9),await _0x47688d['LavKJ'](addS3Data,_0x59dca9),await _0x47688d[_0x588160(0x193)](addSubnetData,_0x59dca9,_0x4650a8),await _0x47688d[_0x588160(0x1bd)](addTags,_0x59dca9,_0x1d781f,_0x297b5a);const _0x2169be=JSON[_0x588160(0x1b8)](_0x59dca9),_0x5e175c={};_0x5e175c[_0x588160(0x1c2)]=CLUSTER_DEP_STACK_NAME+'-'+_0x1d781f,_0x5e175c[_0x588160(0x1c5)]=_0x47688d[_0x588160(0x1e3)],_0x5e175c['TemplateBody']=_0x2169be,_0x5e175c['Parameters']=[{'ParameterKey':_0x47688d['CLuxF'],'ParameterValue':_0x1d781f},{'ParameterKey':_0x47688d[_0x588160(0x1e9)],'ParameterValue':_0x1d781f+'-NodeGroup'},{'ParameterKey':_0x47688d[_0x588160(0x17e)],'ParameterValue':''+_0x49e8da},{'ParameterKey':_0x47688d[_0x588160(0x1fc)],'ParameterValue':'0'},{'ParameterKey':_0x47688d['shTKq'],'ParameterValue':'1'},{'ParameterKey':_0x47688d[_0x588160(0x205)],'ParameterValue':''+_0x5977a0},{'ParameterKey':_0x47688d[_0x588160(0x19d)],'ParameterValue':global_registry[_0x588160(0x1a4)]},{'ParameterKey':_0x47688d[_0x588160(0x228)],'ParameterValue':global_registry[_0x588160(0x1eb)]},{'ParameterKey':_0x47688d[_0x588160(0x202)],'ParameterValue':global_registry[_0x588160(0x1b3)]},{'ParameterKey':_0x47688d[_0x588160(0x237)],'ParameterValue':_0x1d781f+_0x588160(0x1fe)}],_0x5e175c['Capabilities']=[_0x47688d['gudJK']],_0x5e175c['Tags']=_0x297b5a;const _0x14a45b=_0x5e175c;if(_0x47688d[_0x588160(0x178)](_0x181ba9,null)&&_0x47688d['XmkPR'](_0x181ba9,undefined)){if(_0x47688d['YxOpJ'](_0x47688d['aTBoS'],_0x47688d[_0x588160(0x187)])){const _0x36ac5a={};_0x36ac5a[_0x588160(0x189)]=_0x47688d[_0x588160(0x210)],_0x36ac5a[_0x588160(0x1fd)]=_0x181ba9,_0x14a45b['Parameters'][_0x588160(0x1b2)](_0x36ac5a);}else{const _0x443c5d=_0x47688d[_0x588160(0x212)][_0x588160(0x20a)]('|');let _0x1adf3c=0x0;while(!![]){switch(_0x443c5d[_0x1adf3c++]){case'0':_0x2dda3a[_0x588160(0x1a6)][_0x588160(0x1a2)][_0x588160(0x21a)][_0x588160(0x1ae)][_0x588160(0x1d7)]['push']({'Ref':_0x588160(0x1f4)+_0x47688d[_0x588160(0x227)](_0x3c1f40,_0x464044)[_0x588160(0x188)](0x2,'0')});continue;case'1':_0x40b161[_0x588160(0x1a6)][_0x588160(0x201)][_0x588160(0x21a)]['Subnets']['push']({'Ref':_0x588160(0x1f4)+_0x47688d[_0x588160(0x19b)](_0x2071aa,_0x269ccd)['padStart'](0x2,'0')});continue;case'2':_0x16760e[_0x588160(0x1fa)][_0x47688d[_0x588160(0x1bc)]][_0x588160(0x20f)][0x0][_0x588160(0x20e)][_0x588160(0x1b2)]('Subnet'+_0x47688d[_0x588160(0x1c7)](_0x35d3ca,_0x3dacbd)[_0x588160(0x188)](0x2,'0'));continue;case'3':_0x2faa52[_0x588160(0x195)][_0x588160(0x1d7)][_0x588160(0x1e0)][_0x47688d[_0x588160(0x206)]][0x1][_0x588160(0x1b2)]({'Ref':'Subnet'+_0x47688d['MDaII'](_0x26cf55,_0x2dfb56)[_0x588160(0x188)](0x2,'0')});continue;case'4':_0x4baf11['Resources'][_0x588160(0x1df)][_0x588160(0x21a)][_0x588160(0x1f8)][_0x588160(0x1b2)]({'Ref':'Subnet'+_0x47688d[_0x588160(0x19b)](_0x3c1464,_0x4ff8fb)[_0x588160(0x188)](0x2,'0')});continue;case'5':_0x17c021+=0x1;continue;}break;}}}if(_0x47688d[_0x588160(0x17c)](_0x4650a8,null)&&_0x47688d[_0x588160(0x18c)](_0x4650a8,undefined)){let _0x112c6b=0x1;_0x4650a8[_0x588160(0x1f5)](_0x4ab69b=>{const _0x4510ea=_0x588160;_0x14a45b[_0x4510ea(0x20e)][_0x4510ea(0x1b2)]({'ParameterKey':'Subnet'+_0x47688d[_0x4510ea(0x1ff)](String,_0x112c6b)[_0x4510ea(0x188)](0x2,'0'),'ParameterValue':_0x4ab69b[_0x4510ea(0x1c4)]}),_0x112c6b+=0x1;});}const _0x4d7098=await _0x1353f8[_0x588160(0x1d2)](_0x14a45b)['promise']();logger[_0x588160(0x1a8)](_0x47688d[_0x588160(0x1c9)]);const _0x2703d1={};return _0x2703d1[_0x588160(0x1c2)]=_0x4d7098['StackId'],_0x1353f8[_0x588160(0x204)](_0x47688d[_0x588160(0x21b)],_0x2703d1)[_0x588160(0x1f1)]();};
1
+ const a27_0x271d4b=a27_0x5cd9;function a27_0x5cd9(_0x51b93f,_0x1ff212){const _0x119a42=a27_0x119a();return a27_0x5cd9=function(_0x5cd90b,_0x24afe3){_0x5cd90b=_0x5cd90b-0x1a4;let _0x3bb5f3=_0x119a42[_0x5cd90b];return _0x3bb5f3;},a27_0x5cd9(_0x51b93f,_0x1ff212);}(function(_0xc0107c,_0xd84cec){const _0x635c1a=a27_0x5cd9,_0x4b20b8=_0xc0107c();while(!![]){try{const _0x286129=parseInt(_0x635c1a(0x236))/0x1+parseInt(_0x635c1a(0x23b))/0x2*(parseInt(_0x635c1a(0x1f1))/0x3)+parseInt(_0x635c1a(0x1c9))/0x4*(parseInt(_0x635c1a(0x1f4))/0x5)+-parseInt(_0x635c1a(0x203))/0x6*(parseInt(_0x635c1a(0x20a))/0x7)+parseInt(_0x635c1a(0x1e8))/0x8*(-parseInt(_0x635c1a(0x221))/0x9)+parseInt(_0x635c1a(0x1cd))/0xa+parseInt(_0x635c1a(0x1a4))/0xb*(parseInt(_0x635c1a(0x22b))/0xc);if(_0x286129===_0xd84cec)break;else _0x4b20b8['push'](_0x4b20b8['shift']());}catch(_0x4897e6){_0x4b20b8['push'](_0x4b20b8['shift']());}}}(a27_0x119a,0xbbbdc));const fs=require('fs'),path=require('path'),Promise=require(a27_0x271d4b(0x23f)),yaml=require(a27_0x271d4b(0x20b)),{CLOUDFORMATION_SCHEMA}=require(a27_0x271d4b(0x228)),AWS=require(a27_0x271d4b(0x1ad))[a27_0x271d4b(0x246)],{CLUSTER_DEP_STACK_NAME,COMMON_HST_TAGS,global_registry}=require(a27_0x271d4b(0x214)),{logger}=require('../config/logger'),{isBucketPresent}=require(a27_0x271d4b(0x1ad));Promise['promisifyAll'](fs);const mergeTemplates=(_0x4aca8e,_0x49995c)=>{const _0x91c104=a27_0x271d4b,_0x1b3ccf={};_0x1b3ccf['hTalR']=function(_0x3b2e70,_0x1be400){return _0x3b2e70!==_0x1be400;},_0x1b3ccf[_0x91c104(0x1fc)]=_0x91c104(0x1f9),_0x1b3ccf[_0x91c104(0x1b5)]='wGZRL',_0x1b3ccf['RfGNU']=function(_0x56ae38,_0x3238a4){return _0x56ae38!==_0x3238a4;},_0x1b3ccf['toFBH']=_0x91c104(0x1dc);const _0x598fe7=_0x1b3ccf;Object[_0x91c104(0x1fd)](_0x49995c)[_0x91c104(0x22f)](_0x4fb21c=>{const _0x92b899=_0x91c104,_0x302b33={'OqHFq':function(_0x172c86,_0x4a48f2){const _0x38e395=a27_0x5cd9;return _0x598fe7[_0x38e395(0x248)](_0x172c86,_0x4a48f2);},'IGDHL':_0x598fe7[_0x92b899(0x1fc)],'CvBEq':_0x598fe7['XSaXx']};if(_0x598fe7['RfGNU'](_0x598fe7[_0x92b899(0x1df)],_0x598fe7[_0x92b899(0x1df)]))_0x5342fb[_0x92b899(0x1fd)](_0x455fb9)[_0x92b899(0x22f)](_0x5d8df3=>{const _0x1afcc2=_0x92b899;var _0x58e029=_0x1dddc0[_0x5d8df3];_0x296ef9[_0x1afcc2(0x1fd)](_0x58e029)[_0x1afcc2(0x22f)](_0x2db9cb=>{_0x27cff2[_0x5d8df3][_0x2db9cb]=_0x58e029[_0x2db9cb];});});else{var _0x1c0598=_0x49995c[_0x4fb21c];Object['keys'](_0x1c0598)['forEach'](_0x490f03=>{const _0x2b0e97=_0x92b899;if(_0x302b33[_0x2b0e97(0x22e)](_0x302b33[_0x2b0e97(0x1b4)],_0x302b33[_0x2b0e97(0x247)]))_0x4aca8e[_0x4fb21c][_0x490f03]=_0x1c0598[_0x490f03];else{var _0x26e1ee=_0x50bdfe[_0x1bfcf8];_0x48a1c7[_0x2b0e97(0x1fd)](_0x26e1ee)['forEach'](_0x1bee7f=>{_0x19699f[_0x1f8fb8][_0x1bee7f]=_0x26e1ee[_0x1bee7f];});}});}});},addVPCData=async(_0x43e5c0,_0x2edb5a)=>{const _0x417146=a27_0x271d4b,_0x157bda={'pkXbR':_0x417146(0x24f),'IjKXl':_0x417146(0x229),'trRec':function(_0x3e7c7b,_0x5a2008){return _0x3e7c7b(_0x5a2008);},'qfHdD':function(_0x1d70e4,_0xff5ff2){return _0x1d70e4!==_0xff5ff2;},'jAJaz':_0x417146(0x20d),'xZWCh':_0x417146(0x252),'AZpQV':_0x417146(0x215),'eFIxz':_0x417146(0x1c0),'FETdn':function(_0x24ae80,_0x602925,_0x424f29){return _0x24ae80(_0x602925,_0x424f29);},'UyXAb':_0x417146(0x1bd),'kHFxA':_0x417146(0x1a5),'TODWw':function(_0x33f91d,_0x29ae77){return _0x33f91d!==_0x29ae77;},'WIuwR':_0x417146(0x253),'cDclo':'KkoQL','VYlfi':_0x417146(0x1d9),'oSnWS':_0x417146(0x1a6)};if(_0x2edb5a){if(_0x157bda[_0x417146(0x1f5)](_0x157bda[_0x417146(0x241)],_0x157bda[_0x417146(0x241)])){for(const _0x4d998f in _0x510f61[_0x417146(0x207)]){_0x26c16e[_0x417146(0x207)][_0x4d998f][_0x417146(0x25c)]&&_0x294b84[_0x417146(0x207)][_0x4d998f]['Properties'][_0x417146(0x237)]&&_0x3a92c8[_0x417146(0x207)][_0x4d998f][_0x417146(0x25c)]['Tags'][_0x417146(0x250)](..._0xf6cb6f);}const _0x481aae={};_0x1ef099[_0x417146(0x22f)](_0x1b77f2=>{const _0x326f20=_0x417146;_0x481aae[_0x1b77f2[_0x326f20(0x255)]]=_0x1b77f2[_0x326f20(0x1bc)];}),_0x25fca1[_0x417146(0x207)][_0x157bda[_0x417146(0x20c)]][_0x417146(0x25c)]['Tags']=_0x481aae,_0x33938a[_0x417146(0x207)][_0x157bda[_0x417146(0x208)]][_0x417146(0x25c)][_0x417146(0x237)]=_0x481aae;}else{const _0x2264d7=await fs[_0x417146(0x1da)](path[_0x417146(0x233)](__dirname,'..',_0x157bda['xZWCh'],_0x157bda[_0x417146(0x25d)]),_0x157bda[_0x417146(0x220)]),_0x3de0e2={};_0x3de0e2['schema']=CLOUDFORMATION_SCHEMA;const _0x126cc5=yaml['load'](_0x2264d7,_0x3de0e2);_0x157bda[_0x417146(0x1ee)](mergeTemplates,_0x43e5c0,_0x126cc5),_0x43e5c0[_0x417146(0x243)][_0x157bda['UyXAb']][_0x417146(0x258)][0x0][_0x417146(0x24a)]['push'](_0x157bda[_0x417146(0x24d)]);}}else{if(_0x157bda['TODWw'](_0x157bda[_0x417146(0x1a8)],_0x157bda[_0x417146(0x25e)])){const _0x48e7be=await fs[_0x417146(0x1da)](path[_0x417146(0x233)](__dirname,'..',_0x157bda[_0x417146(0x1cf)],_0x157bda['VYlfi']),_0x157bda[_0x417146(0x220)]),_0x56d8b4={};_0x56d8b4['schema']=CLOUDFORMATION_SCHEMA;const _0x105f81=yaml[_0x417146(0x1e0)](_0x48e7be,_0x56d8b4);_0x157bda[_0x417146(0x1ee)](mergeTemplates,_0x43e5c0,_0x105f81),_0x43e5c0[_0x417146(0x243)][_0x157bda['UyXAb']]['ParameterGroups'][0x0]['Parameters'][_0x417146(0x250)](_0x157bda[_0x417146(0x218)]);}else{let _0x50a8ca=0x1;_0x1082ae[_0x417146(0x22f)](_0x3731e9=>{const _0x43a3e8=_0x417146;_0x22f75c[_0x43a3e8(0x24a)][_0x43a3e8(0x250)]({'ParameterKey':'Subnet'+_0x157bda[_0x43a3e8(0x225)](_0x42f4c5,_0x50a8ca)[_0x43a3e8(0x1c6)](0x2,'0'),'ParameterValue':_0x3731e9[_0x43a3e8(0x21d)]}),_0x50a8ca+=0x1;});}}},addS3Data=async _0x3f8569=>{const _0x34b9e7=a27_0x271d4b,_0x1e230c={'cskbH':function(_0x50330b,_0x326cef){return _0x50330b(_0x326cef);},'eELfd':_0x34b9e7(0x252),'HrctI':'s3-create.yaml','aFxSK':_0x34b9e7(0x1c0),'VWaGH':function(_0x1a566b,_0x3e9ba7){return _0x1a566b(_0x3e9ba7);},'aPyGr':function(_0x8b7bbb,_0x202b17){return _0x8b7bbb===_0x202b17;},'TLFaL':_0x34b9e7(0x1d5),'PJGos':_0x34b9e7(0x1db),'PwjgM':function(_0x341286,_0x4afee5,_0xc5a088){return _0x341286(_0x4afee5,_0xc5a088);}},_0x23464c=await fs[_0x34b9e7(0x1da)](path[_0x34b9e7(0x233)](__dirname,'..',_0x1e230c[_0x34b9e7(0x1b7)],_0x1e230c[_0x34b9e7(0x1b3)]),_0x1e230c[_0x34b9e7(0x1ff)]),_0x54e0f4={};_0x54e0f4['schema']=CLOUDFORMATION_SCHEMA;const _0x5d1e39=yaml[_0x34b9e7(0x1e0)](_0x23464c,_0x54e0f4),_0x4c13d5=await _0x1e230c[_0x34b9e7(0x1cc)](isBucketPresent,global_registry[_0x34b9e7(0x1a9)]);_0x1e230c[_0x34b9e7(0x1ce)](_0x4c13d5,![])&&(_0x1e230c[_0x34b9e7(0x1ce)](_0x1e230c[_0x34b9e7(0x227)],_0x1e230c[_0x34b9e7(0x1f2)])?(_0x3fabc5['Parameters'][_0x34b9e7(0x250)]({'ParameterKey':'Subnet'+_0x1e230c[_0x34b9e7(0x1bb)](_0x3156ba,_0x2af704)[_0x34b9e7(0x1c6)](0x2,'0'),'ParameterValue':_0x2e1341[_0x34b9e7(0x21d)]}),_0x5b376e+=0x1):_0x1e230c[_0x34b9e7(0x1b0)](mergeTemplates,_0x3f8569,_0x5d1e39));},addSubnetData=async(_0x4b6f89,_0x24370d)=>{const _0x18f598=a27_0x271d4b,_0x1c1cdf={'jcNKJ':function(_0x44e54c,_0x2bef9a){return _0x44e54c!==_0x2bef9a;},'OiXFg':'crmGc','yXhyr':'0|1|5|4|2|3','TgqYi':function(_0x2f50bb,_0xaf0563){return _0x2f50bb(_0xaf0563);},'SbJqh':_0x18f598(0x1bd),'aXPSy':function(_0x17a606,_0x393980){return _0x17a606(_0x393980);},'vBFoH':_0x18f598(0x1ac),'JDgbS':function(_0x3ce46b,_0x65e6d4){return _0x3ce46b(_0x65e6d4);},'KKnWk':function(_0x2520da,_0x33e8b9){return _0x2520da(_0x33e8b9);},'zqGie':function(_0x168bd5,_0x2fe68c){return _0x168bd5(_0x2fe68c);},'aXyfn':function(_0x1e22ef,_0x43405e){return _0x1e22ef===_0x43405e;},'jfbxo':_0x18f598(0x20e),'JVLUw':'CFTemplates','VMFIh':_0x18f598(0x1d2),'FAkWj':_0x18f598(0x1c0),'kBaux':function(_0x312912,_0x122b84,_0x2fddf2){return _0x312912(_0x122b84,_0x2fddf2);},'HMwzk':_0x18f598(0x1e9),'YkDCA':_0x18f598(0x259),'iidIt':'Subnet01','jfjBD':_0x18f598(0x1ae),'RroAp':_0x18f598(0x23a),'vSwkP':_0x18f598(0x231),'AMTqp':_0x18f598(0x1aa),'CeBDl':_0x18f598(0x1d8)};if(_0x24370d){if(_0x1c1cdf[_0x18f598(0x222)](_0x1c1cdf[_0x18f598(0x254)],_0x1c1cdf[_0x18f598(0x254)])){const _0xeca223=await fs['readFileAsync'](path[_0x18f598(0x233)](__dirname,'..',_0x1c1cdf[_0x18f598(0x1f0)],_0x1c1cdf['VMFIh']),_0x1c1cdf[_0x18f598(0x240)]),_0x5a56db={};_0x5a56db[_0x18f598(0x257)]=CLOUDFORMATION_SCHEMA;const _0x240164=yaml[_0x18f598(0x1e0)](_0xeca223,_0x5a56db);_0x1c1cdf[_0x18f598(0x1be)](mergeTemplates,_0x4b6f89,_0x240164);let _0x499254=0x1;_0x24370d[_0x18f598(0x22f)](_0x42e49c=>{const _0x137fa5=_0x18f598;if(_0x1c1cdf['jcNKJ'](_0x1c1cdf[_0x137fa5(0x224)],_0x1c1cdf[_0x137fa5(0x224)]))_0x19fbb7[_0x33f5b9[_0x137fa5(0x255)]]=_0x2c642b[_0x137fa5(0x1bc)];else{const _0x3ef827=_0x1c1cdf['yXhyr'][_0x137fa5(0x249)]('|');let _0x44a6f3=0x0;while(!![]){switch(_0x3ef827[_0x44a6f3++]){case'0':_0x4b6f89[_0x137fa5(0x207)][_0x137fa5(0x211)][_0x137fa5(0x25c)]['ResourcesVpcConfig'][_0x137fa5(0x1b2)][_0x137fa5(0x250)]({'Ref':_0x137fa5(0x1e3)+_0x1c1cdf[_0x137fa5(0x256)](String,_0x499254)[_0x137fa5(0x1c6)](0x2,'0')});continue;case'1':_0x4b6f89[_0x137fa5(0x243)][_0x1c1cdf[_0x137fa5(0x21b)]][_0x137fa5(0x258)][0x0][_0x137fa5(0x24a)][_0x137fa5(0x250)](_0x137fa5(0x1e3)+_0x1c1cdf[_0x137fa5(0x1ca)](String,_0x499254)[_0x137fa5(0x1c6)](0x2,'0'));continue;case'2':_0x4b6f89['Outputs']['SubnetIds'][_0x137fa5(0x1bc)][_0x1c1cdf['vBFoH']][0x1]['push']({'Ref':_0x137fa5(0x1e3)+_0x1c1cdf[_0x137fa5(0x1c8)](String,_0x499254)['padStart'](0x2,'0')});continue;case'3':_0x499254+=0x1;continue;case'4':_0x4b6f89[_0x137fa5(0x207)][_0x137fa5(0x229)]['Properties']['Subnets'][_0x137fa5(0x250)]({'Ref':_0x137fa5(0x1e3)+_0x1c1cdf[_0x137fa5(0x20f)](String,_0x499254)[_0x137fa5(0x1c6)](0x2,'0')});continue;case'5':_0x4b6f89['Resources']['NodeGroup'][_0x137fa5(0x25c)][_0x137fa5(0x1c2)][_0x137fa5(0x250)]({'Ref':'Subnet'+_0x1c1cdf[_0x137fa5(0x23d)](String,_0x499254)[_0x137fa5(0x1c6)](0x2,'0')});continue;}break;}}});}else _0x300df3[_0xc97c52][_0x207fb1]=_0x209d72[_0x302707];}else{if(_0x1c1cdf['jcNKJ'](_0x1c1cdf[_0x18f598(0x23e)],_0x1c1cdf[_0x18f598(0x23e)]))_0x3b781f[_0x18f598(0x207)][_0x1c5278][_0x18f598(0x25c)]&&_0x5c6e62[_0x18f598(0x207)][_0x384436][_0x18f598(0x25c)][_0x18f598(0x237)]&&_0x715eb4[_0x18f598(0x207)][_0x4c2204][_0x18f598(0x25c)]['Tags']['push'](..._0x31f89e);else{const _0x19642c=await fs[_0x18f598(0x1da)](path['join'](__dirname,'..',_0x1c1cdf[_0x18f598(0x1f0)],_0x1c1cdf['YkDCA']),_0x1c1cdf['FAkWj']),_0x3fb7f2={};_0x3fb7f2[_0x18f598(0x257)]=CLOUDFORMATION_SCHEMA;const _0x4e0451=yaml['load'](_0x19642c,_0x3fb7f2);_0x1c1cdf[_0x18f598(0x1be)](mergeTemplates,_0x4b6f89,_0x4e0451),_0x4b6f89[_0x18f598(0x207)][_0x18f598(0x211)][_0x18f598(0x24e)]['push'](_0x1c1cdf[_0x18f598(0x1e1)],_0x1c1cdf[_0x18f598(0x234)],_0x1c1cdf[_0x18f598(0x1e2)]);const _0x451ba3={};_0x451ba3['Ref']=_0x1c1cdf['iidIt'];const _0x34c4c4={};_0x34c4c4[_0x18f598(0x212)]=_0x1c1cdf[_0x18f598(0x234)];const _0x59fe62={};_0x59fe62[_0x18f598(0x212)]=_0x1c1cdf['RroAp'],_0x4b6f89['Resources']['EKSCluster']['Properties'][_0x18f598(0x24c)][_0x18f598(0x1b2)]=[_0x451ba3,_0x34c4c4,_0x59fe62],_0x4b6f89[_0x18f598(0x243)][_0x1c1cdf[_0x18f598(0x21b)]][_0x18f598(0x258)][0x0][_0x18f598(0x24a)][_0x18f598(0x250)](_0x1c1cdf[_0x18f598(0x1ef)],_0x1c1cdf[_0x18f598(0x1b8)],_0x1c1cdf['CeBDl']);const _0x3b2612={};_0x3b2612[_0x18f598(0x212)]=_0x1c1cdf[_0x18f598(0x1e1)];const _0x455ce2={};_0x455ce2[_0x18f598(0x212)]=_0x1c1cdf[_0x18f598(0x234)];const _0x579dc6={};_0x579dc6['Ref']=_0x1c1cdf['RroAp'],_0x4b6f89[_0x18f598(0x207)][_0x18f598(0x24f)][_0x18f598(0x25c)][_0x18f598(0x1c2)]=[_0x3b2612,_0x455ce2,_0x579dc6];const _0x535016={};_0x535016[_0x18f598(0x212)]=_0x1c1cdf[_0x18f598(0x1e1)];const _0x1cff4f={};_0x1cff4f[_0x18f598(0x212)]=_0x1c1cdf[_0x18f598(0x234)];const _0x2a42b7={};_0x2a42b7[_0x18f598(0x212)]=_0x1c1cdf['RroAp'],_0x4b6f89[_0x18f598(0x207)]['NodeGroupWindows'][_0x18f598(0x25c)]['Subnets']=[_0x535016,_0x1cff4f,_0x2a42b7],_0x4b6f89[_0x18f598(0x1b1)][_0x18f598(0x1b2)][_0x18f598(0x1bc)][_0x1c1cdf['vBFoH']][0x1]=[{'Ref':_0x1c1cdf[_0x18f598(0x1e1)]},{'Ref':_0x1c1cdf[_0x18f598(0x234)]},{'Ref':_0x1c1cdf['RroAp']}];}}},addTags=async(_0x11f836,_0x653ed7,_0x2b45b1)=>{const _0x231f9f=a27_0x271d4b,_0x2770b7={'ftlot':_0x231f9f(0x1d0),'ZFgsX':function(_0x384dae,_0x4af72f){return _0x384dae(_0x4af72f);},'OwGyv':function(_0x25619d,_0x23ce55){return _0x25619d(_0x23ce55);},'ickbP':_0x231f9f(0x1bd),'VLSUK':_0x231f9f(0x1ac),'BuoYB':function(_0x59ec3c,_0x3267d4,_0x5109b9){return _0x59ec3c(_0x3267d4,_0x5109b9);},'hnPdu':function(_0xda6f73,_0x29c251){return _0xda6f73===_0x29c251;},'CcAqO':'NUqii','hIqZS':'vErcx','fjXrz':_0x231f9f(0x1af),'bDKrS':function(_0x5262d2,_0x404413){return _0x5262d2!==_0x404413;},'IXELP':_0x231f9f(0x223),'cDOqv':_0x231f9f(0x1e5),'GYNNB':_0x231f9f(0x24f),'CuFYr':_0x231f9f(0x229)};for(const _0x3764bc in _0x11f836[_0x231f9f(0x207)]){if(_0x2770b7[_0x231f9f(0x21c)](_0x2770b7[_0x231f9f(0x21f)],_0x2770b7['fjXrz'])){if(_0x11f836[_0x231f9f(0x207)][_0x3764bc]['Properties']&&_0x11f836[_0x231f9f(0x207)][_0x3764bc][_0x231f9f(0x25c)][_0x231f9f(0x237)]){if(_0x2770b7[_0x231f9f(0x216)](_0x2770b7[_0x231f9f(0x1c3)],_0x2770b7[_0x231f9f(0x1ea)]))_0x11f836[_0x231f9f(0x207)][_0x3764bc]['Properties'][_0x231f9f(0x237)][_0x231f9f(0x250)](..._0x2b45b1);else{const _0x4c7ab6=_0x2770b7[_0x231f9f(0x1e7)][_0x231f9f(0x249)]('|');let _0x2074b9=0x0;while(!![]){switch(_0x4c7ab6[_0x2074b9++]){case'0':_0x528d1d[_0x231f9f(0x207)][_0x231f9f(0x229)][_0x231f9f(0x25c)]['Subnets'][_0x231f9f(0x250)]({'Ref':'Subnet'+_0x2770b7[_0x231f9f(0x1f7)](_0x409fc8,_0xf5dd0b)[_0x231f9f(0x1c6)](0x2,'0')});continue;case'1':_0x1fa92b[_0x231f9f(0x207)]['NodeGroup'][_0x231f9f(0x25c)]['Subnets']['push']({'Ref':_0x231f9f(0x1e3)+_0x2770b7[_0x231f9f(0x217)](_0x3e1c27,_0x2151c2)[_0x231f9f(0x1c6)](0x2,'0')});continue;case'2':_0x57b4f1+=0x1;continue;case'3':_0x43abad[_0x231f9f(0x243)][_0x2770b7[_0x231f9f(0x202)]]['ParameterGroups'][0x0][_0x231f9f(0x24a)][_0x231f9f(0x250)](_0x231f9f(0x1e3)+_0x2770b7[_0x231f9f(0x1f7)](_0x371540,_0x1fcb56)['padStart'](0x2,'0'));continue;case'4':_0x5be4aa['Outputs']['SubnetIds'][_0x231f9f(0x1bc)][_0x2770b7['VLSUK']][0x1][_0x231f9f(0x250)]({'Ref':_0x231f9f(0x1e3)+_0x2770b7[_0x231f9f(0x217)](_0x5ce695,_0x4bd359)[_0x231f9f(0x1c6)](0x2,'0')});continue;case'5':_0x551604[_0x231f9f(0x207)][_0x231f9f(0x211)][_0x231f9f(0x25c)][_0x231f9f(0x24c)][_0x231f9f(0x1b2)][_0x231f9f(0x250)]({'Ref':'Subnet'+_0x2770b7[_0x231f9f(0x1f7)](_0x39e048,_0x1ac9f7)['padStart'](0x2,'0')});continue;}break;}}}}else _0x2770b7['BuoYB'](_0x508d3d,_0x3a3b4b,_0x5ddc28);}const _0x4ea267={};_0x2b45b1[_0x231f9f(0x22f)](_0x337536=>{const _0x9181aa=_0x231f9f;_0x2770b7[_0x9181aa(0x21c)](_0x2770b7[_0x9181aa(0x1fa)],_0x2770b7[_0x9181aa(0x1b9)])?_0x2108ee[_0x9181aa(0x207)][_0x3cf263][_0x9181aa(0x25c)]['Tags'][_0x9181aa(0x250)](..._0x2378fd):_0x4ea267[_0x337536[_0x9181aa(0x255)]]=_0x337536[_0x9181aa(0x1bc)];}),_0x11f836['Resources'][_0x2770b7['GYNNB']][_0x231f9f(0x25c)][_0x231f9f(0x237)]=_0x4ea267,_0x11f836['Resources'][_0x2770b7[_0x231f9f(0x1d6)]][_0x231f9f(0x25c)][_0x231f9f(0x237)]=_0x4ea267;};function a27_0x119a(){const _0x561aeb=['ami','Properties','AZpQV','cDclo','1451219DsgWwD','VPC','VpcBlock','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','WIuwR','s3Bucket','Subnet02Block','UJpfX','Fn::Join','./AWSUtils','Subnet02','agXcw','PwjgM','Outputs','SubnetIds','HrctI','IGDHL','XSaXx','PssEd','eELfd','AMTqp','hIqZS','NodeInstanceType','cskbH','Value','AWS::CloudFormation::Interface','kBaux','ZDBla','utf-8','ZOjoy','Subnets','IXELP','NodeAutoScalingGroupDesiredSizeWindows','apiVersion','padStart','NodeAutoScalingGroupMinSize','JDgbS','14216uEQhBA','aXPSy','NodeAutoScalingGroupMinSizeWindows','VWaGH','1225280modgzz','aPyGr','xZWCh','5|3|1|0|4|2','browserstack:creationDate','subnet-import.yaml','StackId','ParameterKey','yYDOF','CuFYr','KtOPU','Subnet03Block','vpc-create.yaml','readFileAsync','XanRk','CGAIc','rtGVS','Capabilities','toFBH','load','iidIt','RroAp','Subnet','cSafH','kvpSP','NodeGroupNameWindows','ftlot','6762696pUcmhA','pcJWU','cDOqv','MfHcR','stackCreateComplete','RSmUS','FETdn','vSwkP','JVLUw','430857NZzMBV','PJGos','waitFor','305wjjEef','qfHdD','2010-05-15','ZFgsX','StackName','XPfdj','CcAqO','-NodeGroup','kYdlx','keys','valueOf','aFxSK','ParameterValue','createStack','ickbP','714060qcRLKv','debug','NodeGroupName','ARTHt','Resources','IjKXl','-Windows-NodeGroup','7zrNOrA','js-yaml','pkXbR','LcoSo','gUsgN','KKnWk','SPqjv','EKSCluster','Ref','zrMqI','../config/constants','vpc-import.yaml','bDKrS','OwGyv','oSnWS','instanceType','yKhlW','SbJqh','hnPdu','value','lRUHW','fjXrz','eFIxz','9ROeJiR','aXyfn','UsERb','OiXFg','trRec','NodeAutoScalingGroupMaxSize','TLFaL','js-yaml-cloudformation-schema','NodeGroupWindows','CAPABILITY_NAMED_IAM','84kdoEzz','Ivumz','kEgQr','OqHFq','forEach','createClusterStack','Subnet01Block','toString','join','jfjBD','tgrqO','326891sLWQVk','Tags','UxXfH','BUctp','Subnet03','2LnoIlC','EwMbB','zqGie','HMwzk','bluebird','FAkWj','jAJaz','ASAKJ','Metadata','LjivD','OnFailure','awsObj','CvBEq','hTalR','split','Parameters','S3BucketName','ResourcesVpcConfig','kHFxA','DependsOn','NodeGroup','push','NcCHL','CFTemplates','Trlgo','jfbxo','Key','TgqYi','schema','ParameterGroups','subnet-create.yaml','ClusterName'];a27_0x119a=function(){return _0x561aeb;};return a27_0x119a();}exports[a27_0x271d4b(0x230)]=async(_0x510281,_0x3a559a,_0x1fc212,_0x59c5f6=null,_0x1d9b4f=null)=>{const _0x36bb2f=a27_0x271d4b,_0x4ff004={'ZDBla':_0x36bb2f(0x1a5),'Ivumz':function(_0xec0bf4,_0x19c7fb){return _0xec0bf4(_0x19c7fb);},'zrMqI':'browserstack:cluster','KtOPU':_0x36bb2f(0x1d1),'UxXfH':_0x36bb2f(0x1f6),'SPqjv':_0x36bb2f(0x252),'UJpfX':'aws-eks-cluster-dep.yaml','WMIxw':_0x36bb2f(0x1c0),'xnKkC':function(_0x3373b9,_0x2f65c3,_0x42c482){return _0x3373b9(_0x2f65c3,_0x42c482);},'EwMbB':function(_0x39e9a8,_0x1d044c){return _0x39e9a8(_0x1d044c);},'tEFyV':function(_0x4737ee,_0x4f1a32,_0x3e685e,_0xc6ee84){return _0x4737ee(_0x4f1a32,_0x3e685e,_0xc6ee84);},'fVuYn':'DELETE','yKhlW':_0x36bb2f(0x25a),'hBuhR':_0x36bb2f(0x205),'ndnHD':_0x36bb2f(0x1c7),'KQkHh':_0x36bb2f(0x1cb),'zUyAK':_0x36bb2f(0x1c4),'MfHcR':_0x36bb2f(0x226),'BUctp':'NodeImageId','kEgQr':_0x36bb2f(0x1ba),'ZOjoy':_0x36bb2f(0x24b),'PssEd':_0x36bb2f(0x1e6),'NcCHL':_0x36bb2f(0x22a),'tgrqO':function(_0x40c421,_0x341010){return _0x40c421!=_0x341010;},'ASAKJ':function(_0x17a611,_0x1d5cb4){return _0x17a611!==_0x1d5cb4;},'rtGVS':function(_0x499282,_0x48fa72){return _0x499282!==_0x48fa72;},'cSafH':_0x36bb2f(0x244),'ARTHt':_0x36bb2f(0x21e),'RSmUS':_0x36bb2f(0x1a7),'TpMcW':_0x36bb2f(0x1ec)},_0x2d82d2=COMMON_HST_TAGS,_0x31376a={};_0x31376a[_0x36bb2f(0x255)]=_0x4ff004[_0x36bb2f(0x213)],_0x31376a['Value']=_0x510281,_0x2d82d2[_0x36bb2f(0x250)](_0x31376a),_0x2d82d2['push']({'Key':_0x4ff004[_0x36bb2f(0x1d7)],'Value':new Date()[_0x36bb2f(0x1fe)]()[_0x36bb2f(0x232)]()});const _0xa19e5c={};_0xa19e5c[_0x36bb2f(0x1c5)]=_0x4ff004[_0x36bb2f(0x238)];const _0x3d4d74=new AWS['CloudFormation'](_0xa19e5c),_0x4d6e83=await fs[_0x36bb2f(0x1da)](path[_0x36bb2f(0x233)](__dirname,'..',_0x4ff004[_0x36bb2f(0x210)],_0x4ff004[_0x36bb2f(0x1ab)]),_0x4ff004['WMIxw']),_0x47ee3b={};_0x47ee3b[_0x36bb2f(0x257)]=CLOUDFORMATION_SCHEMA;const _0x9bff27=yaml[_0x36bb2f(0x1e0)](_0x4d6e83,_0x47ee3b);await _0x4ff004['xnKkC'](addVPCData,_0x9bff27,_0x59c5f6),await _0x4ff004[_0x36bb2f(0x23c)](addS3Data,_0x9bff27),await _0x4ff004['xnKkC'](addSubnetData,_0x9bff27,_0x1d9b4f),await _0x4ff004['tEFyV'](addTags,_0x9bff27,_0x510281,_0x2d82d2);const _0x1c53dc=JSON['stringify'](_0x9bff27),_0x2f4c0f={};_0x2f4c0f[_0x36bb2f(0x1f8)]=CLUSTER_DEP_STACK_NAME+'-'+_0x510281,_0x2f4c0f[_0x36bb2f(0x245)]=_0x4ff004['fVuYn'],_0x2f4c0f['TemplateBody']=_0x1c53dc,_0x2f4c0f['Parameters']=[{'ParameterKey':_0x4ff004[_0x36bb2f(0x21a)],'ParameterValue':_0x510281},{'ParameterKey':_0x4ff004['hBuhR'],'ParameterValue':_0x510281+_0x36bb2f(0x1fb)},{'ParameterKey':_0x4ff004['ndnHD'],'ParameterValue':''+_0x3a559a},{'ParameterKey':_0x4ff004['KQkHh'],'ParameterValue':'0'},{'ParameterKey':_0x4ff004['zUyAK'],'ParameterValue':'1'},{'ParameterKey':_0x4ff004[_0x36bb2f(0x1eb)],'ParameterValue':''+_0x1fc212},{'ParameterKey':_0x4ff004[_0x36bb2f(0x239)],'ParameterValue':global_registry[_0x36bb2f(0x25b)]},{'ParameterKey':_0x4ff004[_0x36bb2f(0x22d)],'ParameterValue':global_registry[_0x36bb2f(0x219)]},{'ParameterKey':_0x4ff004[_0x36bb2f(0x1c1)],'ParameterValue':global_registry[_0x36bb2f(0x1a9)]},{'ParameterKey':_0x4ff004[_0x36bb2f(0x1b6)],'ParameterValue':_0x510281+_0x36bb2f(0x209)}],_0x2f4c0f[_0x36bb2f(0x1de)]=[_0x4ff004[_0x36bb2f(0x251)]],_0x2f4c0f[_0x36bb2f(0x237)]=_0x2d82d2;const _0x2a157a=_0x2f4c0f;if(_0x4ff004[_0x36bb2f(0x235)](_0x59c5f6,null)&&_0x4ff004[_0x36bb2f(0x242)](_0x59c5f6,undefined)){if(_0x4ff004[_0x36bb2f(0x1dd)](_0x4ff004[_0x36bb2f(0x1e4)],_0x4ff004[_0x36bb2f(0x206)])){const _0xd8faaf={};_0xd8faaf[_0x36bb2f(0x1d4)]=_0x4ff004[_0x36bb2f(0x1bf)],_0xd8faaf[_0x36bb2f(0x200)]=_0x59c5f6,_0x2a157a['Parameters'][_0x36bb2f(0x250)](_0xd8faaf);}else{const _0x1cdb2d={};_0x1cdb2d[_0x36bb2f(0x1d4)]=_0x4ff004[_0x36bb2f(0x1bf)],_0x1cdb2d['ParameterValue']=_0x1015f8,_0xd803df['Parameters'][_0x36bb2f(0x250)](_0x1cdb2d);}}if(_0x4ff004[_0x36bb2f(0x235)](_0x1d9b4f,null)&&_0x4ff004[_0x36bb2f(0x242)](_0x1d9b4f,undefined)){let _0x4f3911=0x1;_0x1d9b4f[_0x36bb2f(0x22f)](_0x41cc3a=>{const _0xc893f2=_0x36bb2f;_0x2a157a['Parameters']['push']({'ParameterKey':_0xc893f2(0x1e3)+_0x4ff004[_0xc893f2(0x22c)](String,_0x4f3911)[_0xc893f2(0x1c6)](0x2,'0'),'ParameterValue':_0x41cc3a[_0xc893f2(0x21d)]}),_0x4f3911+=0x1;});}const _0x395e6f=await _0x3d4d74[_0x36bb2f(0x201)](_0x2a157a)['promise']();logger[_0x36bb2f(0x204)](_0x4ff004[_0x36bb2f(0x1ed)]);const _0x4535de={};return _0x4535de[_0x36bb2f(0x1f8)]=_0x395e6f[_0x36bb2f(0x1d3)],_0x3d4d74[_0x36bb2f(0x1f3)](_0x4ff004['TpMcW'],_0x4535de)['promise']();};
@@ -1 +1 @@
1
- const a28_0x3cf50d=a28_0x1cd7;(function(_0x1f4967,_0x3995cb){const _0x1dd78f=a28_0x1cd7,_0x55af03=_0x1f4967();while(!![]){try{const _0x645178=parseInt(_0x1dd78f(0xcc))/0x1*(-parseInt(_0x1dd78f(0xc1))/0x2)+-parseInt(_0x1dd78f(0xb6))/0x3+parseInt(_0x1dd78f(0xc9))/0x4*(parseInt(_0x1dd78f(0xb7))/0x5)+parseInt(_0x1dd78f(0xd5))/0x6+parseInt(_0x1dd78f(0xd6))/0x7*(parseInt(_0x1dd78f(0xa8))/0x8)+parseInt(_0x1dd78f(0xc7))/0x9*(parseInt(_0x1dd78f(0xbc))/0xa)+-parseInt(_0x1dd78f(0xb2))/0xb;if(_0x645178===_0x3995cb)break;else _0x55af03['push'](_0x55af03['shift']());}catch(_0x61dfd5){_0x55af03['push'](_0x55af03['shift']());}}}(a28_0xf32c,0xc1595));const fs=require('fs'),path=require('path'),Promise=require(a28_0x3cf50d(0xaa)),yaml=require(a28_0x3cf50d(0xca)),{CLOUDFORMATION_SCHEMA}=require(a28_0x3cf50d(0xa4)),AWS=require(a28_0x3cf50d(0xb3))[a28_0x3cf50d(0xd2)],AWSUtils=require(a28_0x3cf50d(0xb3)),{CLUSTER_HUB_HA_STACK_NAME,COMMON_HST_TAGS}=require(a28_0x3cf50d(0xab)),{logger}=require(a28_0x3cf50d(0xc5));Promise[a28_0x3cf50d(0xad)](fs);function a28_0xf32c(){const _0x32831f=['lvvsS','stringify','ClusterOIDCURL','join','awsObj','CAPABILITY_NAMED_IAM','Properties','7975860vPxwIA','28XktGeB','HsMdw','createStack','toString','Capabilities','info','apiVersion','Key','vYApH','js-yaml-cloudformation-schema','browserstack:cluster','-cf','lGvci','2006344jyGLXZ','promise','bluebird','../config/constants','XwrPh','promisifyAll','createHubHaStack','OnFailure','Resources','browserstack:creationDate','12456037IEeTZa','./AWSUtils','://','load','3995961GqLTqA','101055hygxOb','VpcId','push','2010-05-15','StackName','841270uGOcCV','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','sycIX','eyrfl','FYBTG','75332GQplXB','BaseResourceName','oRurJ','stackCreateComplete','../config/logger','split','135BslfZR','CeiOn','112hyRTzo','js-yaml','waitFor','24GstLmg','KbxyV'];a28_0xf32c=function(){return _0x32831f;};return a28_0xf32c();}function a28_0x1cd7(_0x2f1e3f,_0x267d22){const _0xf32cf8=a28_0xf32c();return a28_0x1cd7=function(_0x1cd79d,_0x5806e8){_0x1cd79d=_0x1cd79d-0x9e;let _0xe28474=_0xf32cf8[_0x1cd79d];return _0xe28474;},a28_0x1cd7(_0x2f1e3f,_0x267d22);}const addTags=async(_0x36020e,_0x462cad)=>{const _0x35dab2=a28_0x3cf50d;for(const _0x56fa02 in _0x36020e[_0x35dab2(0xb0)]){_0x36020e[_0x35dab2(0xb0)][_0x56fa02][_0x35dab2(0xd4)]&&_0x36020e[_0x35dab2(0xb0)][_0x56fa02][_0x35dab2(0xd4)]['Tags']&&_0x36020e[_0x35dab2(0xb0)][_0x56fa02][_0x35dab2(0xd4)]['Tags'][_0x35dab2(0xb9)](..._0x462cad);}};exports[a28_0x3cf50d(0xae)]=async(_0x552d70,_0x3551c6=null)=>{const _0x5eedf0=a28_0x3cf50d,_0x25048b={'CeiOn':_0x5eedf0(0xa5),'oRurJ':_0x5eedf0(0xb1),'wGMVp':_0x5eedf0(0xba),'sycIX':'CFTemplates','ySZPW':'hub-ha.yaml','HsMdw':'utf-8','eyrfl':function(_0x1cee7b,_0x227b55,_0x1ca188){return _0x1cee7b(_0x227b55,_0x1ca188);},'KbxyV':_0x5eedf0(0xb4),'ELAXl':'DELETE','lGvci':_0x5eedf0(0xb8),'FYBTG':_0x5eedf0(0xc2),'XwrPh':_0x5eedf0(0xd0),'HWZTq':_0x5eedf0(0xd3),'vYApH':_0x5eedf0(0xbd),'lvvsS':_0x5eedf0(0xc4)},_0x10ab7a=COMMON_HST_TAGS,_0x5eb3df={};_0x5eb3df[_0x5eedf0(0xa2)]=_0x25048b[_0x5eedf0(0xc8)],_0x5eb3df['Value']=_0x552d70,_0x10ab7a[_0x5eedf0(0xb9)](_0x5eb3df),_0x10ab7a[_0x5eedf0(0xb9)]({'Key':_0x25048b[_0x5eedf0(0xc3)],'Value':new Date()['valueOf']()[_0x5eedf0(0x9e)]()});const _0xe9112={};_0xe9112[_0x5eedf0(0xa1)]=_0x25048b['wGMVp'];const _0xb6ce27=new AWS['CloudFormation'](_0xe9112),_0x32f18c=await fs['readFileAsync'](path[_0x5eedf0(0xd1)](__dirname,'..',_0x25048b[_0x5eedf0(0xbe)],_0x25048b['ySZPW']),_0x25048b[_0x5eedf0(0xd7)]),_0x4b5555={};_0x4b5555['schema']=CLOUDFORMATION_SCHEMA;const _0x3019f2=yaml[_0x5eedf0(0xb5)](_0x32f18c,_0x4b5555);await _0x25048b[_0x5eedf0(0xbf)](addTags,_0x3019f2,_0x10ab7a);const _0x13d1f4=JSON[_0x5eedf0(0xcf)](_0x3019f2);let _0x3b2231=await AWSUtils['getOidcUrl'](_0x552d70);_0x3b2231=_0x3b2231[_0x5eedf0(0xc6)](_0x25048b[_0x5eedf0(0xcd)])[0x1];const _0x166b85={};_0x166b85['StackName']=CLUSTER_HUB_HA_STACK_NAME+'-'+_0x552d70+_0x5eedf0(0xa6),_0x166b85[_0x5eedf0(0xaf)]=_0x25048b['ELAXl'],_0x166b85['TemplateBody']=_0x13d1f4,_0x166b85['Parameters']=[{'ParameterKey':_0x25048b[_0x5eedf0(0xa7)],'ParameterValue':_0x3551c6},{'ParameterKey':_0x25048b[_0x5eedf0(0xc0)],'ParameterValue':CLUSTER_HUB_HA_STACK_NAME+'-'+_0x552d70},{'ParameterKey':_0x25048b[_0x5eedf0(0xac)],'ParameterValue':_0x3b2231}],_0x166b85[_0x5eedf0(0x9f)]=[_0x25048b['HWZTq']],_0x166b85['Tags']=_0x10ab7a;const _0x5657a2=_0x166b85,_0x4f99ac=await _0xb6ce27[_0x5eedf0(0xd8)](_0x5657a2)[_0x5eedf0(0xa9)]();logger[_0x5eedf0(0xa0)](_0x25048b[_0x5eedf0(0xa3)]);const _0x1309ee={};return _0x1309ee[_0x5eedf0(0xbb)]=_0x4f99ac['StackId'],_0xb6ce27[_0x5eedf0(0xcb)](_0x25048b[_0x5eedf0(0xce)],_0x1309ee)[_0x5eedf0(0xa9)]();};
1
+ function a28_0x5ce0(){const _0x2554bd=['xRxIh','VpcId','./AWSUtils','js-yaml-cloudformation-schema','lCVtv','5092bCacex','1711080axLETa','../config/logger','yoJvF','schema','DCrQT','StackName','2495gpjeKL','PYfHT','nPLlf','-cf','djgcl','DELETE','createHubHaStack','StackId','bluebird','CFTemplates','Properties','waitFor','Resources','Tags','CAPABILITY_NAMED_IAM','promisifyAll','4033216nUttuA','XqONA','valueOf','browserstack:cluster','promise','2373JRIMal','gqMRd','8941032tCmjyp','push','awsObj','AKjsx','readFileAsync','stringify','BsEQO','BaseResourceName','split','stackCreateComplete','Value','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','831918YmKRQW','aIACE','getOidcUrl','join','browserstack:creationDate','info','qVkjp','324RNRFVa','vLXro','429665nwEsNo','MbEIK','Parameters','Capabilities','../config/constants'];a28_0x5ce0=function(){return _0x2554bd;};return a28_0x5ce0();}function a28_0x22ac(_0xba8a11,_0x238df0){const _0x5ce09d=a28_0x5ce0();return a28_0x22ac=function(_0x22ac86,_0x3cae29){_0x22ac86=_0x22ac86-0x116;let _0x405758=_0x5ce09d[_0x22ac86];return _0x405758;},a28_0x22ac(_0xba8a11,_0x238df0);}const a28_0x1e302b=a28_0x22ac;(function(_0x1a217b,_0x286bb2){const _0x4cca9b=a28_0x22ac,_0x684e67=_0x1a217b();while(!![]){try{const _0x304824=parseInt(_0x4cca9b(0x14a))/0x1+-parseInt(_0x4cca9b(0x141))/0x2+parseInt(_0x4cca9b(0x118))/0x3+-parseInt(_0x4cca9b(0x117))/0x4*(parseInt(_0x4cca9b(0x11e))/0x5)+-parseInt(_0x4cca9b(0x148))/0x6*(parseInt(_0x4cca9b(0x133))/0x7)+-parseInt(_0x4cca9b(0x12e))/0x8+parseInt(_0x4cca9b(0x135))/0x9;if(_0x304824===_0x286bb2)break;else _0x684e67['push'](_0x684e67['shift']());}catch(_0x4a259){_0x684e67['push'](_0x684e67['shift']());}}}(a28_0x5ce0,0x667f5));const fs=require('fs'),path=require('path'),Promise=require(a28_0x1e302b(0x126)),yaml=require('js-yaml'),{CLOUDFORMATION_SCHEMA}=require(a28_0x1e302b(0x152)),AWS=require(a28_0x1e302b(0x151))[a28_0x1e302b(0x137)],AWSUtils=require(a28_0x1e302b(0x151)),{CLUSTER_HUB_HA_STACK_NAME,COMMON_HST_TAGS}=require(a28_0x1e302b(0x14e)),{logger}=require(a28_0x1e302b(0x119));Promise[a28_0x1e302b(0x12d)](fs);const addTags=async(_0x47fd6e,_0x4faeaf)=>{const _0x544627=a28_0x1e302b;for(const _0x2558f8 in _0x47fd6e['Resources']){_0x47fd6e[_0x544627(0x12a)][_0x2558f8][_0x544627(0x128)]&&_0x47fd6e[_0x544627(0x12a)][_0x2558f8][_0x544627(0x128)][_0x544627(0x12b)]&&_0x47fd6e[_0x544627(0x12a)][_0x2558f8][_0x544627(0x128)][_0x544627(0x12b)][_0x544627(0x136)](..._0x4faeaf);}};exports[a28_0x1e302b(0x124)]=async(_0x1e036a,_0x29ae4c=null)=>{const _0x5683fc=a28_0x1e302b,_0x428481={'qVkjp':_0x5683fc(0x131),'djgcl':_0x5683fc(0x145),'gqMRd':'2010-05-15','aIACE':_0x5683fc(0x127),'AKjsx':'hub-ha.yaml','XqONA':'utf-8','xRxIh':function(_0x1644b3,_0x1e1333,_0x5eb15b){return _0x1644b3(_0x1e1333,_0x5eb15b);},'yoJvF':'://','DCrQT':_0x5683fc(0x123),'lCVtv':_0x5683fc(0x150),'PYfHT':_0x5683fc(0x13c),'nPLlf':'ClusterOIDCURL','BsEQO':_0x5683fc(0x12c),'vLXro':_0x5683fc(0x140),'MbEIK':_0x5683fc(0x13e)},_0x3c8a5b=COMMON_HST_TAGS,_0x37ff28={};_0x37ff28['Key']=_0x428481[_0x5683fc(0x147)],_0x37ff28[_0x5683fc(0x13f)]=_0x1e036a,_0x3c8a5b['push'](_0x37ff28),_0x3c8a5b['push']({'Key':_0x428481[_0x5683fc(0x122)],'Value':new Date()[_0x5683fc(0x130)]()['toString']()});const _0x4d01e9={};_0x4d01e9['apiVersion']=_0x428481[_0x5683fc(0x134)];const _0xbd564=new AWS['CloudFormation'](_0x4d01e9),_0x5230c2=await fs[_0x5683fc(0x139)](path[_0x5683fc(0x144)](__dirname,'..',_0x428481[_0x5683fc(0x142)],_0x428481[_0x5683fc(0x138)]),_0x428481[_0x5683fc(0x12f)]),_0x144865={};_0x144865[_0x5683fc(0x11b)]=CLOUDFORMATION_SCHEMA;const _0x3781cc=yaml['load'](_0x5230c2,_0x144865);await _0x428481[_0x5683fc(0x14f)](addTags,_0x3781cc,_0x3c8a5b);const _0x4182ab=JSON[_0x5683fc(0x13a)](_0x3781cc);let _0x207894=await AWSUtils[_0x5683fc(0x143)](_0x1e036a);_0x207894=_0x207894[_0x5683fc(0x13d)](_0x428481[_0x5683fc(0x11a)])[0x1];const _0x3fb375={};_0x3fb375[_0x5683fc(0x11d)]=CLUSTER_HUB_HA_STACK_NAME+'-'+_0x1e036a+_0x5683fc(0x121),_0x3fb375['OnFailure']=_0x428481[_0x5683fc(0x11c)],_0x3fb375['TemplateBody']=_0x4182ab,_0x3fb375[_0x5683fc(0x14c)]=[{'ParameterKey':_0x428481[_0x5683fc(0x116)],'ParameterValue':_0x29ae4c},{'ParameterKey':_0x428481[_0x5683fc(0x11f)],'ParameterValue':CLUSTER_HUB_HA_STACK_NAME+'-'+_0x1e036a},{'ParameterKey':_0x428481[_0x5683fc(0x120)],'ParameterValue':_0x207894}],_0x3fb375[_0x5683fc(0x14d)]=[_0x428481[_0x5683fc(0x13b)]],_0x3fb375[_0x5683fc(0x12b)]=_0x3c8a5b;const _0x2f6bc4=_0x3fb375,_0x5e53f6=await _0xbd564['createStack'](_0x2f6bc4)['promise']();logger[_0x5683fc(0x146)](_0x428481[_0x5683fc(0x149)]);const _0x168e18={};return _0x168e18[_0x5683fc(0x11d)]=_0x5e53f6[_0x5683fc(0x125)],_0xbd564[_0x5683fc(0x129)](_0x428481[_0x5683fc(0x14b)],_0x168e18)[_0x5683fc(0x132)]();};
@@ -1 +1 @@
1
- function a29_0x3a13(){const _0x108934=['insecure-skip-tls-verify','RbacAuthorizationV1Api','GSZVN','yZcyF','HpdTu','AppsV1Api','CoreV1Api','createK8sClient','js-yaml','existsSync','2424UlUXrN','makeApiClient','155007rnZKoK','clusters','KubeConfig','2481650OlXAnR','105011SEhybu','@kubernetes/client-node','./utilityMethods','20QGpjrA','dump','cluster','getKubeConfigData','10782CgzMaX','1688346RpJMBs','2848650Uvkhty','4RGYVFm','promisifyAll','bluebird','3699661xCSMvi','6DQMTbb'];a29_0x3a13=function(){return _0x108934;};return a29_0x3a13();}const a29_0x44b1e0=a29_0xa778;function a29_0xa778(_0x4cd4ad,_0x4c94fe){const _0x3a13f6=a29_0x3a13();return a29_0xa778=function(_0xa77816,_0x42c012){_0xa77816=_0xa77816-0x140;let _0x3b6291=_0x3a13f6[_0xa77816];return _0x3b6291;},a29_0xa778(_0x4cd4ad,_0x4c94fe);}(function(_0x25823a,_0x24ad6b){const _0x47d519=a29_0xa778,_0x2cf864=_0x25823a();while(!![]){try{const _0x112012=-parseInt(_0x47d519(0x140))/0x1*(parseInt(_0x47d519(0x14a))/0x2)+-parseInt(_0x47d519(0x15b))/0x3*(-parseInt(_0x47d519(0x143))/0x4)+-parseInt(_0x47d519(0x15e))/0x5*(parseInt(_0x47d519(0x14e))/0x6)+parseInt(_0x47d519(0x14d))/0x7+parseInt(_0x47d519(0x159))/0x8*(parseInt(_0x47d519(0x147))/0x9)+-parseInt(_0x47d519(0x149))/0xa+parseInt(_0x47d519(0x148))/0xb;if(_0x112012===_0x24ad6b)break;else _0x2cf864['push'](_0x2cf864['shift']());}catch(_0x2501cf){_0x2cf864['push'](_0x2cf864['shift']());}}}(a29_0x3a13,0x4c343));const fs=require('fs'),yaml=require(a29_0x44b1e0(0x157)),Promise=require(a29_0x44b1e0(0x14c)),{getDirForConfig}=require(a29_0x44b1e0(0x142));Promise[a29_0x44b1e0(0x14b)](fs),exports[a29_0x44b1e0(0x156)]=async(_0x444b16,_0x595c4c)=>{const _0x5133e7=a29_0x44b1e0,_0x1803ca={'GSZVN':function(_0x106c46){return _0x106c46();},'yZcyF':_0x5133e7(0x14f),'HpdTu':_0x5133e7(0x141)},_0x24781a=_0x1803ca[_0x5133e7(0x151)](getDirForConfig);!fs[_0x5133e7(0x158)](_0x24781a)&&fs['mkdirSync'](_0x24781a);let _0x5402e5=await _0x444b16[_0x5133e7(0x146)]();if(_0x595c4c){const _0x3d2580=yaml['load'](_0x5402e5);_0x3d2580[_0x5133e7(0x15c)][0x0][_0x5133e7(0x145)][_0x1803ca[_0x5133e7(0x152)]]=!![],_0x5402e5=yaml[_0x5133e7(0x144)](_0x3d2580);}const _0x153dce=await import(_0x1803ca[_0x5133e7(0x153)]),_0x3f71fd=new _0x153dce[(_0x5133e7(0x15d))]();_0x3f71fd['loadFromString'](_0x5402e5);const _0x1df116=_0x3f71fd[_0x5133e7(0x15a)](_0x153dce[_0x5133e7(0x155)]),_0x428f8c=_0x3f71fd['makeApiClient'](_0x153dce[_0x5133e7(0x154)]),_0x4ced66=_0x3f71fd[_0x5133e7(0x15a)](_0x153dce['NetworkingV1Api']),_0x40b116=_0x3f71fd[_0x5133e7(0x15a)](_0x153dce[_0x5133e7(0x150)]),_0x7b6e37=_0x3f71fd[_0x5133e7(0x15a)](_0x153dce['ApiregistrationV1Api']),_0x549b7d=_0x3f71fd['makeApiClient'](_0x153dce['StorageV1Api']);return[_0x1df116,_0x428f8c,_0x4ced66,_0x40b116,_0x7b6e37,_0x549b7d,_0x3f71fd];};
1
+ const a29_0x49adc0=a29_0x3db5;function a29_0x534b(){const _0x35f65b=['./utilityMethods','getKubeConfigData','promisifyAll','mkdirSync','CoreV1Api','480jSSpIQ','35544DivRHX','2124rqRscY','createK8sClient','NetworkingV1Api','cluster','63077pHSYwr','bluebird','ApiregistrationV1Api','makeApiClient','loadFromString','4wiiBzT','1373752SIoImG','FJroj','@kubernetes/client-node','KubeConfig','120awUPdS','11dCcvXo','81qrEcxQ','5876FYniey','dump','RbacAuthorizationV1Api','22835USNrIU','pQHZw','4492572XoOuGI'];a29_0x534b=function(){return _0x35f65b;};return a29_0x534b();}function a29_0x3db5(_0x38982f,_0x5a30f2){const _0x534ba3=a29_0x534b();return a29_0x3db5=function(_0x3db530,_0x2eb138){_0x3db530=_0x3db530-0xba;let _0x3280a7=_0x534ba3[_0x3db530];return _0x3280a7;},a29_0x3db5(_0x38982f,_0x5a30f2);}(function(_0x5c7e92,_0x3a027c){const _0x1b6f8d=a29_0x3db5,_0x5f2621=_0x5c7e92();while(!![]){try{const _0x18813b=parseInt(_0x1b6f8d(0xbb))/0x1+-parseInt(_0x1b6f8d(0xcd))/0x2*(-parseInt(_0x1b6f8d(0xcc))/0x3)+parseInt(_0x1b6f8d(0xc5))/0x4*(parseInt(_0x1b6f8d(0xd0))/0x5)+-parseInt(_0x1b6f8d(0xca))/0x6*(parseInt(_0x1b6f8d(0xc0))/0x7)+-parseInt(_0x1b6f8d(0xc6))/0x8+parseInt(_0x1b6f8d(0xbc))/0x9*(parseInt(_0x1b6f8d(0xba))/0xa)+parseInt(_0x1b6f8d(0xcb))/0xb*(parseInt(_0x1b6f8d(0xd2))/0xc);if(_0x18813b===_0x3a027c)break;else _0x5f2621['push'](_0x5f2621['shift']());}catch(_0x45c5be){_0x5f2621['push'](_0x5f2621['shift']());}}}(a29_0x534b,0x25677));const fs=require('fs'),yaml=require('js-yaml'),Promise=require(a29_0x49adc0(0xc1)),{getDirForConfig}=require(a29_0x49adc0(0xd3));Promise[a29_0x49adc0(0xd5)](fs),exports[a29_0x49adc0(0xbd)]=async(_0x361ed7,_0x596dc5)=>{const _0x44edb3=a29_0x49adc0,_0x1bccf1={'FJroj':function(_0x32dde7){return _0x32dde7();},'Skora':'insecure-skip-tls-verify','pQHZw':_0x44edb3(0xc8)},_0x3c3c04=_0x1bccf1[_0x44edb3(0xc7)](getDirForConfig);!fs['existsSync'](_0x3c3c04)&&fs[_0x44edb3(0xd6)](_0x3c3c04);let _0x1e19e7=await _0x361ed7[_0x44edb3(0xd4)]();if(_0x596dc5){const _0x4957b8=yaml['load'](_0x1e19e7);_0x4957b8['clusters'][0x0][_0x44edb3(0xbf)][_0x1bccf1['Skora']]=!![],_0x1e19e7=yaml[_0x44edb3(0xce)](_0x4957b8);}const _0x383c74=await import(_0x1bccf1[_0x44edb3(0xd1)]),_0x35db41=new _0x383c74[(_0x44edb3(0xc9))]();_0x35db41[_0x44edb3(0xc4)](_0x1e19e7);const _0x2aa082=_0x35db41[_0x44edb3(0xc3)](_0x383c74[_0x44edb3(0xd7)]),_0x5d77a5=_0x35db41['makeApiClient'](_0x383c74['AppsV1Api']),_0x204f83=_0x35db41[_0x44edb3(0xc3)](_0x383c74[_0x44edb3(0xbe)]),_0x47ddbb=_0x35db41[_0x44edb3(0xc3)](_0x383c74[_0x44edb3(0xcf)]),_0x1631a4=_0x35db41['makeApiClient'](_0x383c74[_0x44edb3(0xc2)]),_0x5c5e14=_0x35db41[_0x44edb3(0xc3)](_0x383c74['StorageV1Api']);return[_0x2aa082,_0x5d77a5,_0x204f83,_0x47ddbb,_0x1631a4,_0x5c5e14,_0x35db41];};
@@ -1 +1 @@
1
- function a30_0x17d9(_0x29f6bc,_0x32e45b){const _0x5d6196=a30_0x5d61();return a30_0x17d9=function(_0x17d991,_0x3c5d21){_0x17d991=_0x17d991-0xc9;let _0x1180a0=_0x5d6196[_0x17d991];return _0x1180a0;},a30_0x17d9(_0x29f6bc,_0x32e45b);}const a30_0x5d27ed=a30_0x17d9;(function(_0x5972d5,_0x1fd4fc){const _0x438632=a30_0x17d9,_0x2afd44=_0x5972d5();while(!![]){try{const _0x177a78=parseInt(_0x438632(0xda))/0x1*(parseInt(_0x438632(0xea))/0x2)+-parseInt(_0x438632(0xd7))/0x3*(parseInt(_0x438632(0xd1))/0x4)+parseInt(_0x438632(0xd9))/0x5*(-parseInt(_0x438632(0xd6))/0x6)+parseInt(_0x438632(0xc9))/0x7*(parseInt(_0x438632(0xcc))/0x8)+-parseInt(_0x438632(0xdc))/0x9+-parseInt(_0x438632(0xcf))/0xa*(-parseInt(_0x438632(0xcd))/0xb)+parseInt(_0x438632(0xdd))/0xc;if(_0x177a78===_0x1fd4fc)break;else _0x2afd44['push'](_0x2afd44['shift']());}catch(_0x2f6a37){_0x2afd44['push'](_0x2afd44['shift']());}}}(a30_0x5d61,0x80c70));const {logger}=require(a30_0x5d27ed(0xce)),awsSDK=require(a30_0x5d27ed(0xca)),{global_registry}=require(a30_0x5d27ed(0xe5));exports[a30_0x5d27ed(0xe9)]=async _0x4d5389=>{const _0x30e6b3=a30_0x5d27ed,_0x370506={};_0x370506[_0x30e6b3(0xe4)]=_0x30e6b3(0xe3),_0x370506[_0x30e6b3(0xd8)]=_0x30e6b3(0xeb),_0x370506['xHOaf']='Error\x20deleting\x20EFS\x20mount\x20targets:';const _0x1581a2=_0x370506;try{const _0x5be0e9={};_0x5be0e9['region']=global_registry[_0x30e6b3(0xd4)];const _0x290c3f=new awsSDK['EFS'](_0x5be0e9),_0xc5273b=_0x4d5389[_0x30e6b3(0xe6)](_0x27640f=>_0x27640f[_0x30e6b3(0xd5)]===_0x30e6b3(0xd2))?.[_0x30e6b3(0xe7)];if(_0xc5273b){logger['info'](_0x30e6b3(0xec)+_0xc5273b+_0x30e6b3(0xd3));const _0x16e914={};_0x16e914['FileSystemId']=_0xc5273b;const _0x23a7fa=_0x16e914,_0xe47b73=await _0x290c3f[_0x30e6b3(0xe1)](_0x23a7fa)[_0x30e6b3(0xe2)]();if(_0xe47b73)for(const _0x5263b9 of _0xe47b73['MountTargets']){const _0x1b9e8e={};_0x1b9e8e[_0x30e6b3(0xdb)]=_0x5263b9[_0x30e6b3(0xdb)];const _0x5c307c=_0x1b9e8e;await _0x290c3f[_0x30e6b3(0xdf)](_0x5c307c)['promise'](),logger['info'](_0x30e6b3(0xe8)+_0x5263b9[_0x30e6b3(0xdb)]+_0x30e6b3(0xcb));}else logger[_0x30e6b3(0xd0)](_0x1581a2['aAUxz']);}else logger[_0x30e6b3(0xd0)](_0x1581a2[_0x30e6b3(0xd8)]);}catch(_0x30411d){logger[_0x30e6b3(0xde)](_0x1581a2[_0x30e6b3(0xe0)],_0x30411d);}};function a30_0x5d61(){const _0x3bbe7e=['614616ngvfAh','358182gaKEGZ','../config/logger','120XnyqUh','info','1684588BjpfJX','EFSFileSystemId','.\x20Deleting\x20mount\x20targets...','clusterRegion','OutputKey','48EYyxEw','3IOYZrR','yyuFL','68410RiomeG','326033yeFdGv','MountTargetId','3810654DNWNlP','429732OdsrQr','error','deleteMountTarget','xHOaf','describeMountTargets','promise','No\x20Mount\x20targets\x20found\x20for\x20the\x20EFS\x20FileSystem\x20ID,\x20skipping\x20mount\x20target\x20deletion.','aAUxz','../config/constants','find','OutputValue','Mount\x20target\x20','deleteEFSMountTarget','6wuqvqJ','No\x20EFS\x20FileSystem\x20ID\x20found\x20in\x20stack\x20outputs,\x20skipping\x20mount\x20target\x20deletion.','EFS\x20FileSystem\x20ID\x20found:\x20','7WxgVjp','aws-sdk','\x20deleted\x20successfully'];a30_0x5d61=function(){return _0x3bbe7e;};return a30_0x5d61();}
1
+ const a30_0x2315a5=a30_0x5683;function a30_0x5683(_0x2b0851,_0x1a1484){const _0xdb6340=a30_0xdb63();return a30_0x5683=function(_0x5683cd,_0x32764d){_0x5683cd=_0x5683cd-0x70;let _0x16e0d1=_0xdb6340[_0x5683cd];return _0x16e0d1;},a30_0x5683(_0x2b0851,_0x1a1484);}(function(_0x441394,_0xa2e889){const _0x29ac36=a30_0x5683,_0x2f284e=_0x441394();while(!![]){try{const _0x9a8625=parseInt(_0x29ac36(0x89))/0x1*(parseInt(_0x29ac36(0x80))/0x2)+parseInt(_0x29ac36(0x70))/0x3+parseInt(_0x29ac36(0x8c))/0x4+parseInt(_0x29ac36(0x7c))/0x5+-parseInt(_0x29ac36(0x76))/0x6+-parseInt(_0x29ac36(0x8f))/0x7*(parseInt(_0x29ac36(0x78))/0x8)+parseInt(_0x29ac36(0x74))/0x9*(-parseInt(_0x29ac36(0x86))/0xa);if(_0x9a8625===_0xa2e889)break;else _0x2f284e['push'](_0x2f284e['shift']());}catch(_0x35e53f){_0x2f284e['push'](_0x2f284e['shift']());}}}(a30_0xdb63,0xef7b0));function a30_0xdb63(){const _0x34d5f3=['promise','7799238vHWTUb','duZoA','5035530FooUTV','UosFJ','392zyPOSy','OutputValue','describeMountTargets','\x20deleted\x20successfully','4711670okmYnE','Error\x20deleting\x20EFS\x20mount\x20targets:','info','MountTargets','2AEqcgR','OutputKey','No\x20Mount\x20targets\x20found\x20for\x20the\x20EFS\x20FileSystem\x20ID,\x20skipping\x20mount\x20target\x20deletion.','find','../config/constants','error','20NUzFSZ','aws-sdk','clusterRegion','139221LoCbtp','Mount\x20target\x20','No\x20EFS\x20FileSystem\x20ID\x20found\x20in\x20stack\x20outputs,\x20skipping\x20mount\x20target\x20deletion.','3065476YMhiPg','deleteEFSMountTarget','MountTargetId','1351eXhkYT','5144592zuAgAc','eEfzw','region'];a30_0xdb63=function(){return _0x34d5f3;};return a30_0xdb63();}const {logger}=require('../config/logger'),awsSDK=require(a30_0x2315a5(0x87)),{global_registry}=require(a30_0x2315a5(0x84));exports[a30_0x2315a5(0x8d)]=async _0xa9529=>{const _0x42ec1c=a30_0x2315a5,_0x1d7a90={};_0x1d7a90[_0x42ec1c(0x77)]=_0x42ec1c(0x82),_0x1d7a90['duZoA']=_0x42ec1c(0x8b),_0x1d7a90['eEfzw']=_0x42ec1c(0x7d);const _0x43e389=_0x1d7a90;try{const _0x3623ee={};_0x3623ee[_0x42ec1c(0x72)]=global_registry[_0x42ec1c(0x88)];const _0x308be4=new awsSDK['EFS'](_0x3623ee),_0xa1f002=_0xa9529[_0x42ec1c(0x83)](_0x14748c=>_0x14748c[_0x42ec1c(0x81)]==='EFSFileSystemId')?.[_0x42ec1c(0x79)];if(_0xa1f002){logger['info']('EFS\x20FileSystem\x20ID\x20found:\x20'+_0xa1f002+'.\x20Deleting\x20mount\x20targets...');const _0x521517={};_0x521517['FileSystemId']=_0xa1f002;const _0x88d549=_0x521517,_0xe1f9a3=await _0x308be4[_0x42ec1c(0x7a)](_0x88d549)[_0x42ec1c(0x73)]();if(_0xe1f9a3)for(const _0x3ef336 of _0xe1f9a3[_0x42ec1c(0x7f)]){const _0x550ee7={};_0x550ee7['MountTargetId']=_0x3ef336[_0x42ec1c(0x8e)];const _0x27c132=_0x550ee7;await _0x308be4['deleteMountTarget'](_0x27c132)[_0x42ec1c(0x73)](),logger['info'](_0x42ec1c(0x8a)+_0x3ef336[_0x42ec1c(0x8e)]+_0x42ec1c(0x7b));}else logger[_0x42ec1c(0x7e)](_0x43e389[_0x42ec1c(0x77)]);}else logger[_0x42ec1c(0x7e)](_0x43e389[_0x42ec1c(0x75)]);}catch(_0x553989){logger[_0x42ec1c(0x85)](_0x43e389[_0x42ec1c(0x71)],_0x553989);}};
@@ -1 +1 @@
1
- const a31_0x1116c1=a31_0x54ca;(function(_0x91f721,_0x2aa97c){const _0x44a1d8=a31_0x54ca,_0x215ef1=_0x91f721();while(!![]){try{const _0x29c366=parseInt(_0x44a1d8(0x14f))/0x1+-parseInt(_0x44a1d8(0x154))/0x2+parseInt(_0x44a1d8(0x150))/0x3+-parseInt(_0x44a1d8(0x15a))/0x4+parseInt(_0x44a1d8(0x162))/0x5*(-parseInt(_0x44a1d8(0x152))/0x6)+-parseInt(_0x44a1d8(0x161))/0x7+parseInt(_0x44a1d8(0x15b))/0x8;if(_0x29c366===_0x2aa97c)break;else _0x215ef1['push'](_0x215ef1['shift']());}catch(_0x182d84){_0x215ef1['push'](_0x215ef1['shift']());}}}(a31_0x3cbc,0x56bb0));const AWS=require(a31_0x1116c1(0x157))[a31_0x1116c1(0x164)],{logger}=require('../config/logger');exports['deleteClusterStack']=async _0xc9c7d1=>{const _0x2f98ea=a31_0x1116c1,_0x9a0845={};_0x9a0845[_0x2f98ea(0x151)]=_0x2f98ea(0x165),_0x9a0845[_0x2f98ea(0x15c)]=_0x2f98ea(0x155),_0x9a0845[_0x2f98ea(0x15d)]=_0x2f98ea(0x153);const _0xe8d3e2=_0x9a0845,_0x32bcae={};_0x32bcae[_0x2f98ea(0x15e)]=_0xe8d3e2[_0x2f98ea(0x151)];const _0x43d39f=new AWS[(_0x2f98ea(0x159))](_0x32bcae),_0x36cb6a={};_0x36cb6a['StackName']=_0xc9c7d1;const _0x2147c7=_0x36cb6a,_0x21b554=await _0x43d39f[_0x2f98ea(0x15f)](_0x2147c7)[_0x2f98ea(0x160)]();logger[_0x2f98ea(0x156)](_0xe8d3e2[_0x2f98ea(0x15c)]);const _0x81e0f8={};return _0x81e0f8[_0x2f98ea(0x163)]=_0xc9c7d1,_0x43d39f[_0x2f98ea(0x158)](_0xe8d3e2[_0x2f98ea(0x15d)],_0x81e0f8)['promise']();};function a31_0x54ca(_0x465d57,_0x3e0036){const _0x3cbc1f=a31_0x3cbc();return a31_0x54ca=function(_0x54ca67,_0x5c362e){_0x54ca67=_0x54ca67-0x14f;let _0x2271dd=_0x3cbc1f[_0x54ca67];return _0x2271dd;},a31_0x54ca(_0x465d57,_0x3e0036);}function a31_0x3cbc(){const _0x247be4=['2010-05-15','705397ltIPui','1216623psmqVg','RoImw','150iYULhl','stackDeleteComplete','763996JKTeKE','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','debug','./AWSUtils','waitFor','CloudFormation','257432VcSQNZ','5912512OEDnwE','MyKEQ','QgJOZ','apiVersion','deleteStack','promise','4080811GdNxEq','93085pZHeQk','StackName','awsObj'];a31_0x3cbc=function(){return _0x247be4;};return a31_0x3cbc();}
1
+ const a31_0x5ae776=a31_0x2bd7;function a31_0x2bd7(_0x1e1043,_0x34e6ef){const _0x5a04e7=a31_0x5a04();return a31_0x2bd7=function(_0x2bd72b,_0x59782d){_0x2bd72b=_0x2bd72b-0x144;let _0x1571ef=_0x5a04e7[_0x2bd72b];return _0x1571ef;},a31_0x2bd7(_0x1e1043,_0x34e6ef);}function a31_0x5a04(){const _0x2950d2=['uGDIa','5hHOVli','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','IqyEx','248ulnFIP','588732jAmxrI','28147iyfwqF','1052704aMcUXE','../config/logger','365200FrNpht','CloudFormation','oVXLK','./AWSUtils','deleteStack','waitFor','2010-05-15','promise','157334ugCSry','StackName','4510VsrjsK','1767438FrzmID','2979dIAVkz','debug'];a31_0x5a04=function(){return _0x2950d2;};return a31_0x5a04();}(function(_0x5ea842,_0x186dfe){const _0x2eebe1=a31_0x2bd7,_0x1424aa=_0x5ea842();while(!![]){try{const _0xd8260d=-parseInt(_0x2eebe1(0x14c))/0x1+parseInt(_0x2eebe1(0x144))/0x2+parseInt(_0x2eebe1(0x157))/0x3+parseInt(_0x2eebe1(0x159))/0x4+parseInt(_0x2eebe1(0x153))/0x5*(-parseInt(_0x2eebe1(0x14f))/0x6)+-parseInt(_0x2eebe1(0x158))/0x7*(-parseInt(_0x2eebe1(0x156))/0x8)+parseInt(_0x2eebe1(0x150))/0x9*(-parseInt(_0x2eebe1(0x14e))/0xa);if(_0xd8260d===_0x186dfe)break;else _0x1424aa['push'](_0x1424aa['shift']());}catch(_0x24835c){_0x1424aa['push'](_0x1424aa['shift']());}}}(a31_0x5a04,0x2866b));const AWS=require(a31_0x5ae776(0x147))['awsObj'],{logger}=require(a31_0x5ae776(0x15a));exports['deleteClusterStack']=async _0x4ce570=>{const _0x3aca6a=a31_0x5ae776,_0x22e098={};_0x22e098['IqyEx']=_0x3aca6a(0x14a),_0x22e098[_0x3aca6a(0x146)]=_0x3aca6a(0x154),_0x22e098[_0x3aca6a(0x152)]='stackDeleteComplete';const _0x5c54d1=_0x22e098,_0x21f613={};_0x21f613['apiVersion']=_0x5c54d1[_0x3aca6a(0x155)];const _0x366b58=new AWS[(_0x3aca6a(0x145))](_0x21f613),_0x56c007={};_0x56c007[_0x3aca6a(0x14d)]=_0x4ce570;const _0x25aeb2=_0x56c007,_0x4d4000=await _0x366b58[_0x3aca6a(0x148)](_0x25aeb2)[_0x3aca6a(0x14b)]();logger[_0x3aca6a(0x151)](_0x5c54d1[_0x3aca6a(0x146)]);const _0x316021={};return _0x316021[_0x3aca6a(0x14d)]=_0x4ce570,_0x366b58[_0x3aca6a(0x149)](_0x5c54d1[_0x3aca6a(0x152)],_0x316021)[_0x3aca6a(0x14b)]();};
@@ -1 +1 @@
1
- function a32_0x17d2(){const _0x1b7604=['4041752gdtwhj','../config/logger','apiVersion','awsObj','6232rpcbQb','1012210eummSj','177hGxNJJ','4340sFopAa','Tvezc','CloudFormation','promise','3483xnQbfh','48xTqhrJ','StackName','442543AuKNrF','18UHYaUk','describeClusterStack','80990pGVXuo','994716nsMimk'];a32_0x17d2=function(){return _0x1b7604;};return a32_0x17d2();}const a32_0x1afc5b=a32_0xe362;(function(_0x50757a,_0x5b9771){const _0x5703fc=a32_0xe362,_0x40e2ee=_0x50757a();while(!![]){try{const _0x4e5b3a=parseInt(_0x5703fc(0x1cd))/0x1+-parseInt(_0x5703fc(0x1d1))/0x2+-parseInt(_0x5703fc(0x1d8))/0x3*(parseInt(_0x5703fc(0x1d6))/0x4)+parseInt(_0x5703fc(0x1d7))/0x5*(parseInt(_0x5703fc(0x1ce))/0x6)+-parseInt(_0x5703fc(0x1d0))/0x7*(-parseInt(_0x5703fc(0x1cb))/0x8)+parseInt(_0x5703fc(0x1ca))/0x9*(parseInt(_0x5703fc(0x1d9))/0xa)+-parseInt(_0x5703fc(0x1d2))/0xb;if(_0x4e5b3a===_0x5b9771)break;else _0x40e2ee['push'](_0x40e2ee['shift']());}catch(_0x150641){_0x40e2ee['push'](_0x40e2ee['shift']());}}}(a32_0x17d2,0x50b27));function a32_0xe362(_0x5038f0,_0x271df1){const _0x17d274=a32_0x17d2();return a32_0xe362=function(_0xe36298,_0x40edd8){_0xe36298=_0xe36298-0x1ca;let _0x5e3c26=_0x17d274[_0xe36298];return _0x5e3c26;},a32_0xe362(_0x5038f0,_0x271df1);}const AWS=require('./AWSUtils')[a32_0x1afc5b(0x1d5)],{logger}=require(a32_0x1afc5b(0x1d3));exports[a32_0x1afc5b(0x1cf)]=async _0x4cf435=>{const _0x1d5b6c=a32_0x1afc5b,_0x4ebbd8={};_0x4ebbd8[_0x1d5b6c(0x1da)]='2010-05-15';const _0x5766c0=_0x4ebbd8,_0x111091={};_0x111091[_0x1d5b6c(0x1d4)]=_0x5766c0[_0x1d5b6c(0x1da)];const _0x1d6caf=new AWS[(_0x1d5b6c(0x1db))](_0x111091),_0xc44763={};_0xc44763[_0x1d5b6c(0x1cc)]=_0x4cf435;const _0x12539f=_0xc44763;return _0x1d6caf['describeStacks'](_0x12539f)[_0x1d5b6c(0x1dc)]();};
1
+ const a32_0x5c5c6c=a32_0x2c94;function a32_0x2c94(_0x30c5fc,_0x1a4a9a){const _0x4c57bf=a32_0x4c57();return a32_0x2c94=function(_0x2c941f,_0x4f1a5b){_0x2c941f=_0x2c941f-0x70;let _0x2859eb=_0x4c57bf[_0x2c941f];return _0x2859eb;},a32_0x2c94(_0x30c5fc,_0x1a4a9a);}function a32_0x4c57(){const _0xbc9efa=['21Tgvmjq','655740igAPMf','./AWSUtils','10593912PDqSrh','625533oabFRL','2010-05-15','888952OynTHw','CloudFormation','../config/logger','2zOjOtx','1345bwDfxA','72Oidazi','69cwiYyG','74684ciJgZN','1351460fNiCnZ','fdXIB','describeStacks','3978lQFxWt','describeClusterStack'];a32_0x4c57=function(){return _0xbc9efa;};return a32_0x4c57();}(function(_0xed56e4,_0x4189fd){const _0x2c91cf=a32_0x2c94,_0x25177f=_0xed56e4();while(!![]){try{const _0x52c533=parseInt(_0x2c91cf(0x72))/0x1*(-parseInt(_0x2c91cf(0x77))/0x2)+-parseInt(_0x2c91cf(0x7a))/0x3*(parseInt(_0x2c91cf(0x7b))/0x4)+-parseInt(_0x2c91cf(0x78))/0x5*(parseInt(_0x2c91cf(0x7f))/0x6)+parseInt(_0x2c91cf(0x81))/0x7*(parseInt(_0x2c91cf(0x74))/0x8)+-parseInt(_0x2c91cf(0x79))/0x9*(-parseInt(_0x2c91cf(0x82))/0xa)+-parseInt(_0x2c91cf(0x7c))/0xb+parseInt(_0x2c91cf(0x71))/0xc;if(_0x52c533===_0x4189fd)break;else _0x25177f['push'](_0x25177f['shift']());}catch(_0x3127b6){_0x25177f['push'](_0x25177f['shift']());}}}(a32_0x4c57,0x5de5a));const AWS=require(a32_0x5c5c6c(0x70))['awsObj'],{logger}=require(a32_0x5c5c6c(0x76));exports[a32_0x5c5c6c(0x80)]=async _0x3da8f4=>{const _0x469684=a32_0x5c5c6c,_0x376136={};_0x376136[_0x469684(0x7d)]=_0x469684(0x73);const _0x5e3c05=_0x376136,_0x3f7e6b={};_0x3f7e6b['apiVersion']=_0x5e3c05['fdXIB'];const _0x1720cb=new AWS[(_0x469684(0x75))](_0x3f7e6b),_0x2ed105={};_0x2ed105['StackName']=_0x3da8f4;const _0x654d31=_0x2ed105;return _0x1720cb[_0x469684(0x7e)](_0x654d31)['promise']();};