browserstack-node-sdk 1.49.8 → 1.49.10

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 (186) 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 +5 -2
  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/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a25_0x2b0eb3=a25_0x4a2d;function a25_0xbfdf(){const _0x26037a=['imlGi','qrMad','dZZyA','pyhxK','CyYNj','HDgkC','Bucket:\x20','ArAVS','Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20','EkMUM','wphrO','GEVOs','WtJjg','IgmIt','lzhLQ','jtNUs','qkcKU','describeVpcs','rfzIz','QXcbV','lqEGg','biDSj','1602537ajuBIu','cPVQH','LPYbj','isBucketPresent','WxGmj','XJPYV','czTGC','AVfwe','iCmKV','oidc','ITsvY','NjZbl','WrQKY','TRAkG','\x20already\x20exists.\x20Skipping\x20Bucket\x20creation','describeSecurityGroups','RSBBo','nFjNz','CuBFW','14IyXehf','YHHOP','Bucket','OuShQ','lzpFu','jZyzh','headBucket','GlPyn','oVzBt','BpntJ','describeSubnets','NpWKh','lPAwp','EC2','fBXsE','712758CwwUAq','WYbTT','UoaUi','vYMwe','IuhAA','lZgDM','DGGaJ','name','YQDyn','kMbfL','cJOHU','VUYAb','2340486xJFyqn','aNKIe','RrNkC','JIWrB','error','obSpQ','GVjbN','ifXZp','cluster','jNTgY','fetchSecurityGroups','describeRegions','udPfh','xTLLK','region','VcJWj','UwmeS','describeCluster','LcMhC','upcPp','info','LwgzG','EKS','KNtvL','zZmfa','ZUBJm','SCncZ','Ubokp','eSidh','GKQxJ','gUmYb','13385bNyFMt','2016-11-15','fXZEu','vksDN','SxfbX','catch','KHcQP','GnpBd','hkRWO','identity','imJrZ','IwWtG','oWBOO','NJZUs','YBLcY','qqNkN','JVVhj','beZUR','853520psQyUe','hwUNw','IHsSk','gINfl','Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20','then','ZfAtG','Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20','xoJqg','qWIEI','isGkA','VsnVW','XiPiH','fetchSubnets','sTqbB','cHqTW','sTuyR','PONrV','QRwCo','nVIMe','EFRbL','apiVersion','Regions','SiDNT','VIyEj','fetchVPCs','XnQpm','obPLf','gmYeh','aws-sdk','lHiFl','Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20','jaKtN','Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20','EteuX','FvMVR','txTVW','WYBrO','qVQya','SoFsd','ZOGEh','7264280eDhUMJ','ROOqp','tWpzL','vxSfD','GAbmq','warn','iiTzI','\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket','zOrHW','promise','eAEas','yHKIR','cNtwV','roLNF','vMxhZ','issuer','qahNW','gpvtA','2195864JTlKtv'];a25_0xbfdf=function(){return _0x26037a;};return a25_0xbfdf();}function a25_0x4a2d(_0x3625f9,_0x1a8d54){const _0xbfdf50=a25_0xbfdf();return a25_0x4a2d=function(_0x4a2d29,_0x5655bc){_0x4a2d29=_0x4a2d29-0x1e7;let _0x4fc19d=_0xbfdf50[_0x4a2d29];return _0x4fc19d;},a25_0x4a2d(_0x3625f9,_0x1a8d54);}(function(_0x1a3f3c,_0x2acc5e){const _0x4b0b9c=a25_0x4a2d,_0x1d1fdb=_0x1a3f3c();while(!![]){try{const _0x51f5d8=parseInt(_0x4b0b9c(0x289))/0x1+-parseInt(_0x4b0b9c(0x215))/0x2+-parseInt(_0x4b0b9c(0x267))/0x3+parseInt(_0x4b0b9c(0x250))/0x4+parseInt(_0x4b0b9c(0x203))/0x5+-parseInt(_0x4b0b9c(0x295))/0x6*(parseInt(_0x4b0b9c(0x27a))/0x7)+parseInt(_0x4b0b9c(0x23e))/0x8;if(_0x51f5d8===_0x2acc5e)break;else _0x1d1fdb['push'](_0x1d1fdb['shift']());}catch(_0x23256e){_0x1d1fdb['push'](_0x1d1fdb['shift']());}}}(a25_0xbfdf,0x694e7));const awsSDK=require(a25_0x2b0eb3(0x232)),{logger}=require('../config/logger');exports[a25_0x2b0eb3(0x22e)]=_0x325aac=>{const _0x9c9076=a25_0x2b0eb3,_0x583a9d={'yHKIR':function(_0xb8ae1a,_0x745b11){return _0xb8ae1a!==_0x745b11;},'GKQxJ':function(_0x3e19b4,_0x940cae){return _0x3e19b4!==_0x940cae;},'GvyOL':function(_0x5edf0f,_0x3dc64e){return _0x5edf0f(_0x3dc64e);},'jZyzh':function(_0x232fbd,_0x51259a){return _0x232fbd(_0x51259a);},'gUmYb':function(_0x12f54d,_0x4734a5){return _0x12f54d===_0x4734a5;},'zOrHW':_0x9c9076(0x269),'lZgDM':function(_0x6a701b,_0xb0cf01){return _0x6a701b(_0xb0cf01);},'obSpQ':'2016-11-15','czTGC':_0x9c9076(0x248),'kUdKR':'jTAhR','qahNW':function(_0xeecf6c,_0x59bfd6){return _0xeecf6c(_0x59bfd6);},'YBLcY':_0x9c9076(0x1f9)};return new Promise((_0x5865db,_0x418f35)=>{const _0x50ca80=_0x9c9076,_0x5c9287={'PONrV':function(_0x49b55a,_0x8c044d){const _0x22950f=a25_0x4a2d;return _0x583a9d[_0x22950f(0x28e)](_0x49b55a,_0x8c044d);},'roLNF':_0x583a9d['obSpQ'],'ITsvY':function(_0x265ff5,_0x20a260){const _0x278532=a25_0x4a2d;return _0x583a9d[_0x278532(0x202)](_0x265ff5,_0x20a260);},'pVEcR':_0x583a9d[_0x50ca80(0x26d)],'eUaUk':_0x583a9d['kUdKR'],'lzhLQ':function(_0xb0c982,_0x5c2115){const _0x1cbc27=_0x50ca80;return _0x583a9d[_0x1cbc27(0x24e)](_0xb0c982,_0x5c2115);}};if(_0x583a9d[_0x50ca80(0x249)](_0x583a9d[_0x50ca80(0x211)],_0x583a9d['YBLcY']))_0x583a9d[_0x50ca80(0x249)](_0x3512f6,_0xffd44b)&&_0x583a9d[_0x50ca80(0x201)](_0x2da946[_0x50ca80(0x22b)],_0x18f126)?_0x583a9d['GvyOL'](_0x3d373c,_0x2dd647['Regions']):_0x583a9d[_0x50ca80(0x27f)](_0x155162,{});else{const _0x4086d2={};_0x4086d2[_0x50ca80(0x22a)]=_0x583a9d[_0x50ca80(0x1e9)],_0x4086d2[_0x50ca80(0x1f2)]=_0x325aac;const _0x525c1f=new awsSDK['EC2'](_0x4086d2);_0x525c1f[_0x50ca80(0x262)]()[_0x50ca80(0x247)]()['then'](_0x414468=>{const _0x58d451=_0x50ca80,_0x11a74b={'qkcKU':function(_0x9b9e4e,_0x41d21c){const _0x1c89ed=a25_0x4a2d;return _0x5c9287[_0x1c89ed(0x226)](_0x9b9e4e,_0x41d21c);},'qqNkN':_0x5c9287[_0x58d451(0x24b)]};if(_0x5c9287[_0x58d451(0x271)](_0x5c9287['pVEcR'],_0x5c9287['eUaUk'])){const _0x5da0af={'kpgfU':function(_0x23a470,_0x29fd36){const _0x45eeef=_0x58d451;return _0x11a74b[_0x45eeef(0x261)](_0x23a470,_0x29fd36);}};return new _0x483089((_0x2d9747,_0x351dc0)=>{const _0xe1571c=_0x58d451,_0x15dff8={'lHiFl':function(_0x52e167,_0x35ece8){return _0x11a74b['qkcKU'](_0x52e167,_0x35ece8);}},_0x5e0c2b={};_0x5e0c2b['apiVersion']=_0x11a74b[_0xe1571c(0x212)],_0x5e0c2b[_0xe1571c(0x1f2)]=_0x33f6fa;const _0xc4c48e=new _0x40f5e6['EC2'](_0x5e0c2b);_0xc4c48e['describeVpcs']()[_0xe1571c(0x247)]()[_0xe1571c(0x21a)](_0x2f9461=>{const _0xf4b07e=_0xe1571c;_0x15dff8[_0xf4b07e(0x233)](_0x2d9747,_0x2f9461);})['catch'](_0x4d578a=>{const _0x33a50e=_0xe1571c;_0x5b586c['error'](_0x33a50e(0x21c)+_0x4d578a),_0x5da0af['kpgfU'](_0x351dc0,_0x4d578a);});});}else _0x5c9287[_0x58d451(0x25f)](_0x5865db,_0x414468);})[_0x50ca80(0x208)](_0x1c23bd=>{const _0x3a7896=_0x50ca80,_0x49fb27={'dZZyA':function(_0x4be817,_0x2cfb64){const _0x10ef8c=a25_0x4a2d;return _0x583a9d[_0x10ef8c(0x27f)](_0x4be817,_0x2cfb64);}};_0x583a9d[_0x3a7896(0x202)](_0x583a9d[_0x3a7896(0x246)],_0x583a9d[_0x3a7896(0x246)])?(logger[_0x3a7896(0x1e8)](_0x3a7896(0x21c)+_0x1c23bd),_0x583a9d['GvyOL'](_0x418f35,_0x1c23bd)):(_0x40b53f[_0x3a7896(0x1f8)](_0x3a7896(0x257)+_0x3ecb32+_0x3a7896(0x245)),_0x49fb27[_0x3a7896(0x253)](_0x93abed,![]));});}});},exports[a25_0x2b0eb3(0x26a)]=_0x57edc8=>{const _0xddf9d6=a25_0x2b0eb3,_0x52c2e2={'jNTgY':function(_0x8d81e,_0x587f59){return _0x8d81e(_0x587f59);},'gINfl':function(_0x5b9488,_0x517ab4){return _0x5b9488(_0x517ab4);},'QbAAz':'2016-11-15','sTqbB':function(_0x5247e6,_0x5253f6){return _0x5247e6===_0x5253f6;},'gXtAW':_0xddf9d6(0x28f),'dXFSG':'jlrfN','CuBFW':function(_0x242a41,_0x112b1e){return _0x242a41!==_0x112b1e;},'EFRbL':_0xddf9d6(0x281),'rKNFH':function(_0x549b4e,_0x5ca75f){return _0x549b4e===_0x5ca75f;},'hwUNw':_0xddf9d6(0x22f),'YHHOP':_0xddf9d6(0x1f4)},_0x3d7de4=new awsSDK['S3']();return new Promise((_0x235485,_0x20172c)=>{const _0x1d0686=_0xddf9d6,_0x21416b={'jtNUs':function(_0x4b4bb3,_0x2f347a){return _0x52c2e2['jNTgY'](_0x4b4bb3,_0x2f347a);},'GnpBd':function(_0x3c15db,_0x5ea6de){const _0x5603f9=a25_0x4a2d;return _0x52c2e2[_0x5603f9(0x218)](_0x3c15db,_0x5ea6de);},'QXcbV':_0x52c2e2['QbAAz'],'WrQKY':function(_0x257b2a,_0x33efa6){const _0x37b332=a25_0x4a2d;return _0x52c2e2[_0x37b332(0x223)](_0x257b2a,_0x33efa6);},'SxfbX':_0x52c2e2['gXtAW'],'jaKtN':_0x52c2e2['dXFSG'],'QRwCo':function(_0x2e25b1,_0x89e373){const _0x2f3579=a25_0x4a2d;return _0x52c2e2[_0x2f3579(0x1ed)](_0x2e25b1,_0x89e373);},'HDgkC':function(_0x40d167,_0x1806b6){const _0x2c05=a25_0x4a2d;return _0x52c2e2[_0x2c05(0x218)](_0x40d167,_0x1806b6);},'eSidh':function(_0x592534,_0x2c491){const _0x56ba85=a25_0x4a2d;return _0x52c2e2[_0x56ba85(0x279)](_0x592534,_0x2c491);},'kMbfL':_0x52c2e2[_0x1d0686(0x229)]};if(_0x52c2e2['rKNFH'](_0x52c2e2[_0x1d0686(0x216)],_0x52c2e2[_0x1d0686(0x27b)]))_0x4d274f['error'](_0x1d0686(0x259)+_0x2e30c2),_0x21416b[_0x1d0686(0x260)](_0x20f327,_0x1e8254);else{const _0x3c5eba={};_0x3c5eba[_0x1d0686(0x27c)]=_0x57edc8,_0x3d7de4[_0x1d0686(0x280)](_0x3c5eba)['promise']()['then'](_0x37f15e=>{const _0x10697a=_0x1d0686,_0x2f3d5d={'qVQya':function(_0x5b007e,_0x39ec4c){const _0x20b763=a25_0x4a2d;return _0x21416b[_0x20b763(0x20a)](_0x5b007e,_0x39ec4c);}};if(_0x21416b[_0x10697a(0x273)](_0x21416b[_0x10697a(0x207)],_0x21416b[_0x10697a(0x235)])){const _0x422763={'IgmIt':function(_0x6dccd6,_0xba6215){return _0x21416b['GnpBd'](_0x6dccd6,_0xba6215);}},_0x3c2f56={};_0x3c2f56['apiVersion']=_0x21416b[_0x10697a(0x264)],_0x3c2f56[_0x10697a(0x1f2)]=_0x226f06;const _0xadb86f=new _0x16b09e['EC2'](_0x3c2f56);_0xadb86f['describeSubnets']()[_0x10697a(0x247)]()['then'](_0x253bb4=>{const _0x3c3bda=_0x10697a;_0x2f3d5d[_0x3c3bda(0x23b)](_0x5e278b,_0x253bb4);})[_0x10697a(0x208)](_0x2a02ab=>{const _0x33e295=_0x10697a;_0x33a0e6['error'](_0x33e295(0x234)+_0x2a02ab),_0x422763[_0x33e295(0x25e)](_0x3dc054,_0x2a02ab);});}else logger[_0x10697a(0x243)](_0x10697a(0x257)+_0x57edc8+_0x10697a(0x275)),_0x21416b[_0x10697a(0x227)](_0x235485,!![]);})[_0x1d0686(0x208)](()=>{const _0x5b1ced=_0x1d0686;_0x21416b[_0x5b1ced(0x200)](_0x21416b['kMbfL'],_0x21416b[_0x5b1ced(0x292)])?_0x21416b[_0x5b1ced(0x256)](_0x126eae,{}):(logger[_0x5b1ced(0x1f8)](_0x5b1ced(0x257)+_0x57edc8+'\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket'),_0x21416b['jtNUs'](_0x235485,![]));});}});},exports[a25_0x2b0eb3(0x222)]=_0x5b3433=>{const _0x35d99d=a25_0x2b0eb3,_0x370ccc={'UoaUi':function(_0x4af114,_0x4d7a07){return _0x4af114(_0x4d7a07);},'SoFsd':function(_0x1f42e7,_0x5f4ae2){return _0x1f42e7!==_0x5f4ae2;},'gmYeh':_0x35d99d(0x1f7),'gpvtA':_0x35d99d(0x1f6),'cJOHU':_0x35d99d(0x204),'ifXZp':_0x35d99d(0x20e),'KHcQP':_0x35d99d(0x283)};return new Promise((_0x18226d,_0x566298)=>{const _0xdc8809=_0x35d99d,_0x4651be={'zZmfa':function(_0x476337,_0x53227a){return _0x370ccc['UoaUi'](_0x476337,_0x53227a);},'VUYAb':_0x370ccc[_0xdc8809(0x293)],'OuShQ':function(_0x409e9d,_0x29b663){const _0xbdff16=_0xdc8809;return _0x370ccc[_0xbdff16(0x23c)](_0x409e9d,_0x29b663);},'fqdCD':_0x370ccc[_0xdc8809(0x1eb)]};if(_0x370ccc[_0xdc8809(0x23c)](_0x370ccc[_0xdc8809(0x209)],_0x370ccc[_0xdc8809(0x209)])){const _0x2c1bfb={'KNtvL':function(_0x22e0ac,_0x456928){return _0x4651be['zZmfa'](_0x22e0ac,_0x456928);}},_0x53fd27={};_0x53fd27['apiVersion']=_0x4651be[_0xdc8809(0x294)],_0x53fd27[_0xdc8809(0x1f2)]=_0x194f2f;const _0x53f8fc=new _0xd5529d[(_0xdc8809(0x287))](_0x53fd27);_0x53f8fc[_0xdc8809(0x262)]()['promise']()[_0xdc8809(0x21a)](_0x18083e=>{const _0x9f2d60=_0xdc8809;_0x2c1bfb[_0x9f2d60(0x1fb)](_0xa92eec,_0x18083e);})[_0xdc8809(0x208)](_0xb49f4c=>{const _0x46760c=_0xdc8809;_0x352ccc['error'](_0x46760c(0x21c)+_0xb49f4c),_0x2c1bfb[_0x46760c(0x1fb)](_0x1bd22f,_0xb49f4c);});}else{const _0x4c9eb2={};_0x4c9eb2[_0xdc8809(0x22a)]=_0x370ccc[_0xdc8809(0x293)],_0x4c9eb2['region']=_0x5b3433;const _0x455296=new awsSDK['EC2'](_0x4c9eb2);_0x455296[_0xdc8809(0x284)]()[_0xdc8809(0x247)]()[_0xdc8809(0x21a)](_0x7ccadd=>{const _0x1e6c17=_0xdc8809,_0x184bf6={'NRKOQ':function(_0x506caa,_0x1e6630){const _0xf1a009=a25_0x4a2d;return _0x370ccc[_0xf1a009(0x28b)](_0x506caa,_0x1e6630);}};if(_0x370ccc[_0x1e6c17(0x23c)](_0x370ccc[_0x1e6c17(0x231)],_0x370ccc[_0x1e6c17(0x24f)]))_0x370ccc[_0x1e6c17(0x28b)](_0x18226d,_0x7ccadd);else{const _0x1fee9c={'qzWtN':function(_0x26efc0,_0x34816a){const _0x342551=_0x1e6c17;return _0x4651be[_0x342551(0x1fc)](_0x26efc0,_0x34816a);}},_0x54670d={};_0x54670d['apiVersion']=_0x4651be[_0x1e6c17(0x294)],_0x54670d['region']=_0x5cadfc;const _0x56aa3f=new _0x3d1a85[(_0x1e6c17(0x287))](_0x54670d);_0x56aa3f[_0x1e6c17(0x276)]()[_0x1e6c17(0x247)]()[_0x1e6c17(0x21a)](_0xc1939d=>{_0x1fee9c['qzWtN'](_0x307135,_0xc1939d);})[_0x1e6c17(0x208)](_0x497d41=>{_0x4765a0['error']('Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20'+_0x497d41),_0x184bf6['NRKOQ'](_0x5ea5f4,_0x497d41);});}})[_0xdc8809(0x208)](_0x3383c8=>{const _0x116151=_0xdc8809,_0x4d9b2f={'ZfAtG':function(_0x1e813f,_0x4ea3b4){return _0x4651be['zZmfa'](_0x1e813f,_0x4ea3b4);}};if(_0x4651be[_0x116151(0x27d)](_0x4651be['fqdCD'],_0x4651be['fqdCD'])){const _0x68ff1c={'nVIMe':function(_0x396047,_0x59408c){const _0x21b16d=_0x116151;return _0x4d9b2f[_0x21b16d(0x21b)](_0x396047,_0x59408c);}},_0x2125cb={};_0x2125cb[_0x116151(0x27c)]=_0x3975ff,_0x227db5[_0x116151(0x280)](_0x2125cb)[_0x116151(0x247)]()[_0x116151(0x21a)](_0x211e59=>{const _0x239a70=_0x116151;_0x4ba49c[_0x239a70(0x243)](_0x239a70(0x257)+_0x537634+_0x239a70(0x275)),_0x4d9b2f[_0x239a70(0x21b)](_0x46d96a,!![]);})[_0x116151(0x208)](()=>{const _0x3fe3e6=_0x116151;_0x1fbda2[_0x3fe3e6(0x1f8)](_0x3fe3e6(0x257)+_0x1240af+_0x3fe3e6(0x245)),_0x68ff1c[_0x3fe3e6(0x228)](_0x4f74f9,![]);});}else logger[_0x116151(0x1e8)](_0x116151(0x234)+_0x3383c8),_0x4651be[_0x116151(0x1fc)](_0x566298,_0x3383c8);});}});},exports[a25_0x2b0eb3(0x1ee)]=_0x1932d3=>{const _0x20802c=a25_0x2b0eb3,_0x34a200={'EteuX':function(_0x125312,_0x46f623){return _0x125312===_0x46f623;},'UUbKh':_0x20802c(0x268),'VIyEj':_0x20802c(0x1e7),'tchYO':function(_0xa126b7,_0x47e076){return _0xa126b7(_0x47e076);},'IuhAA':function(_0x216d50,_0x367670){return _0x216d50(_0x367670);},'vxSfD':_0x20802c(0x204),'RrNkC':_0x20802c(0x286),'isGkA':function(_0xe91891,_0x573c06){return _0xe91891(_0x573c06);},'FBGUD':function(_0x9b8750,_0x849c45){return _0x9b8750!==_0x849c45;},'qrMad':_0x20802c(0x254),'wphrO':_0x20802c(0x20f)};return new Promise((_0x295650,_0x5d1557)=>{const _0x27ad10=_0x20802c,_0x507a51={'iiTzI':function(_0x2074a2,_0x1a5bd4){const _0x57cdd4=a25_0x4a2d;return _0x34a200[_0x57cdd4(0x28d)](_0x2074a2,_0x1a5bd4);},'NpWKh':function(_0x8f3b32,_0x42198d){return _0x34a200['tchYO'](_0x8f3b32,_0x42198d);},'ZUBJm':_0x34a200[_0x27ad10(0x241)],'oIkqr':function(_0x487668,_0x2d884c){return _0x34a200['EteuX'](_0x487668,_0x2d884c);},'EkMUM':_0x34a200[_0x27ad10(0x297)],'beZUR':function(_0x516fa7,_0x16242a){const _0x47a126=_0x27ad10;return _0x34a200[_0x47a126(0x21f)](_0x516fa7,_0x16242a);}};if(_0x34a200['FBGUD'](_0x34a200[_0x27ad10(0x252)],_0x34a200[_0x27ad10(0x25b)])){const _0x2107fe={};_0x2107fe[_0x27ad10(0x22a)]=_0x34a200['vxSfD'],_0x2107fe[_0x27ad10(0x1f2)]=_0x1932d3;const _0x3139e5=new awsSDK[(_0x27ad10(0x287))](_0x2107fe);_0x3139e5['describeSecurityGroups']()['promise']()['then'](_0x34ae55=>{const _0x5e7f02=_0x27ad10;_0x34a200[_0x5e7f02(0x237)](_0x34a200['UUbKh'],_0x34a200[_0x5e7f02(0x22d)])?(_0x4f6823[_0x5e7f02(0x1e8)](_0x5e7f02(0x236)+_0x52dc6f+':\x20'+_0xac663b),_0x507a51[_0x5e7f02(0x244)](_0x55fe2d,_0x15ee78)):_0x34a200['tchYO'](_0x295650,_0x34ae55);})[_0x27ad10(0x208)](_0xda1584=>{const _0x596db8=_0x27ad10;if(_0x507a51['oIkqr'](_0x507a51[_0x596db8(0x25a)],_0x507a51['EkMUM']))logger[_0x596db8(0x1e8)](_0x596db8(0x259)+_0xda1584),_0x507a51[_0x596db8(0x285)](_0x5d1557,_0xda1584);else{const _0x5c4c36={'lkSRd':function(_0x509d49,_0x4271){const _0xb3b17=_0x596db8;return _0x507a51[_0xb3b17(0x285)](_0x509d49,_0x4271);},'siUsF':function(_0x42796a,_0x59e208){const _0x5f17e4=_0x596db8;return _0x507a51[_0x5f17e4(0x244)](_0x42796a,_0x59e208);},'YQDyn':_0x507a51[_0x596db8(0x1fd)]};return new _0x24c792((_0x53a5d4,_0x13ba43)=>{const _0x3c66d7=_0x596db8,_0x17ee0f={'lzpFu':function(_0x6a075c,_0x4c20f5){return _0x5c4c36['siUsF'](_0x6a075c,_0x4c20f5);}},_0x14d29f={};_0x14d29f[_0x3c66d7(0x22a)]=_0x5c4c36[_0x3c66d7(0x291)],_0x14d29f[_0x3c66d7(0x1f2)]=_0x3a72d2;const _0x443ee1=new _0x2e22db['EC2'](_0x14d29f);_0x443ee1[_0x3c66d7(0x276)]()[_0x3c66d7(0x247)]()[_0x3c66d7(0x21a)](_0x1beb5b=>{_0x5c4c36['lkSRd'](_0x53a5d4,_0x1beb5b);})[_0x3c66d7(0x208)](_0x2a613a=>{const _0x216063=_0x3c66d7;_0x582abb[_0x216063(0x1e8)](_0x216063(0x259)+_0x2a613a),_0x17ee0f[_0x216063(0x27e)](_0x13ba43,_0x2a613a);});});}});}else _0x507a51[_0x27ad10(0x214)](_0x497898,_0x259d47[_0x27ad10(0x22b)]);});},exports['getAWSRegions']=()=>{const _0x5ac612=a25_0x2b0eb3,_0xca2a36={'qWIEI':function(_0x204f3f,_0x269de3){return _0x204f3f(_0x269de3);},'fBXsE':function(_0x28a339,_0x5c8b8a){return _0x28a339(_0x5c8b8a);},'RSBBo':function(_0x4464e9,_0x45f0e5){return _0x4464e9===_0x45f0e5;},'nFjNz':_0x5ac612(0x26e),'WffCU':_0x5ac612(0x221),'imJrZ':function(_0x4ee132,_0x137bb1){return _0x4ee132!==_0x137bb1;},'UDVNC':function(_0x159fd5,_0x36ad16){return _0x159fd5!==_0x36ad16;},'lqEGg':_0x5ac612(0x28a),'Ubokp':_0x5ac612(0x205),'ROOqp':_0x5ac612(0x238),'iCmKV':function(_0x2d1b6e,_0x38f545){return _0x2d1b6e(_0x38f545);},'WxGmj':'oBHVt','SCncZ':function(_0x57111b,_0x2496ae){return _0x57111b===_0x2496ae;},'rfzIz':_0x5ac612(0x23d),'sLdJJ':_0x5ac612(0x21d),'cHqTW':_0x5ac612(0x204)};return new Promise((_0x1906e3,_0x5a2300)=>{const _0x2d06bc=_0x5ac612,_0xfc83b7={'SiDNT':function(_0x1b5bf4,_0x27bedf){const _0x56afd7=a25_0x4a2d;return _0xca2a36[_0x56afd7(0x288)](_0x1b5bf4,_0x27bedf);},'VcJWj':function(_0x45d194,_0x4c6543){const _0x4ef667=a25_0x4a2d;return _0xca2a36[_0x4ef667(0x277)](_0x45d194,_0x4c6543);},'NjZbl':_0xca2a36[_0x2d06bc(0x278)],'JVVhj':_0xca2a36['WffCU'],'GxyCX':function(_0x45d735,_0x3807f9){const _0x52c7e2=_0x2d06bc;return _0xca2a36[_0x52c7e2(0x20d)](_0x45d735,_0x3807f9);},'vMxhZ':function(_0x3c4b33,_0xddf5a6){return _0xca2a36['UDVNC'](_0x3c4b33,_0xddf5a6);},'sTuyR':_0xca2a36[_0x2d06bc(0x265)],'vksDN':_0xca2a36[_0x2d06bc(0x1ff)],'WtJjg':_0xca2a36[_0x2d06bc(0x23f)],'oVzBt':function(_0x369216,_0x5a6a9d){const _0x259379=_0x2d06bc;return _0xca2a36[_0x259379(0x26f)](_0x369216,_0x5a6a9d);},'XJPYV':function(_0x5570dc,_0x50d7e8){const _0x5b90ce=_0x2d06bc;return _0xca2a36[_0x5b90ce(0x21e)](_0x5570dc,_0x50d7e8);},'udPfh':function(_0x57f4d2,_0x2452ab){return _0xca2a36['UDVNC'](_0x57f4d2,_0x2452ab);},'txTVW':_0xca2a36[_0x2d06bc(0x26b)]};if(_0xca2a36[_0x2d06bc(0x1fe)](_0xca2a36[_0x2d06bc(0x263)],_0xca2a36['sLdJJ']))_0xca2a36[_0x2d06bc(0x21e)](_0x365db9,_0x287782);else{const _0x43c356={};_0x43c356['apiVersion']=_0xca2a36[_0x2d06bc(0x224)];const _0xfa786e=new awsSDK[(_0x2d06bc(0x287))](_0x43c356);_0xfa786e[_0x2d06bc(0x1ef)]()[_0x2d06bc(0x247)]()[_0x2d06bc(0x21a)]((_0x2fb6c2,_0x447446)=>{const _0x532401=_0x2d06bc,_0x5eadbb={'imlGi':function(_0x143791,_0x359738){const _0x24c000=a25_0x4a2d;return _0xfc83b7[_0x24c000(0x22c)](_0x143791,_0x359738);}};_0xfc83b7[_0x532401(0x1f3)](_0xfc83b7[_0x532401(0x272)],_0xfc83b7[_0x532401(0x213)])?_0x5eadbb[_0x532401(0x251)](_0x55b809,_0x5af8e9['cluster']['identity']['oidc'][_0x532401(0x24d)]):_0xfc83b7['GxyCX'](_0x2fb6c2,undefined)&&_0xfc83b7[_0x532401(0x24c)](_0x2fb6c2['Regions'],undefined)?_0xfc83b7[_0x532401(0x24c)](_0xfc83b7[_0x532401(0x225)],_0xfc83b7['sTuyR'])?_0xfc83b7[_0x532401(0x22c)](_0x153766,_0x5a4e5e):_0xfc83b7[_0x532401(0x22c)](_0x1906e3,_0x2fb6c2[_0x532401(0x22b)]):_0xfc83b7[_0x532401(0x1f3)](_0xfc83b7[_0x532401(0x206)],_0xfc83b7[_0x532401(0x25d)])?(_0x3fa69b[_0x532401(0x1e8)](_0x532401(0x234)+_0x355f1a),_0xfc83b7[_0x532401(0x22c)](_0x3a8c74,_0x5c761f)):_0xfc83b7[_0x532401(0x282)](_0x1906e3,{});})['catch'](_0x142804=>{const _0x1a882c=_0x2d06bc;_0xfc83b7[_0x1a882c(0x1f0)](_0xfc83b7[_0x1a882c(0x239)],_0xfc83b7[_0x1a882c(0x239)])?(_0x3deb71[_0x1a882c(0x1e8)](_0x1a882c(0x219)+_0x3743b9),_0xfc83b7[_0x1a882c(0x26c)](_0xd04f61,_0x48a7cf)):(logger[_0x1a882c(0x1e8)]('Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20'+_0x142804),_0xfc83b7[_0x1a882c(0x282)](_0x5a2300,_0x142804));});}});},exports['getOidcUrl']=_0x2952b1=>{const _0x1370e7=a25_0x2b0eb3,_0xa1f04e={'GVjbN':function(_0x376965,_0x3f15c1){return _0x376965(_0x3f15c1);},'tWpzL':'2017-11-01','ArAVS':function(_0x5cb67c,_0x55da37){return _0x5cb67c===_0x55da37;},'VsnVW':_0x1370e7(0x230),'aNKIe':function(_0x680567,_0x1127b0){return _0x680567(_0x1127b0);},'cNtwV':function(_0x29bb98,_0x44c2dd){return _0x29bb98!==_0x44c2dd;},'IHsSk':_0x1370e7(0x1f1),'GAbmq':_0x1370e7(0x23a)};return new Promise((_0x2d4a48,_0x2caad7)=>{const _0x38593e=_0x1370e7,_0x262f3a={'vYMwe':function(_0x40880d,_0x7da0ce){const _0x471316=a25_0x4a2d;return _0xa1f04e[_0x471316(0x296)](_0x40880d,_0x7da0ce);},'hkRWO':function(_0x495898,_0x20dc1d){const _0x3e9fc2=a25_0x4a2d;return _0xa1f04e[_0x3e9fc2(0x24a)](_0x495898,_0x20dc1d);},'NJZUs':_0xa1f04e[_0x38593e(0x217)],'CyYNj':function(_0x450d87,_0x1c5338){const _0x7e9a13=_0x38593e;return _0xa1f04e[_0x7e9a13(0x296)](_0x450d87,_0x1c5338);},'MdPuN':function(_0x5ae8b0,_0xc83c88){const _0x1e5e5e=_0x38593e;return _0xa1f04e[_0x1e5e5e(0x1ea)](_0x5ae8b0,_0xc83c88);}};if(_0xa1f04e['ArAVS'](_0xa1f04e[_0x38593e(0x242)],_0xa1f04e[_0x38593e(0x242)])){const _0x1202e7={};_0x1202e7[_0x38593e(0x22a)]=_0xa1f04e[_0x38593e(0x240)];const _0x353b0f=new awsSDK[(_0x38593e(0x1fa))](_0x1202e7),_0x48fd82={};_0x48fd82[_0x38593e(0x290)]=_0x2952b1,_0x353b0f['describeCluster'](_0x48fd82)[_0x38593e(0x247)]()[_0x38593e(0x21a)](_0x13476b=>{const _0x597d51=_0x38593e,_0x11f37f={'fzGDz':function(_0x357ea7,_0x597d26){const _0x811f71=a25_0x4a2d;return _0xa1f04e[_0x811f71(0x1ea)](_0x357ea7,_0x597d26);},'ARznv':_0xa1f04e[_0x597d51(0x240)]};if(_0xa1f04e[_0x597d51(0x258)](_0xa1f04e[_0x597d51(0x220)],_0xa1f04e[_0x597d51(0x220)]))_0xa1f04e['GVjbN'](_0x2d4a48,_0x13476b['cluster'][_0x597d51(0x20c)][_0x597d51(0x270)]['issuer']);else{const _0x2f4579={'biDSj':function(_0x345d83,_0xb76bd1){return _0x11f37f['fzGDz'](_0x345d83,_0xb76bd1);},'GEVOs':_0x11f37f['ARznv']};return new _0x2e69ca((_0x4d4b30,_0x5359d5)=>{const _0x40a0ed=_0x597d51,_0x4b0251={};_0x4b0251[_0x40a0ed(0x22a)]=_0x2f4579[_0x40a0ed(0x25c)];const _0x2daf03=new _0x3c2f53['EKS'](_0x4b0251),_0x3eb44f={};_0x3eb44f[_0x40a0ed(0x290)]=_0x4342b5,_0x2daf03[_0x40a0ed(0x1f5)](_0x3eb44f)[_0x40a0ed(0x247)]()[_0x40a0ed(0x21a)](_0x24771e=>{const _0x1f7840=_0x40a0ed;_0x2f4579[_0x1f7840(0x266)](_0x4d4b30,_0x24771e[_0x1f7840(0x1ec)]['identity'][_0x1f7840(0x270)][_0x1f7840(0x24d)]);})['catch'](_0x3b7454=>{const _0x310d25=_0x40a0ed;_0x11cb1e['error'](_0x310d25(0x236)+_0x4d3430+':\x20'+_0x3b7454),_0x2f4579['biDSj'](_0x5359d5,_0x3b7454);});});}})[_0x38593e(0x208)](_0x37a2a8=>{const _0x27c16a=_0x38593e;_0x262f3a[_0x27c16a(0x20b)](_0x262f3a[_0x27c16a(0x210)],_0x262f3a['NJZUs'])?(_0x3a67fb[_0x27c16a(0x1e8)](_0x27c16a(0x21c)+_0x282982),_0x262f3a[_0x27c16a(0x28c)](_0x1973aa,_0x34b7b3)):(logger[_0x27c16a(0x1e8)](_0x27c16a(0x236)+_0x2952b1+':\x20'+_0x37a2a8),_0x262f3a[_0x27c16a(0x255)](_0x2caad7,_0x37a2a8));});}else{const _0x48172a={'TRAkG':function(_0x5b99c3,_0x21edd4){return _0x262f3a['MdPuN'](_0x5b99c3,_0x21edd4);}},_0x5b1552=new _0x501943['S3']();return new _0xb0933((_0x4eddc7,_0x39ef99)=>{const _0x44b1a7=_0x38593e,_0x2bfff4={'aYlSo':function(_0x54ecda,_0x1950da){const _0x4add8e=a25_0x4a2d;return _0x262f3a[_0x4add8e(0x255)](_0x54ecda,_0x1950da);}},_0x37807b={};_0x37807b[_0x44b1a7(0x27c)]=_0x46efa8,_0x5b1552[_0x44b1a7(0x280)](_0x37807b)[_0x44b1a7(0x247)]()['then'](_0x2f9779=>{const _0x24ad4e=_0x44b1a7;_0x597415[_0x24ad4e(0x243)](_0x24ad4e(0x257)+_0x335037+_0x24ad4e(0x275)),_0x48172a[_0x24ad4e(0x274)](_0x4eddc7,!![]);})[_0x44b1a7(0x208)](()=>{const _0x3c2a67=_0x44b1a7;_0x5ad91d[_0x3c2a67(0x1f8)](_0x3c2a67(0x257)+_0x5af267+_0x3c2a67(0x245)),_0x2bfff4['aYlSo'](_0x4eddc7,![]);});});}});},exports['awsObj']=awsSDK;
1
+ const a25_0x18325b=a25_0x142a;(function(_0x1860ef,_0x516508){const _0x39495d=a25_0x142a,_0x4679ca=_0x1860ef();while(!![]){try{const _0x2d0250=-parseInt(_0x39495d(0x19e))/0x1*(-parseInt(_0x39495d(0x17c))/0x2)+parseInt(_0x39495d(0x1a7))/0x3*(parseInt(_0x39495d(0x112))/0x4)+parseInt(_0x39495d(0x163))/0x5+-parseInt(_0x39495d(0x111))/0x6+parseInt(_0x39495d(0x1b5))/0x7+-parseInt(_0x39495d(0x164))/0x8+parseInt(_0x39495d(0x19b))/0x9*(-parseInt(_0x39495d(0x187))/0xa);if(_0x2d0250===_0x516508)break;else _0x4679ca['push'](_0x4679ca['shift']());}catch(_0x225393){_0x4679ca['push'](_0x4679ca['shift']());}}}(a25_0x4f8a,0xdace1));function a25_0x142a(_0x3f338e,_0x44e94d){const _0x4f8ad7=a25_0x4f8a();return a25_0x142a=function(_0x142aec,_0x4ecdb3){_0x142aec=_0x142aec-0x102;let _0x30392f=_0x4f8ad7[_0x142aec];return _0x30392f;},a25_0x142a(_0x3f338e,_0x44e94d);}const awsSDK=require(a25_0x18325b(0x1ab)),{logger}=require(a25_0x18325b(0x13b));exports['fetchVPCs']=_0x55fef6=>{const _0x1cf948=a25_0x18325b,_0x1d3e39={'QtfKH':function(_0x1147e3,_0x4cd2a8){return _0x1147e3(_0x4cd2a8);},'edyTy':function(_0x5e6f80,_0x595bd1){return _0x5e6f80===_0x595bd1;},'WLyks':'rKEmf','yQiaT':function(_0x497f70,_0xff89a0){return _0x497f70(_0xff89a0);},'RxWWK':function(_0x4d9133,_0x439df6){return _0x4d9133(_0x439df6);},'SaNRD':function(_0x3d8905,_0x8ef10a){return _0x3d8905!==_0x8ef10a;},'UnYZK':_0x1cf948(0x115),'XVdPM':_0x1cf948(0x195),'ZquJT':'dctcz','NyQcq':_0x1cf948(0x193)};return new Promise((_0x43ffd5,_0x238efc)=>{const _0x11a621=_0x1cf948,_0x30827c={'WCrWI':function(_0x5e8b38,_0x278efa){const _0x193bee=a25_0x142a;return _0x1d3e39[_0x193bee(0x15d)](_0x5e8b38,_0x278efa);}};if(_0x1d3e39[_0x11a621(0x16e)](_0x1d3e39[_0x11a621(0x192)],_0x1d3e39['ZquJT'])){const _0x27e11f={};_0x27e11f[_0x11a621(0x10f)]=_0x1d3e39[_0x11a621(0x1a0)],_0x27e11f[_0x11a621(0x19d)]=_0x55fef6;const _0x5252a6=new awsSDK[(_0x11a621(0x199))](_0x27e11f);_0x5252a6[_0x11a621(0x103)]()[_0x11a621(0x133)]()['then'](_0xab56e4=>{const _0x22aa1e=_0x11a621,_0x674ed3={'judJP':function(_0x52ded6,_0x42da49){const _0x20db86=a25_0x142a;return _0x1d3e39[_0x20db86(0x127)](_0x52ded6,_0x42da49);}};_0x1d3e39[_0x22aa1e(0x16e)](_0x1d3e39[_0x22aa1e(0x149)],_0x1d3e39[_0x22aa1e(0x149)])?_0x1d3e39[_0x22aa1e(0x15a)](_0x43ffd5,_0xab56e4):_0x674ed3[_0x22aa1e(0x154)](_0x3bb5e1,_0x44030d['Regions']);})[_0x11a621(0x148)](_0x4f3930=>{const _0x4d2a7b=_0x11a621,_0x4ed3cc={'jgoZs':function(_0x111572,_0x18ee61){const _0x53f214=a25_0x142a;return _0x1d3e39[_0x53f214(0x15d)](_0x111572,_0x18ee61);}};_0x1d3e39[_0x4d2a7b(0x13c)](_0x1d3e39[_0x4d2a7b(0x180)],_0x1d3e39[_0x4d2a7b(0x134)])?(logger[_0x4d2a7b(0x189)](_0x4d2a7b(0x10b)+_0x4f3930),_0x1d3e39['yQiaT'](_0x238efc,_0x4f3930)):_0x4ed3cc[_0x4d2a7b(0x143)](_0x4fce01,{});});}else _0x2809d3['warn'](_0x11a621(0x16f)+_0x4756da+_0x11a621(0x13e)),_0x30827c[_0x11a621(0x12c)](_0x401290,!![]);});},exports[a25_0x18325b(0x1a6)]=_0x580cb9=>{const _0x2e7264=a25_0x18325b,_0x4171a4={'LQSSy':function(_0x57ba93,_0x388bb3){return _0x57ba93(_0x388bb3);},'WqEaV':function(_0x165733,_0x412832){return _0x165733===_0x412832;},'FqPYq':_0x2e7264(0x10e),'rgoPt':_0x2e7264(0x1aa),'laXbM':function(_0xf71dc7,_0x22034d){return _0xf71dc7(_0x22034d);},'bxltA':function(_0x76dc84,_0x3ffca6){return _0x76dc84!==_0x3ffca6;},'aQgXD':_0x2e7264(0x10c),'HWxvt':_0x2e7264(0x193),'LkpUj':'DMaQw'},_0x32be19=new awsSDK['S3']();return new Promise((_0xc4ebcd,_0x381f44)=>{const _0x188ce4=_0x2e7264,_0x17fb7a={'iNBnu':function(_0x27addc,_0x30b5b5){const _0xb8b88c=a25_0x142a;return _0x4171a4[_0xb8b88c(0x18d)](_0x27addc,_0x30b5b5);},'YHBYU':function(_0x17aac9,_0x278711){return _0x4171a4['WqEaV'](_0x17aac9,_0x278711);},'zbppY':_0x4171a4[_0x188ce4(0x17a)],'KcVyO':_0x4171a4[_0x188ce4(0x118)],'WvWbX':function(_0x5ab620,_0x352545){return _0x4171a4['laXbM'](_0x5ab620,_0x352545);},'DDbcf':function(_0x5bd28f,_0x414af1){return _0x4171a4['bxltA'](_0x5bd28f,_0x414af1);},'XAktz':_0x4171a4[_0x188ce4(0x170)],'SYhWd':_0x4171a4[_0x188ce4(0x14a)]};if(_0x4171a4[_0x188ce4(0x12d)](_0x4171a4[_0x188ce4(0x110)],_0x4171a4['LkpUj'])){const _0x58ef01={};_0x58ef01[_0x188ce4(0x126)]=_0x580cb9,_0x32be19['headBucket'](_0x58ef01)['promise']()[_0x188ce4(0x113)](_0x1bfa77=>{const _0x5f59b4=_0x188ce4,_0x3e6c0e={'yMmIS':function(_0x13ee0d,_0x43254a){return _0x17fb7a['iNBnu'](_0x13ee0d,_0x43254a);}};if(_0x17fb7a[_0x5f59b4(0x1a1)](_0x17fb7a[_0x5f59b4(0x1a4)],_0x17fb7a[_0x5f59b4(0x173)])){const _0x1f6822={'hOFIv':function(_0x2a1020,_0x1200ec){return _0x3e6c0e['yMmIS'](_0x2a1020,_0x1200ec);},'rWCiJ':function(_0x2e8df5,_0x5d19b8){const _0x29db7=_0x5f59b4;return _0x3e6c0e[_0x29db7(0x188)](_0x2e8df5,_0x5d19b8);}},_0xb924f7=new _0x43c42b['S3']();return new _0xfee74e((_0x519f33,_0x1ef845)=>{const _0x126368=_0x5f59b4,_0x39f480={'xoEwV':function(_0x12e6c4,_0x43451d){const _0xb7bd31=a25_0x142a;return _0x1f6822[_0xb7bd31(0x13a)](_0x12e6c4,_0x43451d);}},_0x5550bf={};_0x5550bf[_0x126368(0x126)]=_0xff22e7,_0xb924f7[_0x126368(0x1a9)](_0x5550bf)['promise']()['then'](_0x13de9b=>{_0x4a4705['warn']('Bucket:\x20'+_0x1a73bb+'\x20already\x20exists.\x20Skipping\x20Bucket\x20creation'),_0x39f480['xoEwV'](_0x519f33,!![]);})['catch'](()=>{const _0x3e1ded=_0x126368;_0x534589[_0x3e1ded(0x14d)]('Bucket:\x20'+_0x1bd658+_0x3e1ded(0x104)),_0x1f6822['hOFIv'](_0x519f33,![]);});});}else logger[_0x5f59b4(0x190)](_0x5f59b4(0x16f)+_0x580cb9+_0x5f59b4(0x13e)),_0x17fb7a[_0x5f59b4(0x184)](_0xc4ebcd,!![]);})['catch'](()=>{const _0x322183=_0x188ce4;_0x17fb7a[_0x322183(0x1a3)](_0x17fb7a[_0x322183(0x168)],_0x17fb7a[_0x322183(0x168)])?_0x17fb7a[_0x322183(0x1b4)](_0x1f8664,_0x592365[_0x322183(0x117)]['identity'][_0x322183(0x186)][_0x322183(0x132)]):(logger[_0x322183(0x14d)](_0x322183(0x16f)+_0x580cb9+_0x322183(0x104)),_0x17fb7a[_0x322183(0x1b4)](_0xc4ebcd,![]));});}else{const _0x1b83fa={};_0x1b83fa['apiVersion']=_0x17fb7a[_0x188ce4(0x10a)],_0x1b83fa['region']=_0x290756;const _0x742a3f=new _0x5db95e[(_0x188ce4(0x199))](_0x1b83fa);_0x742a3f[_0x188ce4(0x103)]()[_0x188ce4(0x133)]()['then'](_0x25e97f=>{const _0x48f34d=_0x188ce4;_0x17fb7a[_0x48f34d(0x1b4)](_0x44ca54,_0x25e97f);})['catch'](_0x3a2e38=>{const _0x4c8722=_0x188ce4;_0x179c17[_0x4c8722(0x189)](_0x4c8722(0x10b)+_0x3a2e38),_0x17fb7a[_0x4c8722(0x184)](_0xe840cb,_0x3a2e38);});}});},exports[a25_0x18325b(0x141)]=_0x5be3e6=>{const _0x595b47=a25_0x18325b,_0x2844b3={'fulng':function(_0x45450d,_0xb1f803){return _0x45450d(_0xb1f803);},'bjfJM':function(_0x2499d2,_0x5996dc){return _0x2499d2(_0x5996dc);},'Gsxza':_0x595b47(0x193),'TzHam':function(_0x34a857,_0x5be86e){return _0x34a857!==_0x5be86e;},'KlpVw':function(_0x237ac1,_0x5c73ed){return _0x237ac1===_0x5c73ed;},'LCYOi':_0x595b47(0x177),'kNhiX':_0x595b47(0x1b1),'VBsev':_0x595b47(0x1b0),'BnykJ':_0x595b47(0x120),'GddqA':function(_0x59a0a8,_0x44d642){return _0x59a0a8===_0x44d642;},'KMcSd':'OsFek','orKZR':'WaQfl'};return new Promise((_0x17de2b,_0x17dd1f)=>{const _0x66ec71=_0x595b47,_0x4867fa={'visdy':function(_0x2dc000,_0xa2ccaa){return _0x2844b3['fulng'](_0x2dc000,_0xa2ccaa);},'odFuy':function(_0x3dee3b,_0x283c99){const _0x779350=a25_0x142a;return _0x2844b3[_0x779350(0x1ae)](_0x3dee3b,_0x283c99);},'MpCYQ':_0x2844b3[_0x66ec71(0x198)],'nUWRu':function(_0x16921b,_0x432d50){const _0x4551f1=_0x66ec71;return _0x2844b3[_0x4551f1(0x14b)](_0x16921b,_0x432d50);},'XvONb':function(_0x5f0a8b,_0x214c92){const _0x51ffaa=_0x66ec71;return _0x2844b3[_0x51ffaa(0x1ae)](_0x5f0a8b,_0x214c92);},'zGNgI':function(_0x4ffc39,_0x45b192){const _0x44a0db=_0x66ec71;return _0x2844b3[_0x44a0db(0x160)](_0x4ffc39,_0x45b192);},'LhlON':_0x2844b3[_0x66ec71(0x11d)],'briNM':_0x2844b3['kNhiX'],'qYxsk':_0x2844b3[_0x66ec71(0x175)],'FAlGd':_0x2844b3[_0x66ec71(0x105)],'RqHnv':function(_0x1c52a3,_0xff16ba){const _0x4f0438=_0x66ec71;return _0x2844b3[_0x4f0438(0x1ae)](_0x1c52a3,_0xff16ba);}};if(_0x2844b3['GddqA'](_0x2844b3['KMcSd'],_0x2844b3[_0x66ec71(0x1ad)])){const _0x4cb55e={};_0x4cb55e['apiVersion']=_0x4867fa['MpCYQ'],_0x4cb55e[_0x66ec71(0x19d)]=_0x1d6fff;const _0x3c5af9=new _0x127b4e[(_0x66ec71(0x199))](_0x4cb55e);_0x3c5af9[_0x66ec71(0x17e)]()[_0x66ec71(0x133)]()['then'](_0x32d688=>{const _0x2458e7=_0x66ec71;_0x4867fa[_0x2458e7(0x165)](_0x3a974b,_0x32d688);})['catch'](_0x3688c5=>{const _0x3559fb=_0x66ec71;_0x134b88['error'](_0x3559fb(0x14c)+_0x3688c5),_0x4867fa[_0x3559fb(0x144)](_0x188f5b,_0x3688c5);});}else{const _0x11f132={};_0x11f132[_0x66ec71(0x10f)]=_0x2844b3[_0x66ec71(0x198)],_0x11f132[_0x66ec71(0x19d)]=_0x5be3e6;const _0x10d38e=new awsSDK[(_0x66ec71(0x199))](_0x11f132);_0x10d38e[_0x66ec71(0x125)]()[_0x66ec71(0x133)]()[_0x66ec71(0x113)](_0x28551b=>{const _0xf852c9=_0x66ec71,_0x3ef45a={'aFpky':function(_0x486cfd,_0x17cc79){const _0x5350a3=a25_0x142a;return _0x4867fa[_0x5350a3(0x178)](_0x486cfd,_0x17cc79);},'jWhHo':function(_0x339b72,_0x3e704a){const _0x212dba=a25_0x142a;return _0x4867fa[_0x212dba(0x178)](_0x339b72,_0x3e704a);},'pfDwd':function(_0x398578,_0xb48a09){return _0x4867fa['XvONb'](_0x398578,_0xb48a09);},'iJrbO':function(_0x3d1c94,_0x50231f){const _0x166511=a25_0x142a;return _0x4867fa[_0x166511(0x165)](_0x3d1c94,_0x50231f);}};_0x4867fa[_0xf852c9(0x14f)](_0x4867fa[_0xf852c9(0x18e)],_0x4867fa[_0xf852c9(0x18e)])?_0x4867fa[_0xf852c9(0x161)](_0x17de2b,_0x28551b):_0x3ef45a[_0xf852c9(0x122)](_0x1756cc,_0x790c4b)&&_0x3ef45a['jWhHo'](_0x6ee2a0['Regions'],_0x40bd05)?_0x3ef45a[_0xf852c9(0x16d)](_0x39ed3c,_0x1cf6d4[_0xf852c9(0x18f)]):_0x3ef45a[_0xf852c9(0x136)](_0x135614,{});})['catch'](_0x374100=>{const _0x2a71cc=_0x66ec71,_0x13872f={'zuFpU':function(_0x5271dc,_0x2c1aa0){const _0x4f5edb=a25_0x142a;return _0x4867fa[_0x4f5edb(0x144)](_0x5271dc,_0x2c1aa0);},'wfhvl':_0x4867fa[_0x2a71cc(0x12e)]};if(_0x4867fa['zGNgI'](_0x4867fa[_0x2a71cc(0x123)],_0x4867fa['FAlGd'])){const _0x526145={'fSabV':function(_0x4a222a,_0x39d702){const _0x4d90d1=_0x2a71cc;return _0x13872f[_0x4d90d1(0x169)](_0x4a222a,_0x39d702);},'ixzDl':_0x13872f[_0x2a71cc(0x19c)]};return new _0x8fc2ac((_0x2ff9be,_0x1a0334)=>{const _0x1c70dc=_0x2a71cc,_0x97e59c={};_0x97e59c[_0x1c70dc(0x10f)]=_0x526145[_0x1c70dc(0x171)];const _0x5cb301=new _0x23a78d[(_0x1c70dc(0x1a8))](_0x97e59c),_0x8fe850={};_0x8fe850['name']=_0x161d52,_0x5cb301['describeCluster'](_0x8fe850)[_0x1c70dc(0x133)]()[_0x1c70dc(0x113)](_0x145dbf=>{const _0x497c7a=_0x1c70dc;_0x526145['fSabV'](_0x2ff9be,_0x145dbf[_0x497c7a(0x117)][_0x497c7a(0x15f)][_0x497c7a(0x186)][_0x497c7a(0x132)]);})[_0x1c70dc(0x148)](_0x20b535=>{const _0xb7b6fd=_0x1c70dc;_0x5670b2[_0xb7b6fd(0x189)](_0xb7b6fd(0x19a)+_0x280532+':\x20'+_0x20b535),_0x526145[_0xb7b6fd(0x11c)](_0x1a0334,_0x20b535);});});}else logger[_0x2a71cc(0x189)](_0x2a71cc(0x138)+_0x374100),_0x4867fa[_0x2a71cc(0x108)](_0x17dd1f,_0x374100);});}});},exports[a25_0x18325b(0x142)]=_0x5388a4=>{const _0x477fb0=a25_0x18325b,_0x1eeac7={'TtQoe':function(_0x16a23c,_0x22934a){return _0x16a23c(_0x22934a);},'iYgxF':function(_0x30a85d,_0x86e025){return _0x30a85d===_0x86e025;},'NXSek':'mpedE','GeVHZ':_0x477fb0(0x179),'YBXUe':_0x477fb0(0x124),'NRsZg':_0x477fb0(0x129),'GwqVH':function(_0x595b7f,_0x4e8919){return _0x595b7f!==_0x4e8919;},'UImJE':_0x477fb0(0x172),'uSxFW':_0x477fb0(0x193)};return new Promise((_0x3eccb2,_0x500e77)=>{const _0x5c9cb0=_0x477fb0,_0x516f6b={'kncMF':function(_0x3f3270,_0x17906d){const _0x96bc5=a25_0x142a;return _0x1eeac7[_0x96bc5(0x106)](_0x3f3270,_0x17906d);},'IITcW':function(_0x523605,_0x50e09e){const _0x5d712e=a25_0x142a;return _0x1eeac7[_0x5d712e(0x11a)](_0x523605,_0x50e09e);},'tpYqj':_0x1eeac7[_0x5c9cb0(0x196)],'QFMCG':_0x1eeac7[_0x5c9cb0(0x191)]};if(_0x1eeac7[_0x5c9cb0(0x146)](_0x1eeac7['UImJE'],_0x1eeac7[_0x5c9cb0(0x107)]))_0x43bbde['error'](_0x5c9cb0(0x10b)+_0x3ddb91),_0x516f6b[_0x5c9cb0(0x18a)](_0x2053f2,_0x3dff8b);else{const _0x5341f9={};_0x5341f9[_0x5c9cb0(0x10f)]=_0x1eeac7[_0x5c9cb0(0x1ac)],_0x5341f9[_0x5c9cb0(0x19d)]=_0x5388a4;const _0x27a9b4=new awsSDK[(_0x5c9cb0(0x199))](_0x5341f9);_0x27a9b4[_0x5c9cb0(0x17e)]()[_0x5c9cb0(0x133)]()['then'](_0x425737=>{const _0x12fa1d=_0x5c9cb0,_0x477781={'dShnX':function(_0x100bfb,_0x3e6a17){const _0x58063c=a25_0x142a;return _0x516f6b[_0x58063c(0x18a)](_0x100bfb,_0x3e6a17);}};_0x516f6b[_0x12fa1d(0x153)](_0x516f6b[_0x12fa1d(0x18b)],_0x516f6b[_0x12fa1d(0x10d)])?(_0x4efefa['error'](_0x12fa1d(0x19a)+_0x1c6767+':\x20'+_0x203a08),_0x477781[_0x12fa1d(0x11b)](_0x75c578,_0x4c3f70)):_0x516f6b['kncMF'](_0x3eccb2,_0x425737);})[_0x5c9cb0(0x148)](_0x33eedf=>{const _0x482171=_0x5c9cb0,_0x389e7e={'rZnQO':function(_0x316585,_0xfd989e){const _0x41d993=a25_0x142a;return _0x1eeac7[_0x41d993(0x106)](_0x316585,_0xfd989e);}};_0x1eeac7['iYgxF'](_0x1eeac7['NXSek'],_0x1eeac7[_0x482171(0x1a2)])?_0x389e7e[_0x482171(0x17f)](_0x58604b,_0x1c4288):(logger[_0x482171(0x189)](_0x482171(0x14c)+_0x33eedf),_0x1eeac7[_0x482171(0x106)](_0x500e77,_0x33eedf));});}});},exports[a25_0x18325b(0x194)]=()=>{const _0x51fac3=a25_0x18325b,_0x20a97b={'zzuty':function(_0x3dc2a1,_0x4b1462){return _0x3dc2a1(_0x4b1462);},'VQWxb':function(_0x36c128,_0x20f02b){return _0x36c128(_0x20f02b);},'qKiCp':_0x51fac3(0x193),'uJZBQ':function(_0x1992d3,_0x573f05){return _0x1992d3===_0x573f05;},'wpCEH':_0x51fac3(0x181),'zmRzb':function(_0x3623fe,_0x39b030){return _0x3623fe!==_0x39b030;},'AMggs':function(_0xf21594,_0x24eb6a){return _0xf21594!==_0x24eb6a;},'HLLpW':'iOklD','fOwas':function(_0x486976,_0x2f8d1f){return _0x486976(_0x2f8d1f);},'OlSQY':function(_0x90b21,_0x16777f){return _0x90b21!==_0x16777f;},'qAjmo':_0x51fac3(0x16c),'FySHj':_0x51fac3(0x116),'PWmlc':function(_0x354497,_0x3f018c){return _0x354497(_0x3f018c);},'tpRFu':function(_0x22fe7d,_0xb8c41b){return _0x22fe7d(_0xb8c41b);},'rxIXq':function(_0x4edf95,_0x1a3099){return _0x4edf95===_0x1a3099;},'PvlNA':_0x51fac3(0x18c),'wUYZB':_0x51fac3(0x17b),'MiACV':function(_0xbefdec,_0xe81f7e){return _0xbefdec(_0xe81f7e);},'toMaL':function(_0xc5fa30,_0x261abd){return _0xc5fa30(_0x261abd);},'QXFsh':_0x51fac3(0x1b1),'xXpux':_0x51fac3(0x152),'urupr':_0x51fac3(0x102)};return new Promise((_0x26c50d,_0x5a1fce)=>{const _0x298abe=_0x51fac3,_0xb49e93={'AWJzj':function(_0x25b75e,_0x235229){const _0x3d69d0=a25_0x142a;return _0x20a97b[_0x3d69d0(0x145)](_0x25b75e,_0x235229);},'qpjYC':_0x20a97b[_0x298abe(0x15c)]};if(_0x20a97b[_0x298abe(0x12a)](_0x20a97b['xXpux'],_0x20a97b[_0x298abe(0x11f)]))_0xb49e93[_0x298abe(0x183)](_0x49c3a4,_0x4d955e);else{const _0x49bc7b={};_0x49bc7b['apiVersion']=_0x20a97b[_0x298abe(0x167)];const _0x2dc50a=new awsSDK[(_0x298abe(0x199))](_0x49bc7b);_0x2dc50a[_0x298abe(0x159)]()[_0x298abe(0x133)]()['then']((_0x1ba84a,_0x38e548)=>{const _0x3d4aba=_0x298abe,_0x416460={'eWkxF':function(_0x5207c9,_0x580134){const _0x38781b=a25_0x142a;return _0x20a97b[_0x38781b(0x109)](_0x5207c9,_0x580134);},'kXvLq':function(_0x40bf5a,_0x24ce9a){const _0x2af65b=a25_0x142a;return _0x20a97b[_0x2af65b(0x109)](_0x40bf5a,_0x24ce9a);},'MNiZM':function(_0x2e840e,_0x33b7d7){const _0xd92b99=a25_0x142a;return _0x20a97b[_0xd92b99(0x155)](_0x2e840e,_0x33b7d7);},'qVNWX':_0x20a97b[_0x3d4aba(0x167)]};if(_0x20a97b[_0x3d4aba(0x12a)](_0x20a97b[_0x3d4aba(0x15b)],_0x20a97b['wpCEH'])){if(_0x20a97b[_0x3d4aba(0x1b3)](_0x1ba84a,undefined)&&_0x20a97b[_0x3d4aba(0x1b3)](_0x1ba84a[_0x3d4aba(0x18f)],undefined)){if(_0x20a97b[_0x3d4aba(0x19f)](_0x20a97b['HLLpW'],_0x20a97b['HLLpW'])){const _0x228afa={};_0x228afa[_0x3d4aba(0x10f)]=_0xb49e93[_0x3d4aba(0x119)];const _0x5c69a4=new _0x45ea5a[(_0x3d4aba(0x1a8))](_0x228afa),_0x577000={};_0x577000[_0x3d4aba(0x197)]=_0x27dc09,_0x5c69a4[_0x3d4aba(0x114)](_0x577000)[_0x3d4aba(0x133)]()[_0x3d4aba(0x113)](_0x4bc33d=>{const _0x10548f=_0x3d4aba;_0x416460[_0x10548f(0x131)](_0x579a14,_0x4bc33d[_0x10548f(0x117)][_0x10548f(0x15f)][_0x10548f(0x186)][_0x10548f(0x132)]);})[_0x3d4aba(0x148)](_0x544144=>{const _0x2e21ea=_0x3d4aba;_0x3cd293[_0x2e21ea(0x189)](_0x2e21ea(0x19a)+_0x12f6ea+':\x20'+_0x544144),_0x416460[_0x2e21ea(0x140)](_0x5bf049,_0x544144);});}else _0x20a97b[_0x3d4aba(0x130)](_0x26c50d,_0x1ba84a[_0x3d4aba(0x18f)]);}else _0x20a97b[_0x3d4aba(0x1a5)](_0x20a97b[_0x3d4aba(0x139)],_0x20a97b[_0x3d4aba(0x13d)])?_0x20a97b[_0x3d4aba(0x17d)](_0x26c50d,{}):_0xb49e93['AWJzj'](_0x1770a3,_0x41e2e6);}else{const _0x250d24={'yfLbO':function(_0x98cfbe,_0x49f4eb){const _0x30cf1d=_0x3d4aba;return _0x416460[_0x30cf1d(0x135)](_0x98cfbe,_0x49f4eb);},'lgqlN':function(_0x17d55b,_0x284347){return _0x416460['eWkxF'](_0x17d55b,_0x284347);},'tZtzE':_0x416460[_0x3d4aba(0x158)]};return new _0x5156c9((_0x4ade3e,_0x4d5a29)=>{const _0x38f5c3=_0x3d4aba,_0x362b91={'JbNRs':function(_0x1a28c0,_0x394bb9){return _0x250d24['lgqlN'](_0x1a28c0,_0x394bb9);}},_0x64af3e={};_0x64af3e[_0x38f5c3(0x10f)]=_0x250d24['tZtzE'],_0x64af3e[_0x38f5c3(0x19d)]=_0x33b829;const _0x46139a=new _0x1df8c3['EC2'](_0x64af3e);_0x46139a[_0x38f5c3(0x17e)]()['promise']()[_0x38f5c3(0x113)](_0xe5c7c3=>{const _0x28c575=_0x38f5c3;_0x362b91[_0x28c575(0x11e)](_0x4ade3e,_0xe5c7c3);})['catch'](_0x4b38cc=>{const _0x245671=_0x38f5c3;_0x12c7a2[_0x245671(0x189)](_0x245671(0x14c)+_0x4b38cc),_0x250d24[_0x245671(0x16a)](_0x4d5a29,_0x4b38cc);});});}})['catch'](_0xb76905=>{const _0x299213=_0x298abe,_0x56b176={'OGbjE':function(_0x4bda3f,_0xd7ba2e){const _0x2cc4ba=a25_0x142a;return _0x20a97b[_0x2cc4ba(0x156)](_0x4bda3f,_0xd7ba2e);},'BaOTM':function(_0xb129f2,_0x6b3c7c){const _0x1cb98c=a25_0x142a;return _0x20a97b[_0x1cb98c(0x109)](_0xb129f2,_0x6b3c7c);}};if(_0x20a97b['rxIXq'](_0x20a97b['PvlNA'],_0x20a97b[_0x299213(0x162)])){const _0x375178={};_0x375178[_0x299213(0x126)]=_0xdfbdce,_0x53d4d0['headBucket'](_0x375178)[_0x299213(0x133)]()[_0x299213(0x113)](_0x2d768a=>{const _0x152262=_0x299213;_0x11ff81[_0x152262(0x190)](_0x152262(0x16f)+_0x5bcfde+'\x20already\x20exists.\x20Skipping\x20Bucket\x20creation'),_0x56b176[_0x152262(0x157)](_0x46cd84,!![]);})[_0x299213(0x148)](()=>{const _0x5a957b=_0x299213;_0x3eafe9[_0x5a957b(0x14d)](_0x5a957b(0x16f)+_0x126e37+_0x5a957b(0x104)),_0x56b176['BaOTM'](_0x13bf22,![]);});}else logger['error']('Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20'+_0xb76905),_0x20a97b[_0x299213(0x12f)](_0x5a1fce,_0xb76905);});}});},exports[a25_0x18325b(0x15e)]=_0x537a8d=>{const _0x37e5ab=a25_0x18325b,_0xb1a6d5={'VydDy':function(_0xb734d,_0x38d17b){return _0xb734d!==_0x38d17b;},'Gzngk':_0x37e5ab(0x137),'tUKCy':function(_0x158442,_0x363869){return _0x158442(_0x363869);},'kSxKN':function(_0x180d95,_0x4f5c01){return _0x180d95(_0x4f5c01);},'ruxNX':_0x37e5ab(0x14e),'hoVmW':_0x37e5ab(0x185),'NTpBG':function(_0x3f4e10,_0x597e02){return _0x3f4e10(_0x597e02);},'AQiTU':function(_0x29f57d,_0x48ae52){return _0x29f57d(_0x48ae52);},'zneXu':function(_0x6160e8,_0x4280f5){return _0x6160e8(_0x4280f5);},'xKJjD':function(_0x60d77,_0x705c86){return _0x60d77===_0x705c86;},'QaIrk':'IzNYI','kflhG':_0x37e5ab(0x1b1)};return new Promise((_0xe3dbd0,_0x5ac05f)=>{const _0x25b684=_0x37e5ab,_0x202f60={'AzKaf':function(_0x54e489,_0x459761){const _0x264130=a25_0x142a;return _0xb1a6d5[_0x264130(0x147)](_0x54e489,_0x459761);}};if(_0xb1a6d5[_0x25b684(0x182)](_0xb1a6d5[_0x25b684(0x1b2)],_0xb1a6d5[_0x25b684(0x1b2)])){const _0x4e8b00={};_0x4e8b00[_0x25b684(0x10f)]=_0xb1a6d5[_0x25b684(0x174)];const _0x16d6af=new awsSDK[(_0x25b684(0x1a8))](_0x4e8b00),_0x5d6020={};_0x5d6020['name']=_0x537a8d,_0x16d6af[_0x25b684(0x114)](_0x5d6020)[_0x25b684(0x133)]()[_0x25b684(0x113)](_0x2b5d42=>{const _0x579ba4=_0x25b684;_0xb1a6d5[_0x579ba4(0x1af)](_0xb1a6d5[_0x579ba4(0x176)],_0xb1a6d5['Gzngk'])?(_0x491e92[_0x579ba4(0x189)](_0x579ba4(0x138)+_0x180ffe),_0x202f60[_0x579ba4(0x166)](_0x4c5754,_0x5cc60f)):_0xb1a6d5[_0x579ba4(0x121)](_0xe3dbd0,_0x2b5d42[_0x579ba4(0x117)]['identity'][_0x579ba4(0x186)][_0x579ba4(0x132)]);})[_0x25b684(0x148)](_0x55a4a0=>{const _0x49d044=_0x25b684,_0x38bf5d={'qvqFS':function(_0x335a73,_0x4df39d){const _0x1d1ce9=a25_0x142a;return _0xb1a6d5[_0x1d1ce9(0x151)](_0x335a73,_0x4df39d);}};_0xb1a6d5['VydDy'](_0xb1a6d5[_0x49d044(0x16b)],_0xb1a6d5[_0x49d044(0x12b)])?(logger[_0x49d044(0x189)]('Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20'+_0x537a8d+':\x20'+_0x55a4a0),_0xb1a6d5['NTpBG'](_0x5ac05f,_0x55a4a0)):(_0x2f0d51[_0x49d044(0x189)](_0x49d044(0x14c)+_0x4df700),_0x38bf5d[_0x49d044(0x128)](_0x20596d,_0x37f846));});}else _0x22d70c[_0x25b684(0x14d)]('Bucket:\x20'+_0x1003f5+_0x25b684(0x104)),_0xb1a6d5[_0x25b684(0x13f)](_0x13ab4f,![]);});},exports[a25_0x18325b(0x150)]=awsSDK;function a25_0x4f8a(){const _0x1a0364=['getOidcUrl','identity','KlpVw','XvONb','wUYZB','7673545zmryoZ','5667880cAZMMm','visdy','AzKaf','qKiCp','XAktz','zuFpU','yfLbO','ruxNX','zdYAa','pfDwd','edyTy','Bucket:\x20','aQgXD','ixzDl','DcMFV','KcVyO','kflhG','VBsev','Gzngk','AHjEp','nUWRu','UEqVd','FqPYq','rwskD','26iEaaJJ','PWmlc','describeSecurityGroups','rZnQO','UnYZK','uTySj','xKJjD','AWJzj','iNBnu','OmjLy','oidc','5468930BpJQGg','yMmIS','error','kncMF','tpYqj','ANrJb','LQSSy','LhlON','Regions','warn','NRsZg','ZquJT','2016-11-15','getAWSRegions','zVjUN','YBXUe','name','Gsxza','EC2','Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20','9DZiCqk','wfhvl','region','136098vjuWaV','AMggs','NyQcq','YHBYU','GeVHZ','DDbcf','zbppY','OlSQY','isBucketPresent','303AIePmp','EKS','headBucket','LACfN','aws-sdk','uSxFW','orKZR','bjfJM','VydDy','yiCqd','2017-11-01','QaIrk','zmRzb','WvWbX','849555YZRnXy','ekMQq','describeVpcs','\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket','BnykJ','TtQoe','UImJE','RqHnv','zzuty','SYhWd','Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20','QaOxM','QFMCG','lmACq','apiVersion','LkpUj','8372094BawpGf','4816zBjSmr','then','describeCluster','bBlvH','RumHV','cluster','rgoPt','qpjYC','iYgxF','dShnX','fSabV','LCYOi','JbNRs','urupr','PdVgp','tUKCy','aFpky','qYxsk','oTKiA','describeSubnets','Bucket','QtfKH','qvqFS','DGfau','uJZBQ','hoVmW','WCrWI','WqEaV','briNM','MiACV','fOwas','eWkxF','issuer','promise','XVdPM','MNiZM','iJrbO','GLyHQ','Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20','qAjmo','rWCiJ','../config/logger','SaNRD','FySHj','\x20already\x20exists.\x20Skipping\x20Bucket\x20creation','AQiTU','kXvLq','fetchSubnets','fetchSecurityGroups','jgoZs','odFuy','toMaL','GwqVH','zneXu','catch','WLyks','HWxvt','TzHam','Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20','info','JIbRK','zGNgI','awsObj','kSxKN','esAYY','IITcW','judJP','VQWxb','tpRFu','OGbjE','qVNWX','describeRegions','yQiaT','wpCEH','QXFsh','RxWWK'];a25_0x4f8a=function(){return _0x1a0364;};return a25_0x4f8a();}
@@ -1 +1 @@
1
- const a26_0x43a468=a26_0xcca8;function a26_0xcca8(_0x346c74,_0x398db2){const _0x34946a=a26_0x3494();return a26_0xcca8=function(_0xcca81b,_0x4f44fc){_0xcca81b=_0xcca81b-0x1eb;let _0x53f5f7=_0x34946a[_0xcca81b];return _0x53f5f7;},a26_0xcca8(_0x346c74,_0x398db2);}(function(_0xc7b17,_0x134973){const _0x4a1d43=a26_0xcca8,_0x5a6daa=_0xc7b17();while(!![]){try{const _0x12c8e2=-parseInt(_0x4a1d43(0x223))/0x1+-parseInt(_0x4a1d43(0x202))/0x2*(parseInt(_0x4a1d43(0x210))/0x3)+parseInt(_0x4a1d43(0x227))/0x4*(parseInt(_0x4a1d43(0x212))/0x5)+-parseInt(_0x4a1d43(0x1fe))/0x6+-parseInt(_0x4a1d43(0x1f1))/0x7*(-parseInt(_0x4a1d43(0x1ee))/0x8)+parseInt(_0x4a1d43(0x201))/0x9+-parseInt(_0x4a1d43(0x206))/0xa;if(_0x12c8e2===_0x134973)break;else _0x5a6daa['push'](_0x5a6daa['shift']());}catch(_0x6c1caa){_0x5a6daa['push'](_0x5a6daa['shift']());}}}(a26_0x3494,0xa8cf6));const fs=require('fs'),path=require(a26_0x43a468(0x1f2)),yaml=require(a26_0x43a468(0x217)),{CLOUDFORMATION_SCHEMA}=require(a26_0x43a468(0x221)),Promise=require('bluebird'),AWS=require(a26_0x43a468(0x21b))[a26_0x43a468(0x1f5)],{CLUSTER_AUTOSCALER_STACK_NAME,COMMON_HST_TAGS}=require('../config/constants'),{logger}=require(a26_0x43a468(0x209));function a26_0x3494(){const _0x51ff73=['browserstack:creationDate','OnFailure','54492EnRFYV','StackId','35MchBNG','utf-8','IdgJg','iFiic','stringify','js-yaml','schema','valueOf','DELETE','./AWSUtils','createStack','apiVersion','CloudFormation','browserstack:cluster','Value','js-yaml-cloudformation-schema','createAutoscalerStack','246380yOBfaL','Parameters','ClusterName','stackCreateComplete','599556DnlctM','promise','cwESU','join','1128FXuWxd','templates','2010-05-15','47530uzbCts','path','StackName','LzPTc','awsObj','push','ptSAk','Properties','Resources','toString','Key','HRpqd','CAPABILITY_NAMED_IAM','2666256BtYvWq','Tags','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','10592190pjsbMx','76TGHnAS','readFileAsync','autoscaler-role-creation.yaml','SlLVj','11110890JNSBVm','JtHrY','JwpSa','../config/logger','Capabilities','debug','pmqhd','pMSYC'];a26_0x3494=function(){return _0x51ff73;};return a26_0x3494();}Promise['promisifyAll'](fs);const addAutoscalerTags=async(_0x2cd7fa,_0x21f52a,_0x52ae08)=>{const _0x83f9c2=a26_0x43a468;for(const _0x47339a in _0x2cd7fa[_0x83f9c2(0x1f9)]){_0x2cd7fa[_0x83f9c2(0x1f9)][_0x47339a][_0x83f9c2(0x1f8)]&&_0x2cd7fa[_0x83f9c2(0x1f9)][_0x47339a][_0x83f9c2(0x1f8)][_0x83f9c2(0x1ff)]&&_0x2cd7fa[_0x83f9c2(0x1f9)][_0x47339a][_0x83f9c2(0x1f8)][_0x83f9c2(0x1ff)][_0x83f9c2(0x1f6)](..._0x52ae08);}};exports[a26_0x43a468(0x222)]=async _0x4e3a42=>{const _0x403a72=a26_0x43a468,_0x3bdadf={'pMSYC':_0x403a72(0x21f),'HRpqd':_0x403a72(0x20e),'cwESU':_0x403a72(0x1f0),'iFiic':_0x403a72(0x1ef),'JwpSa':_0x403a72(0x204),'SlLVj':_0x403a72(0x213),'JtHrY':function(_0x48cf4f,_0x2f00c8,_0x19b928,_0x568e28){return _0x48cf4f(_0x2f00c8,_0x19b928,_0x568e28);},'pmqhd':_0x403a72(0x21a),'IdgJg':_0x403a72(0x225),'ptSAk':_0x403a72(0x1fd),'BNSJt':_0x403a72(0x200),'LzPTc':_0x403a72(0x226)},_0x2c6394=COMMON_HST_TAGS,_0x2dde14={};_0x2dde14[_0x403a72(0x1fb)]=_0x3bdadf[_0x403a72(0x20d)],_0x2dde14[_0x403a72(0x220)]=_0x4e3a42,_0x2c6394[_0x403a72(0x1f6)](_0x2dde14),_0x2c6394[_0x403a72(0x1f6)]({'Key':_0x3bdadf[_0x403a72(0x1fc)],'Value':new Date()[_0x403a72(0x219)]()[_0x403a72(0x1fa)]()});const _0x1fab87={};_0x1fab87[_0x403a72(0x21d)]=_0x3bdadf[_0x403a72(0x1ec)];const _0x2e1dc2=new AWS[(_0x403a72(0x21e))](_0x1fab87),_0x148a7d=await fs[_0x403a72(0x203)](path[_0x403a72(0x1ed)](__dirname,'..',_0x3bdadf[_0x403a72(0x215)],_0x3bdadf[_0x403a72(0x208)]),_0x3bdadf[_0x403a72(0x205)]),_0x361e22={};_0x361e22[_0x403a72(0x218)]=CLOUDFORMATION_SCHEMA;const _0x5dcf78=yaml['load'](_0x148a7d,_0x361e22);_0x3bdadf[_0x403a72(0x207)](addAutoscalerTags,_0x5dcf78,_0x4e3a42,_0x2c6394);const _0x44fd31=JSON[_0x403a72(0x216)](_0x5dcf78),_0x553065={};_0x553065[_0x403a72(0x1f3)]=CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x4e3a42,_0x553065[_0x403a72(0x20f)]=_0x3bdadf[_0x403a72(0x20c)],_0x553065['TemplateBody']=_0x44fd31,_0x553065[_0x403a72(0x224)]=[{'ParameterKey':_0x3bdadf[_0x403a72(0x214)],'ParameterValue':_0x4e3a42}],_0x553065[_0x403a72(0x20a)]=[_0x3bdadf[_0x403a72(0x1f7)]],_0x553065['Tags']=_0x2c6394;const _0x98b9e4=_0x553065,_0x3d3611=await _0x2e1dc2[_0x403a72(0x21c)](_0x98b9e4)['promise']();logger[_0x403a72(0x20b)](_0x3bdadf['BNSJt']);const _0x3c7446={};return _0x3c7446[_0x403a72(0x1f3)]=_0x3d3611[_0x403a72(0x211)],_0x2e1dc2['waitFor'](_0x3bdadf[_0x403a72(0x1f4)],_0x3c7446)[_0x403a72(0x1eb)]();};
1
+ function a26_0x52ad(){const _0x269642=['1356651gXjTeJ','bluebird','push','js-yaml','OnFailure','createStack','pwqAH','pwrcG','./AWSUtils','debug','join','StackName','JskBT','Parameters','valueOf','685556YGMDAF','nzoMh','wEmMn','205794bcmAsb','578594LPJXwE','Tags','createAutoscalerStack','stackCreateComplete','zmyUi','js-yaml-cloudformation-schema','../config/logger','2010-05-15','Capabilities','1021385QLuHga','apiVersion','EeFaE','../config/constants','TemplateBody','DELETE','awsObj','56HrZoiK','schema','utf-8','StackId','233832tTTGIl','2153284jASiVb','GDskp','promise','browserstack:creationDate','path','utwiw','CloudFormation','Resources','6hHDtyk','ClusterName','readFileAsync','load'];a26_0x52ad=function(){return _0x269642;};return a26_0x52ad();}const a26_0x2fad76=a26_0x3b97;(function(_0x536386,_0x134183){const _0x37e05d=a26_0x3b97,_0x1ffdc4=_0x536386();while(!![]){try{const _0x33cd85=-parseInt(_0x37e05d(0x1be))/0x1+parseInt(_0x37e05d(0x1bd))/0x2+parseInt(_0x37e05d(0x1d2))/0x3+-parseInt(_0x37e05d(0x1ba))/0x4+parseInt(_0x37e05d(0x1c7))/0x5*(parseInt(_0x37e05d(0x1db))/0x6)+-parseInt(_0x37e05d(0x1d3))/0x7+-parseInt(_0x37e05d(0x1ce))/0x8*(-parseInt(_0x37e05d(0x1ab))/0x9);if(_0x33cd85===_0x134183)break;else _0x1ffdc4['push'](_0x1ffdc4['shift']());}catch(_0x2bae5d){_0x1ffdc4['push'](_0x1ffdc4['shift']());}}}(a26_0x52ad,0x5d6e8));const fs=require('fs'),path=require(a26_0x2fad76(0x1d7)),yaml=require(a26_0x2fad76(0x1ae)),{CLOUDFORMATION_SCHEMA}=require(a26_0x2fad76(0x1c3)),Promise=require(a26_0x2fad76(0x1ac)),AWS=require(a26_0x2fad76(0x1b3))[a26_0x2fad76(0x1cd)],{CLUSTER_AUTOSCALER_STACK_NAME,COMMON_HST_TAGS}=require(a26_0x2fad76(0x1ca)),{logger}=require(a26_0x2fad76(0x1c4));function a26_0x3b97(_0xcf51da,_0xd99e5f){const _0x52ad95=a26_0x52ad();return a26_0x3b97=function(_0x3b97de,_0x34ea16){_0x3b97de=_0x3b97de-0x1ab;let _0x3c3a2c=_0x52ad95[_0x3b97de];return _0x3c3a2c;},a26_0x3b97(_0xcf51da,_0xd99e5f);}Promise['promisifyAll'](fs);const addAutoscalerTags=async(_0x45d8cf,_0x35e970,_0x221375)=>{const _0x369451=a26_0x2fad76;for(const _0x35ef74 in _0x45d8cf[_0x369451(0x1da)]){_0x45d8cf['Resources'][_0x35ef74]['Properties']&&_0x45d8cf[_0x369451(0x1da)][_0x35ef74]['Properties'][_0x369451(0x1bf)]&&_0x45d8cf[_0x369451(0x1da)][_0x35ef74]['Properties'][_0x369451(0x1bf)][_0x369451(0x1ad)](..._0x221375);}};exports[a26_0x2fad76(0x1c0)]=async _0x3b5db9=>{const _0x316733=a26_0x2fad76,_0x293aa3={'zmyUi':'browserstack:cluster','tZPzK':_0x316733(0x1d6),'EeFaE':_0x316733(0x1c5),'wEmMn':'templates','qMvlY':'autoscaler-role-creation.yaml','pwqAH':_0x316733(0x1d0),'nzoMh':function(_0x23f9a0,_0x38c98c,_0x535e8d,_0x25651d){return _0x23f9a0(_0x38c98c,_0x535e8d,_0x25651d);},'GDskp':_0x316733(0x1cc),'qHiJm':_0x316733(0x1dc),'pwrcG':'CAPABILITY_NAMED_IAM','JskBT':'Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','utwiw':_0x316733(0x1c1)},_0x475ae9=COMMON_HST_TAGS,_0x27529d={};_0x27529d['Key']=_0x293aa3[_0x316733(0x1c2)],_0x27529d['Value']=_0x3b5db9,_0x475ae9[_0x316733(0x1ad)](_0x27529d),_0x475ae9[_0x316733(0x1ad)]({'Key':_0x293aa3['tZPzK'],'Value':new Date()[_0x316733(0x1b9)]()['toString']()});const _0x20320c={};_0x20320c[_0x316733(0x1c8)]=_0x293aa3[_0x316733(0x1c9)];const _0x5035d3=new AWS[(_0x316733(0x1d9))](_0x20320c),_0x1cd1eb=await fs[_0x316733(0x1dd)](path[_0x316733(0x1b5)](__dirname,'..',_0x293aa3[_0x316733(0x1bc)],_0x293aa3['qMvlY']),_0x293aa3[_0x316733(0x1b1)]),_0x2fcd46={};_0x2fcd46[_0x316733(0x1cf)]=CLOUDFORMATION_SCHEMA;const _0x12c682=yaml[_0x316733(0x1de)](_0x1cd1eb,_0x2fcd46);_0x293aa3[_0x316733(0x1bb)](addAutoscalerTags,_0x12c682,_0x3b5db9,_0x475ae9);const _0x333b99=JSON['stringify'](_0x12c682),_0x2fd272={};_0x2fd272['StackName']=CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x3b5db9,_0x2fd272[_0x316733(0x1af)]=_0x293aa3[_0x316733(0x1d4)],_0x2fd272[_0x316733(0x1cb)]=_0x333b99,_0x2fd272[_0x316733(0x1b8)]=[{'ParameterKey':_0x293aa3['qHiJm'],'ParameterValue':_0x3b5db9}],_0x2fd272[_0x316733(0x1c6)]=[_0x293aa3[_0x316733(0x1b2)]],_0x2fd272[_0x316733(0x1bf)]=_0x475ae9;const _0x38f0a2=_0x2fd272,_0x9911f9=await _0x5035d3[_0x316733(0x1b0)](_0x38f0a2)[_0x316733(0x1d5)]();logger[_0x316733(0x1b4)](_0x293aa3[_0x316733(0x1b7)]);const _0x6cec08={};return _0x6cec08[_0x316733(0x1b6)]=_0x9911f9[_0x316733(0x1d1)],_0x5035d3['waitFor'](_0x293aa3[_0x316733(0x1d8)],_0x6cec08)[_0x316733(0x1d5)]();};
@@ -1 +1 @@
1
- const a27_0x378ddb=a27_0x7614;(function(_0x54d3b5,_0x4a4a93){const _0x48d67e=a27_0x7614,_0x1a9f2c=_0x54d3b5();while(!![]){try{const _0x5a8cd3=-parseInt(_0x48d67e(0x254))/0x1+-parseInt(_0x48d67e(0x241))/0x2+-parseInt(_0x48d67e(0x28b))/0x3*(parseInt(_0x48d67e(0x215))/0x4)+parseInt(_0x48d67e(0x1e0))/0x5+-parseInt(_0x48d67e(0x24f))/0x6*(-parseInt(_0x48d67e(0x1f3))/0x7)+parseInt(_0x48d67e(0x282))/0x8+-parseInt(_0x48d67e(0x258))/0x9*(-parseInt(_0x48d67e(0x23a))/0xa);if(_0x5a8cd3===_0x4a4a93)break;else _0x1a9f2c['push'](_0x1a9f2c['shift']());}catch(_0x66c624){_0x1a9f2c['push'](_0x1a9f2c['shift']());}}}(a27_0x50c8,0xc8bbe));const fs=require('fs'),path=require(a27_0x378ddb(0x23e)),Promise=require(a27_0x378ddb(0x1ef)),yaml=require(a27_0x378ddb(0x1db)),{CLOUDFORMATION_SCHEMA}=require(a27_0x378ddb(0x1f9)),AWS=require(a27_0x378ddb(0x253))[a27_0x378ddb(0x20e)],{CLUSTER_DEP_STACK_NAME,COMMON_HST_TAGS,global_registry}=require(a27_0x378ddb(0x1e9)),{logger}=require(a27_0x378ddb(0x22c)),{isBucketPresent}=require(a27_0x378ddb(0x253));function a27_0x50c8(){const _0x3b2b8a=['287562QbCKKl','VPC','ParameterKey','ResourcesVpcConfig','GNQuO','subnet-create.yaml','kXlSf','cHcju','TemplateBody','Mxbta','CloudFormation','ABILm','ZouKY','ZXNak','22170YqFAjQ','qnSgY','AWS::CloudFormation::Interface','fcCvj','./AWSUtils','345048BkWGKy','uLCkU','SPplb','HOzIw','26937duImSF','azaHz','meQiZ','OdGDi','2010-05-15','Subnet02Block','StackName','KgoQA','Subnet01','promisifyAll','join','SubnetIds','yorJH','IpGMc','stringify','NodeGroupWindows','rJhTw','vJHDN','gbNQg','Tags','Value','LnuIa','Ajoet','wkdBX','OnFailure','gahiC','Subnet03','createStack','QlVik','YbPJG','NodeGroupName','load','Key','Parameters','browserstack:cluster','readFileAsync','WdGmR','IqnLD','oSfVO','ItVHm','padStart','Onmzl','9732840wXwCRV','WloIc','ZOPhf','EKSCluster','false','pdZAb','forEach','fSGpT','sUDFd','21oHbPrh','BNmAt','Pqfaw','promise','bMpyT','waitFor','BHUCk','ParameterGroups','NodeAutoScalingGroupMinSizeWindows','TNiOh','NodeInstanceType','LSdha','PZuuF','js-yaml','LZqhZ','XLlOC','emvAK','ParameterValue','5377925MmkmiT','DYfeY','vQPYD','sgzgu','NodeGroup','QqxFB','IoJLa','Subnet','fcvfR','../config/constants','JlvtY','split','ETaKm','LNpBD','hOgnK','bluebird','Subnets','push','CTTzd','455moVGYp','cdIBz','CBhXL','createClusterStack','subnet-import.yaml','DependsOn','js-yaml-cloudformation-schema','S3BucketName','wHRRH','YCyex','DAIoM','Yqdmj','Properties','njbtO','Metadata','Vphib','toString','XUkYi','s3Bucket','nGtBb','Ref','RtrnE','value','2|1|4|5|0|3','QUnoU','KsiqU','utf-8','awsObj','pIcDi','valueOf','rhuZn','pgnIR','NodeAutoScalingGroupMinSize','NodeAutoScalingGroupDesiredSizeWindows','932212UxLACa','WqyZC','CFTemplates','kRlkr','DELETE','nTrCo','schema','5|3|0|4|1|2','jTcYx','pUrFG','EUeRY','ruyeQ','xGcFZ','browserstack:creationDate','QyxUP','pvaMB','WkAvX','VpcBlock','Subnet03Block','RdPUp','yUwAa','debug','NodeImageId','../config/logger','DMsbO','ryMAh','nTyWc','SVHNr','instanceType','gijGC','kVIYi','xDqkd','oBeyH','Resources','Fn::Join','XCgQH','yozib','1370ZwdVle','ClusterAutoUpgrade','TzneB','keys','path','Outputs','s3-create.yaml'];a27_0x50c8=function(){return _0x3b2b8a;};return a27_0x50c8();}Promise[a27_0x378ddb(0x261)](fs);const mergeTemplates=(_0x7dcf1a,_0x269d15)=>{const _0x1170c7=a27_0x378ddb,_0x59e385={};_0x59e385[_0x1170c7(0x24c)]=function(_0x512b74,_0x2f61b2){return _0x512b74!==_0x2f61b2;},_0x59e385[_0x1170c7(0x252)]='Xpsga',_0x59e385[_0x1170c7(0x20c)]=function(_0x5ad64a,_0x32ba10){return _0x5ad64a===_0x32ba10;},_0x59e385[_0x1170c7(0x24d)]=_0x1170c7(0x257),_0x59e385[_0x1170c7(0x22f)]=_0x1170c7(0x289);const _0x5dcc4a=_0x59e385;Object['keys'](_0x269d15)[_0x1170c7(0x288)](_0x1126db=>{const _0x15ed06=_0x1170c7;if(_0x5dcc4a[_0x15ed06(0x20c)](_0x5dcc4a['ZouKY'],_0x5dcc4a[_0x15ed06(0x22f)]))_0x22edac[_0x15ed06(0x236)][_0x49a703]['Properties'][_0x15ed06(0x26b)]['push'](..._0x1f0b42);else{var _0x566e07=_0x269d15[_0x1126db];Object[_0x15ed06(0x23d)](_0x566e07)[_0x15ed06(0x288)](_0x27ca73=>{const _0x58cc45=_0x15ed06;if(_0x5dcc4a['ABILm'](_0x5dcc4a[_0x58cc45(0x252)],_0x5dcc4a['fcCvj'])){var _0x43c3ea=_0x4e37ee[_0x52ace5];_0xa0444d[_0x58cc45(0x23d)](_0x43c3ea)[_0x58cc45(0x288)](_0x340776=>{_0x4a0e42[_0x2104f6][_0x340776]=_0x43c3ea[_0x340776];});}else _0x7dcf1a[_0x1126db][_0x27ca73]=_0x566e07[_0x27ca73];});}});},addVPCData=async(_0x5c0c6b,_0x29e952)=>{const _0x389cec=a27_0x378ddb,_0x4fe06e={'pUrFG':_0x389cec(0x21c),'LSdha':function(_0x13940c,_0xeefc14){return _0x13940c(_0xeefc14);},'DMsbO':_0x389cec(0x237),'ruyeQ':_0x389cec(0x251),'rhuZn':function(_0x2904a8,_0x363ac3){return _0x2904a8(_0x363ac3);},'jnERB':function(_0x51ddd6,_0x52fe43){return _0x51ddd6(_0x52fe43);},'ryMAh':'NodeGroup','KgoQA':_0x389cec(0x267),'ZOPhf':function(_0x114563,_0x2b4c2d){return _0x114563===_0x2b4c2d;},'oSfVO':_0x389cec(0x1e8),'kRlkr':_0x389cec(0x283),'cHcju':_0x389cec(0x217),'yozib':'vpc-import.yaml','jTcYx':_0x389cec(0x20d),'meQiZ':function(_0x22d0c8,_0x5d6f0f,_0x5eeaa1){return _0x22d0c8(_0x5d6f0f,_0x5eeaa1);},'nGtBb':_0x389cec(0x242),'DYfeY':function(_0x4bf8c1,_0x4487be){return _0x4bf8c1===_0x4487be;},'ETaKm':_0x389cec(0x21f),'DAIoM':'vpc-create.yaml','YUICR':_0x389cec(0x226)};if(_0x29e952){if(_0x4fe06e[_0x389cec(0x284)](_0x4fe06e[_0x389cec(0x27e)],_0x4fe06e[_0x389cec(0x218)])){const _0x291ab6=_0x4fe06e[_0x389cec(0x21e)][_0x389cec(0x1eb)]('|');let _0x3abffd=0x0;while(!![]){switch(_0x291ab6[_0x3abffd++]){case'0':_0x282209[_0x389cec(0x236)][_0x389cec(0x1e4)][_0x389cec(0x1ff)][_0x389cec(0x1f0)][_0x389cec(0x1f1)]({'Ref':'Subnet'+_0x4fe06e[_0x389cec(0x1d9)](_0x5aa166,_0x1cda26)[_0x389cec(0x280)](0x2,'0')});continue;case'1':_0x31fa[_0x389cec(0x23f)][_0x389cec(0x263)][_0x389cec(0x26c)][_0x4fe06e[_0x389cec(0x22d)]][0x1]['push']({'Ref':_0x389cec(0x1e7)+_0x4fe06e[_0x389cec(0x1d9)](_0x286f50,_0x3c7647)[_0x389cec(0x280)](0x2,'0')});continue;case'2':_0x428dc1+=0x1;continue;case'3':_0x5a9717[_0x389cec(0x201)][_0x4fe06e[_0x389cec(0x220)]][_0x389cec(0x292)][0x0]['Parameters'][_0x389cec(0x1f1)]('Subnet'+_0x4fe06e['rhuZn'](_0x789c2a,_0x3b49f0)[_0x389cec(0x280)](0x2,'0'));continue;case'4':_0x2bfe6a[_0x389cec(0x236)][_0x389cec(0x267)]['Properties'][_0x389cec(0x1f0)][_0x389cec(0x1f1)]({'Ref':_0x389cec(0x1e7)+_0x4fe06e[_0x389cec(0x211)](_0x2fa53a,_0x2bb91f)[_0x389cec(0x280)](0x2,'0')});continue;case'5':_0x189e15[_0x389cec(0x236)][_0x389cec(0x285)][_0x389cec(0x1ff)][_0x389cec(0x244)][_0x389cec(0x263)]['push']({'Ref':_0x389cec(0x1e7)+_0x4fe06e['jnERB'](_0xe384ee,_0x138f77)[_0x389cec(0x280)](0x2,'0')});continue;}break;}}else{const _0x41fbf8=await fs[_0x389cec(0x27b)](path['join'](__dirname,'..',_0x4fe06e[_0x389cec(0x248)],_0x4fe06e[_0x389cec(0x239)]),_0x4fe06e[_0x389cec(0x21d)]),_0x2b7775={};_0x2b7775[_0x389cec(0x21b)]=CLOUDFORMATION_SCHEMA;const _0x4b0656=yaml['load'](_0x41fbf8,_0x2b7775);_0x4fe06e[_0x389cec(0x25a)](mergeTemplates,_0x5c0c6b,_0x4b0656),_0x5c0c6b[_0x389cec(0x201)][_0x4fe06e[_0x389cec(0x220)]][_0x389cec(0x292)][0x0]['Parameters'][_0x389cec(0x1f1)](_0x4fe06e[_0x389cec(0x206)]);}}else{if(_0x4fe06e[_0x389cec(0x1e1)](_0x4fe06e[_0x389cec(0x1ec)],_0x4fe06e[_0x389cec(0x1ec)])){const _0x13e951=await fs['readFileAsync'](path[_0x389cec(0x262)](__dirname,'..',_0x4fe06e['cHcju'],_0x4fe06e[_0x389cec(0x1fd)]),_0x4fe06e['jTcYx']),_0x287888={};_0x287888[_0x389cec(0x21b)]=CLOUDFORMATION_SCHEMA;const _0x4938fc=yaml[_0x389cec(0x277)](_0x13e951,_0x287888);_0x4fe06e[_0x389cec(0x25a)](mergeTemplates,_0x5c0c6b,_0x4938fc),_0x5c0c6b[_0x389cec(0x201)][_0x4fe06e[_0x389cec(0x220)]][_0x389cec(0x292)][0x0][_0x389cec(0x279)][_0x389cec(0x1f1)](_0x4fe06e['YUICR']);}else{for(const _0x37d81b in _0x19d1b2[_0x389cec(0x236)]){_0x5bd6e7[_0x389cec(0x236)][_0x37d81b]['Properties']&&_0x424f73[_0x389cec(0x236)][_0x37d81b][_0x389cec(0x1ff)][_0x389cec(0x26b)]&&_0x3d69b8['Resources'][_0x37d81b][_0x389cec(0x1ff)][_0x389cec(0x26b)][_0x389cec(0x1f1)](..._0x46e6a1);}const _0x5b244b={};_0x2e6bbf[_0x389cec(0x288)](_0x2d97fc=>{const _0x2ebe5d=_0x389cec;_0x5b244b[_0x2d97fc[_0x2ebe5d(0x278)]]=_0x2d97fc[_0x2ebe5d(0x26c)];}),_0x3ff948[_0x389cec(0x236)][_0x4fe06e[_0x389cec(0x22e)]][_0x389cec(0x1ff)][_0x389cec(0x26b)]=_0x5b244b,_0x2875c0['Resources'][_0x4fe06e[_0x389cec(0x25f)]][_0x389cec(0x1ff)][_0x389cec(0x26b)]=_0x5b244b;}}},addS3Data=async _0x4e0bd2=>{const _0x8bc0c5=a27_0x378ddb,_0x51d142={'cTlba':_0x8bc0c5(0x242),'mMEYh':_0x8bc0c5(0x217),'HesEx':_0x8bc0c5(0x240),'uLCkU':'utf-8','nTrCo':function(_0xb86e83,_0x16b9d4){return _0xb86e83(_0x16b9d4);},'gbNQg':function(_0x1362d8,_0x1ae943){return _0x1362d8===_0x1ae943;},'YbPJG':function(_0x5f5710,_0x4b8d0c){return _0x5f5710!==_0x4b8d0c;},'QUnoU':'CFgPw','fbhTV':function(_0x2ccbf5,_0x4ac064,_0x6c998d){return _0x2ccbf5(_0x4ac064,_0x6c998d);}},_0x1e20f6=await fs[_0x8bc0c5(0x27b)](path[_0x8bc0c5(0x262)](__dirname,'..',_0x51d142['mMEYh'],_0x51d142['HesEx']),_0x51d142[_0x8bc0c5(0x255)]),_0x4ec6aa={};_0x4ec6aa[_0x8bc0c5(0x21b)]=CLOUDFORMATION_SCHEMA;const _0xa1f01a=yaml[_0x8bc0c5(0x277)](_0x1e20f6,_0x4ec6aa),_0x26b4eb=await _0x51d142[_0x8bc0c5(0x21a)](isBucketPresent,global_registry['s3Bucket']);if(_0x51d142[_0x8bc0c5(0x26a)](_0x26b4eb,![])){if(_0x51d142[_0x8bc0c5(0x275)](_0x51d142[_0x8bc0c5(0x20b)],_0x51d142['QUnoU'])){const _0x120b2c={};_0x120b2c[_0x8bc0c5(0x243)]=_0x51d142['cTlba'],_0x120b2c[_0x8bc0c5(0x1df)]=_0x4ace54,_0xc6f8a7[_0x8bc0c5(0x279)][_0x8bc0c5(0x1f1)](_0x120b2c);}else _0x51d142['fbhTV'](mergeTemplates,_0x4e0bd2,_0xa1f01a);}},addSubnetData=async(_0x26d7bc,_0x522165)=>{const _0x45c35a=a27_0x378ddb,_0x2949be={'sUDFd':function(_0x434b6d,_0x25182a){return _0x434b6d===_0x25182a;},'ZXNak':'AXzuy','PZuuF':'avwmi','rJhTw':_0x45c35a(0x20a),'RdPUp':'Fn::Join','Onmzl':function(_0x3ad18b,_0x7479ed){return _0x3ad18b(_0x7479ed);},'XUkYi':_0x45c35a(0x251),'pvaMB':function(_0x2e574e,_0x326e40){return _0x2e574e(_0x326e40);},'xDqkd':function(_0x14ee25,_0x2aebec){return _0x14ee25(_0x2aebec);},'zhlUU':_0x45c35a(0x1f5),'mYhBM':'UvaDV','Yqdmj':_0x45c35a(0x217),'wHRRH':_0x45c35a(0x1f7),'XLlOC':'utf-8','QlVik':function(_0x41f3c2,_0x5c5b43,_0x50f99c){return _0x41f3c2(_0x5c5b43,_0x50f99c);},'WdGmR':function(_0xf9ed15,_0x3ea54d){return _0xf9ed15!==_0x3ea54d;},'gahiC':_0x45c35a(0x27d),'LnuIa':'VQdZr','JlvtY':_0x45c35a(0x246),'GNQuO':_0x45c35a(0x260),'cdIBz':'Subnet02','SVHNr':_0x45c35a(0x272),'wkdBX':'Subnet01Block','IpGMc':_0x45c35a(0x25d),'vJHDN':_0x45c35a(0x227)};if(_0x522165){if(_0x2949be['sUDFd'](_0x2949be['zhlUU'],_0x2949be['mYhBM']))_0x9dba3e[_0x45c35a(0x236)][_0x297cb3][_0x45c35a(0x1ff)]&&_0x563135[_0x45c35a(0x236)][_0x59471f][_0x45c35a(0x1ff)]['Tags']&&_0x293a7b['Resources'][_0x49a8b0][_0x45c35a(0x1ff)][_0x45c35a(0x26b)]['push'](..._0x2d635f);else{const _0x3a812b=await fs[_0x45c35a(0x27b)](path[_0x45c35a(0x262)](__dirname,'..',_0x2949be['Yqdmj'],_0x2949be[_0x45c35a(0x1fb)]),_0x2949be[_0x45c35a(0x1dd)]),_0x4bcd94={};_0x4bcd94[_0x45c35a(0x21b)]=CLOUDFORMATION_SCHEMA;const _0x4ccab7=yaml[_0x45c35a(0x277)](_0x3a812b,_0x4bcd94);_0x2949be[_0x45c35a(0x274)](mergeTemplates,_0x26d7bc,_0x4ccab7);let _0x51c4cc=0x1;_0x522165[_0x45c35a(0x288)](_0x103826=>{const _0x4d4f0e=_0x45c35a;if(_0x2949be[_0x4d4f0e(0x28a)](_0x2949be[_0x4d4f0e(0x24e)],_0x2949be[_0x4d4f0e(0x1da)]))_0x535b54[_0x4d4f0e(0x23d)](_0x28b8c5)[_0x4d4f0e(0x288)](_0x36e8be=>{const _0x17a1f0=_0x4d4f0e;var _0x2ad900=_0x15376b[_0x36e8be];_0x553ed0[_0x17a1f0(0x23d)](_0x2ad900)[_0x17a1f0(0x288)](_0xa29823=>{_0x26f53a[_0x36e8be][_0xa29823]=_0x2ad900[_0xa29823];});});else{const _0x13a12e=_0x2949be[_0x4d4f0e(0x268)]['split']('|');let _0x372314=0x0;while(!![]){switch(_0x13a12e[_0x372314++]){case'0':_0x26d7bc[_0x4d4f0e(0x23f)][_0x4d4f0e(0x263)][_0x4d4f0e(0x26c)][_0x2949be[_0x4d4f0e(0x228)]][0x1][_0x4d4f0e(0x1f1)]({'Ref':_0x4d4f0e(0x1e7)+_0x2949be['Onmzl'](String,_0x51c4cc)[_0x4d4f0e(0x280)](0x2,'0')});continue;case'1':_0x26d7bc[_0x4d4f0e(0x201)][_0x2949be[_0x4d4f0e(0x204)]]['ParameterGroups'][0x0][_0x4d4f0e(0x279)][_0x4d4f0e(0x1f1)]('Subnet'+_0x2949be['Onmzl'](String,_0x51c4cc)[_0x4d4f0e(0x280)](0x2,'0'));continue;case'2':_0x26d7bc['Resources'][_0x4d4f0e(0x285)]['Properties'][_0x4d4f0e(0x244)][_0x4d4f0e(0x263)][_0x4d4f0e(0x1f1)]({'Ref':'Subnet'+_0x2949be[_0x4d4f0e(0x281)](String,_0x51c4cc)[_0x4d4f0e(0x280)](0x2,'0')});continue;case'3':_0x51c4cc+=0x1;continue;case'4':_0x26d7bc[_0x4d4f0e(0x236)][_0x4d4f0e(0x1e4)][_0x4d4f0e(0x1ff)][_0x4d4f0e(0x1f0)][_0x4d4f0e(0x1f1)]({'Ref':_0x4d4f0e(0x1e7)+_0x2949be[_0x4d4f0e(0x281)](String,_0x51c4cc)['padStart'](0x2,'0')});continue;case'5':_0x26d7bc['Resources'][_0x4d4f0e(0x267)][_0x4d4f0e(0x1ff)][_0x4d4f0e(0x1f0)][_0x4d4f0e(0x1f1)]({'Ref':_0x4d4f0e(0x1e7)+_0x2949be[_0x4d4f0e(0x224)](String,_0x51c4cc)['padStart'](0x2,'0')});continue;}break;}}});}}else{if(_0x2949be[_0x45c35a(0x27c)](_0x2949be[_0x45c35a(0x271)],_0x2949be[_0x45c35a(0x26d)])){const _0x23ebbb=await fs[_0x45c35a(0x27b)](path[_0x45c35a(0x262)](__dirname,'..',_0x2949be[_0x45c35a(0x1fe)],_0x2949be[_0x45c35a(0x1ea)]),_0x2949be[_0x45c35a(0x1dd)]),_0x4fa847={};_0x4fa847[_0x45c35a(0x21b)]=CLOUDFORMATION_SCHEMA;const _0x45741b=yaml['load'](_0x23ebbb,_0x4fa847);_0x2949be[_0x45c35a(0x274)](mergeTemplates,_0x26d7bc,_0x45741b),_0x26d7bc[_0x45c35a(0x236)][_0x45c35a(0x285)][_0x45c35a(0x1f8)]['push'](_0x2949be[_0x45c35a(0x245)],_0x2949be[_0x45c35a(0x1f4)],_0x2949be[_0x45c35a(0x230)]);const _0x2aeec7={};_0x2aeec7[_0x45c35a(0x207)]=_0x2949be[_0x45c35a(0x245)];const _0x58a802={};_0x58a802[_0x45c35a(0x207)]=_0x2949be[_0x45c35a(0x1f4)];const _0x1286ae={};_0x1286ae['Ref']=_0x2949be['SVHNr'],_0x26d7bc[_0x45c35a(0x236)]['EKSCluster'][_0x45c35a(0x1ff)][_0x45c35a(0x244)][_0x45c35a(0x263)]=[_0x2aeec7,_0x58a802,_0x1286ae],_0x26d7bc[_0x45c35a(0x201)][_0x2949be[_0x45c35a(0x204)]][_0x45c35a(0x292)][0x0][_0x45c35a(0x279)][_0x45c35a(0x1f1)](_0x2949be[_0x45c35a(0x26f)],_0x2949be[_0x45c35a(0x265)],_0x2949be[_0x45c35a(0x269)]);const _0x1a4aaf={};_0x1a4aaf[_0x45c35a(0x207)]=_0x2949be[_0x45c35a(0x245)];const _0x2ff858={};_0x2ff858[_0x45c35a(0x207)]=_0x2949be[_0x45c35a(0x1f4)];const _0x200244={};_0x200244[_0x45c35a(0x207)]=_0x2949be['SVHNr'],_0x26d7bc['Resources'][_0x45c35a(0x1e4)][_0x45c35a(0x1ff)][_0x45c35a(0x1f0)]=[_0x1a4aaf,_0x2ff858,_0x200244];const _0xd9e20={};_0xd9e20['Ref']=_0x2949be[_0x45c35a(0x245)];const _0x7d6376={};_0x7d6376[_0x45c35a(0x207)]=_0x2949be[_0x45c35a(0x1f4)];const _0x44d183={};_0x44d183[_0x45c35a(0x207)]=_0x2949be[_0x45c35a(0x230)],_0x26d7bc[_0x45c35a(0x236)][_0x45c35a(0x267)][_0x45c35a(0x1ff)][_0x45c35a(0x1f0)]=[_0xd9e20,_0x7d6376,_0x44d183],_0x26d7bc[_0x45c35a(0x23f)][_0x45c35a(0x263)][_0x45c35a(0x26c)][_0x2949be['RdPUp']][0x1]=[{'Ref':_0x2949be['GNQuO']},{'Ref':_0x2949be[_0x45c35a(0x1f4)]},{'Ref':_0x2949be[_0x45c35a(0x230)]}];}else _0x3a1e6e[_0x45c35a(0x279)][_0x45c35a(0x1f1)]({'ParameterKey':_0x45c35a(0x1e7)+_0x2949be[_0x45c35a(0x234)](_0x446b20,_0x323b20)[_0x45c35a(0x280)](0x2,'0'),'ParameterValue':_0x370347[_0x45c35a(0x209)]}),_0x2e88b0+=0x1;}},addTags=async(_0x2aa9fc,_0x28cdc9,_0x20e69c)=>{const _0x323b77=a27_0x378ddb,_0x5aba04={'GmJEo':function(_0x4ba5c2,_0x792448,_0x5b8bab){return _0x4ba5c2(_0x792448,_0x5b8bab);},'NQPoJ':function(_0x25a530,_0x4be4f4){return _0x25a530(_0x4be4f4);},'pdZAb':function(_0x5162ec,_0x361265){return _0x5162ec!==_0x361265;},'BNmAt':'HmLOh','CTTzd':_0x323b77(0x1ed),'pgnIR':function(_0x20d9a6,_0xea15c4){return _0x20d9a6!==_0xea15c4;},'svfIE':'DQoFd','njbtO':_0x323b77(0x250),'QqxFB':function(_0x30af04,_0x2dc2b4){return _0x30af04!==_0x2dc2b4;},'IoJLa':'TeADN','TNiOh':_0x323b77(0x1e4),'gijGC':'NodeGroupWindows'};for(const _0x331ed4 in _0x2aa9fc[_0x323b77(0x236)]){_0x5aba04[_0x323b77(0x212)](_0x5aba04['svfIE'],_0x5aba04[_0x323b77(0x200)])?_0x2aa9fc[_0x323b77(0x236)][_0x331ed4]['Properties']&&_0x2aa9fc[_0x323b77(0x236)][_0x331ed4]['Properties'][_0x323b77(0x26b)]&&(_0x5aba04[_0x323b77(0x1e5)](_0x5aba04[_0x323b77(0x1e6)],_0x5aba04[_0x323b77(0x1e6)])?_0x5aba04['GmJEo'](_0x105f9f,_0x105e79,_0x5920eb):_0x2aa9fc[_0x323b77(0x236)][_0x331ed4][_0x323b77(0x1ff)][_0x323b77(0x26b)][_0x323b77(0x1f1)](..._0x20e69c)):_0x90f481[_0x846946[_0x323b77(0x278)]]=_0x4120d6[_0x323b77(0x26c)];}const _0x423dfe={};_0x20e69c[_0x323b77(0x288)](_0x51c2fd=>{const _0x26639e=_0x323b77,_0x38ddd0={'WqyZC':function(_0x222c36,_0x11d731){return _0x5aba04['NQPoJ'](_0x222c36,_0x11d731);}};if(_0x5aba04[_0x26639e(0x287)](_0x5aba04[_0x26639e(0x28c)],_0x5aba04[_0x26639e(0x1f2)]))_0x423dfe[_0x51c2fd[_0x26639e(0x278)]]=_0x51c2fd[_0x26639e(0x26c)];else{const _0x9ec8f1={'XCgQH':function(_0x1d91cc,_0x1cf980){const _0x43957a=_0x26639e;return _0x38ddd0[_0x43957a(0x216)](_0x1d91cc,_0x1cf980);}};let _0x33f8d1=0x1;_0xb098ea[_0x26639e(0x288)](_0x27e911=>{const _0x4f7497=_0x26639e;_0x20608e['Parameters'][_0x4f7497(0x1f1)]({'ParameterKey':'Subnet'+_0x9ec8f1[_0x4f7497(0x238)](_0x52480d,_0x33f8d1)[_0x4f7497(0x280)](0x2,'0'),'ParameterValue':_0x27e911[_0x4f7497(0x209)]}),_0x33f8d1+=0x1;});}}),_0x2aa9fc['Resources'][_0x5aba04[_0x323b77(0x1d7)]][_0x323b77(0x1ff)][_0x323b77(0x26b)]=_0x423dfe,_0x2aa9fc['Resources'][_0x5aba04[_0x323b77(0x232)]]['Properties'][_0x323b77(0x26b)]=_0x423dfe;};function a27_0x7614(_0x3838b3,_0x11b386){const _0x50c840=a27_0x50c8();return a27_0x7614=function(_0x76148b,_0x1710a1){_0x76148b=_0x76148b-0x1d7;let _0xa9fddb=_0x50c840[_0x76148b];return _0xa9fddb;},a27_0x7614(_0x3838b3,_0x11b386);}exports[a27_0x378ddb(0x1f6)]=async(_0x5876ed,_0x37a1a8,_0x3ee2ba,_0xf35004=null,_0x2ef650=null,_0x2dccf1)=>{const _0xf3fd4f=a27_0x378ddb,_0x16d2a3={'kXlSf':function(_0x5df06e,_0x1168f3){return _0x5df06e(_0x1168f3);},'Tdaoq':_0xf3fd4f(0x27a),'XyQXO':_0xf3fd4f(0x222),'Vphib':_0xf3fd4f(0x25c),'oBeyH':_0xf3fd4f(0x217),'Uqdcg':'aws-eks-cluster-dep.yaml','hOgnK':_0xf3fd4f(0x20d),'SPplb':function(_0xeb93d7,_0x7de979,_0xb86982){return _0xeb93d7(_0x7de979,_0xb86982);},'LZqhZ':function(_0x5ea6ae,_0x534825){return _0x5ea6ae(_0x534825);},'WkAvX':function(_0x508d1b,_0x3bb286,_0x4467fc){return _0x508d1b(_0x3bb286,_0x4467fc);},'bMpyT':function(_0x58ac53,_0x29a95a,_0x5454cb,_0x345aa1){return _0x58ac53(_0x29a95a,_0x5454cb,_0x345aa1);},'ikIqB':_0xf3fd4f(0x219),'kVIYi':'ClusterName','ItVHm':_0xf3fd4f(0x276),'sgzgu':_0xf3fd4f(0x213),'Ajoet':_0xf3fd4f(0x293),'SDzUb':_0xf3fd4f(0x214),'XQaWq':'NodeAutoScalingGroupMaxSize','QyxUP':_0xf3fd4f(0x22b),'ihZom':_0xf3fd4f(0x1d8),'Pqfaw':_0xf3fd4f(0x1fa),'vQPYD':'NodeGroupNameWindows','yUwAa':_0xf3fd4f(0x23b),'OdGDi':'true','xBQfh':_0xf3fd4f(0x286),'yorJH':'CAPABILITY_NAMED_IAM','xGcFZ':function(_0x2118fc,_0x5da6ba){return _0x2118fc!=_0x5da6ba;},'emvAK':function(_0x526849,_0x5bf48a){return _0x526849!==_0x5bf48a;},'BHUCk':function(_0x5af28f,_0x496c1d){return _0x5af28f===_0x496c1d;},'TzneB':_0xf3fd4f(0x20f),'Mxbta':_0xf3fd4f(0x242),'YCyex':function(_0x576926,_0x497db8){return _0x576926!=_0x497db8;},'RtrnE':function(_0x491423,_0x4e1518){return _0x491423!==_0x4e1518;},'azaHz':'Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','mHpNM':'stackCreateComplete'},_0x1143d5=COMMON_HST_TAGS,_0xcac88c={};_0xcac88c[_0xf3fd4f(0x278)]=_0x16d2a3['Tdaoq'],_0xcac88c[_0xf3fd4f(0x26c)]=_0x5876ed,_0x1143d5['push'](_0xcac88c),_0x1143d5[_0xf3fd4f(0x1f1)]({'Key':_0x16d2a3['XyQXO'],'Value':new Date()[_0xf3fd4f(0x210)]()[_0xf3fd4f(0x203)]()});const _0x160704={};_0x160704['apiVersion']=_0x16d2a3[_0xf3fd4f(0x202)];const _0x8e92aa=new AWS[(_0xf3fd4f(0x24b))](_0x160704),_0xbadeb=await fs[_0xf3fd4f(0x27b)](path[_0xf3fd4f(0x262)](__dirname,'..',_0x16d2a3[_0xf3fd4f(0x235)],_0x16d2a3['Uqdcg']),_0x16d2a3[_0xf3fd4f(0x1ee)]),_0x225d6f={};_0x225d6f[_0xf3fd4f(0x21b)]=CLOUDFORMATION_SCHEMA;const _0x51f9c9=yaml[_0xf3fd4f(0x277)](_0xbadeb,_0x225d6f);await _0x16d2a3[_0xf3fd4f(0x256)](addVPCData,_0x51f9c9,_0xf35004),await _0x16d2a3[_0xf3fd4f(0x1dc)](addS3Data,_0x51f9c9),await _0x16d2a3[_0xf3fd4f(0x225)](addSubnetData,_0x51f9c9,_0x2ef650),await _0x16d2a3[_0xf3fd4f(0x28f)](addTags,_0x51f9c9,_0x5876ed,_0x1143d5);const _0x308fc7=JSON[_0xf3fd4f(0x266)](_0x51f9c9),_0x201e53={};_0x201e53[_0xf3fd4f(0x25e)]=CLUSTER_DEP_STACK_NAME+'-'+_0x5876ed,_0x201e53[_0xf3fd4f(0x270)]=_0x16d2a3['ikIqB'],_0x201e53[_0xf3fd4f(0x249)]=_0x308fc7,_0x201e53[_0xf3fd4f(0x279)]=[{'ParameterKey':_0x16d2a3[_0xf3fd4f(0x233)],'ParameterValue':_0x5876ed},{'ParameterKey':_0x16d2a3[_0xf3fd4f(0x27f)],'ParameterValue':_0x5876ed+'-NodeGroup'},{'ParameterKey':_0x16d2a3[_0xf3fd4f(0x1e3)],'ParameterValue':''+_0x37a1a8},{'ParameterKey':_0x16d2a3[_0xf3fd4f(0x26e)],'ParameterValue':'0'},{'ParameterKey':_0x16d2a3['SDzUb'],'ParameterValue':'1'},{'ParameterKey':_0x16d2a3['XQaWq'],'ParameterValue':''+_0x3ee2ba},{'ParameterKey':_0x16d2a3[_0xf3fd4f(0x223)],'ParameterValue':global_registry['ami']},{'ParameterKey':_0x16d2a3['ihZom'],'ParameterValue':global_registry[_0xf3fd4f(0x231)]},{'ParameterKey':_0x16d2a3[_0xf3fd4f(0x28d)],'ParameterValue':global_registry[_0xf3fd4f(0x205)]},{'ParameterKey':_0x16d2a3[_0xf3fd4f(0x1e2)],'ParameterValue':_0x5876ed+'-Windows-NodeGroup'},{'ParameterKey':_0x16d2a3[_0xf3fd4f(0x229)],'ParameterValue':_0x2dccf1?_0x16d2a3[_0xf3fd4f(0x25b)]:_0x16d2a3['xBQfh']}],_0x201e53['Capabilities']=[_0x16d2a3[_0xf3fd4f(0x264)]],_0x201e53[_0xf3fd4f(0x26b)]=_0x1143d5;const _0x195ad5=_0x201e53;if(_0x16d2a3[_0xf3fd4f(0x221)](_0xf35004,null)&&_0x16d2a3[_0xf3fd4f(0x1de)](_0xf35004,undefined)){if(_0x16d2a3[_0xf3fd4f(0x291)](_0x16d2a3[_0xf3fd4f(0x23c)],_0x16d2a3[_0xf3fd4f(0x23c)])){const _0x2e26a2={};_0x2e26a2[_0xf3fd4f(0x243)]=_0x16d2a3[_0xf3fd4f(0x24a)],_0x2e26a2[_0xf3fd4f(0x1df)]=_0xf35004,_0x195ad5[_0xf3fd4f(0x279)][_0xf3fd4f(0x1f1)](_0x2e26a2);}else _0x1c064e[_0xe6e67c][_0x4a77c7]=_0x12c9fa[_0x31d6a7];}if(_0x16d2a3[_0xf3fd4f(0x1fc)](_0x2ef650,null)&&_0x16d2a3[_0xf3fd4f(0x208)](_0x2ef650,undefined)){let _0x5139c2=0x1;_0x2ef650[_0xf3fd4f(0x288)](_0x5eb28a=>{const _0x299b7d=_0xf3fd4f;_0x195ad5[_0x299b7d(0x279)][_0x299b7d(0x1f1)]({'ParameterKey':'Subnet'+_0x16d2a3[_0x299b7d(0x247)](String,_0x5139c2)[_0x299b7d(0x280)](0x2,'0'),'ParameterValue':_0x5eb28a[_0x299b7d(0x209)]}),_0x5139c2+=0x1;});}const _0x30fce2=await _0x8e92aa[_0xf3fd4f(0x273)](_0x195ad5)[_0xf3fd4f(0x28e)]();logger[_0xf3fd4f(0x22a)](_0x16d2a3[_0xf3fd4f(0x259)]);const _0x4bba98={};return _0x4bba98[_0xf3fd4f(0x25e)]=_0x30fce2['StackId'],_0x8e92aa[_0xf3fd4f(0x290)](_0x16d2a3['mHpNM'],_0x4bba98)[_0xf3fd4f(0x28e)]();};
1
+ const a27_0x5e9c76=a27_0x832d;(function(_0x5869cb,_0x517d50){const _0x5278db=a27_0x832d,_0x2b4e67=_0x5869cb();while(!![]){try{const _0x404d65=-parseInt(_0x5278db(0x250))/0x1+parseInt(_0x5278db(0x246))/0x2+parseInt(_0x5278db(0x252))/0x3+parseInt(_0x5278db(0x1b6))/0x4+parseInt(_0x5278db(0x207))/0x5+parseInt(_0x5278db(0x21e))/0x6+-parseInt(_0x5278db(0x251))/0x7;if(_0x404d65===_0x517d50)break;else _0x2b4e67['push'](_0x2b4e67['shift']());}catch(_0x1d1a4c){_0x2b4e67['push'](_0x2b4e67['shift']());}}}(a27_0x2f7f,0xabed4));const fs=require('fs'),path=require(a27_0x5e9c76(0x225)),Promise=require('bluebird'),yaml=require(a27_0x5e9c76(0x260)),{CLOUDFORMATION_SCHEMA}=require(a27_0x5e9c76(0x258)),AWS=require(a27_0x5e9c76(0x236))[a27_0x5e9c76(0x1f9)],{CLUSTER_DEP_STACK_NAME,COMMON_HST_TAGS,global_registry}=require(a27_0x5e9c76(0x233)),{logger}=require(a27_0x5e9c76(0x23e)),{isBucketPresent}=require(a27_0x5e9c76(0x236));Promise[a27_0x5e9c76(0x1ed)](fs);function a27_0x2f7f(){const _0x1a97c7=['rxWCP','NCmmO','UWLjW','2010-05-15','MjDtk','AfxgB','promisifyAll','XSDgz','readFileAsync','qmaSy','MBWZP','Guoxy','ParameterKey','oVFta','EDeLx','join','uYxmY','toString','awsObj','qiXxo','XzvVZ','xsdXJ','KrNdI','jdeFA','padStart','ZzfVo','LimuX','GEbtF','vpc-create.yaml','JCAFr','idyoL','yqEUd','4715010vTCZZT','true','VoAXd','GWyFG','Subnet02Block','ApZOr','NodeGroup','bHYqE','utf-8','TjVRb','AWS::CloudFormation::Interface','ybDQE','0|5|2|4|1|3','KRUKS','createClusterStack','DependsOn','YwcXS','htGqy','Tags','zhxhV','NodeAutoScalingGroupMaxSize','WqrgQ','xqVwJ','193884hJZXLZ','Metadata','xAUvF','valueOf','StackName','EKSCluster','ZmrVf','path','RkHtr','Fn::Join','wlnvJ','NodeAutoScalingGroupDesiredSizeWindows','NodeGroupWindows','bGxtT','fkSJS','OzWmm','keys','CZmwf','createStack','VkKxp','Subnets','../config/constants','YXBKc','fjVwF','./AWSUtils','vpc-import.yaml','OEfxt','ParameterGroups','uKNNd','instanceType','GJxdS','browserstack:cluster','../config/logger','Outputs','NodeAutoScalingGroupMinSizeWindows','bVAux','push','NRCaG','qARNR','value','1406132ZCMWEU','-Windows-NodeGroup','Capabilities','Subnet01Block','rCMTe','sqTHg','rOiNk','NodeInstanceType','EOtwa','browserstack:creationDate','779539YfZrox','13706287SnrKwV','2018349XFCgGg','apiVersion','ResourcesVpcConfig','DadPV','s3Bucket','forEach','js-yaml-cloudformation-schema','oeIGR','xnaRq','eczNJ','Qeoiz','SubnetIds','Key','rfMsD','js-yaml','Resources','Parameters','gnouT','s3-create.yaml','gIEtQ','DELETE','qIQJe','JUuWj','VfxYZ','XjsXQ','promise','sTagm','XsRuE','liTsz','schema','HJZWF','CloudFormation','ecgkZ','Subnet','OnFailure','ParameterValue','DDhuW','4362508xFreZt','QoNMU','dHeYJ','StackId','ifzaW','oYIUi','zeBVF','S3BucketName','VpcBlock','PvCor','ajDyF','flWaV','SsNtP','UTZOi','vHyCk','NodeGroupName','ENcwZ','FWaZB','rejNt','jwSTP','EMbhm','Properties','Subnet03Block','LSfOl','false','-NodeGroup','NodeAutoScalingGroupMinSize','BxRCL','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','HVqLi','ClusterAutoUpgrade','LoyFz','HMVDz','ACQFp','MZYXG','mYELq','JUbyP','load','split','Value','VPC','Ref','rmdxW','debug','VwNjw','wKkPc','JaMyL','nldrd','CFTemplates'];a27_0x2f7f=function(){return _0x1a97c7;};return a27_0x2f7f();}function a27_0x832d(_0x1f8a4a,_0x3b9ec0){const _0x2f7fa8=a27_0x2f7f();return a27_0x832d=function(_0x832df0,_0x355ea9){_0x832df0=_0x832df0-0x1af;let _0x3f2115=_0x2f7fa8[_0x832df0];return _0x3f2115;},a27_0x832d(_0x1f8a4a,_0x3b9ec0);}const mergeTemplates=(_0x262f6b,_0x552237)=>{const _0x3336b7=a27_0x5e9c76,_0x5ecd55={'JUuWj':'4|2|0|5|3|1','OEfxt':function(_0x305ba3,_0x13710a){return _0x305ba3(_0x13710a);},'dHeYJ':_0x3336b7(0x211),'HJZWF':function(_0x152b03,_0x1b5319){return _0x152b03(_0x1b5319);},'VkqjM':'Fn::Join','wKkPc':function(_0x16c4b6,_0x319380){return _0x16c4b6!==_0x319380;},'rejNt':_0x3336b7(0x22c),'rfMsD':'SsnrR','AfxgB':function(_0x2d9d33,_0x2b2d01){return _0x2d9d33!==_0x2b2d01;},'EDeLx':_0x3336b7(0x217),'JaMyL':_0x3336b7(0x1d7)};Object[_0x3336b7(0x22e)](_0x552237)[_0x3336b7(0x257)](_0x38674a=>{const _0x2b4f58=_0x3336b7;if(_0x5ecd55[_0x2b4f58(0x1ec)](_0x5ecd55[_0x2b4f58(0x1f5)],_0x5ecd55[_0x2b4f58(0x1e4)])){var _0x3529d5=_0x552237[_0x38674a];Object[_0x2b4f58(0x22e)](_0x3529d5)[_0x2b4f58(0x257)](_0x23f9b7=>{const _0x3bfb01=_0x2b4f58,_0x25952f={'NRCaG':_0x5ecd55[_0x3bfb01(0x268)],'XjsXQ':function(_0x45fd5c,_0x383d08){const _0xa84f5f=_0x3bfb01;return _0x5ecd55[_0xa84f5f(0x238)](_0x45fd5c,_0x383d08);},'vHyCk':_0x5ecd55[_0x3bfb01(0x1b8)],'nldrd':function(_0x163f64,_0xc69a3a){const _0x30845e=_0x3bfb01;return _0x5ecd55[_0x30845e(0x1af)](_0x163f64,_0xc69a3a);},'bGxtT':_0x5ecd55['VkqjM'],'LimuX':function(_0xf9a31a,_0xb33008){const _0x210839=_0x3bfb01;return _0x5ecd55[_0x210839(0x1af)](_0xf9a31a,_0xb33008);}};if(_0x5ecd55[_0x3bfb01(0x1e3)](_0x5ecd55[_0x3bfb01(0x1c8)],_0x5ecd55[_0x3bfb01(0x25f)]))_0x262f6b[_0x38674a][_0x23f9b7]=_0x3529d5[_0x23f9b7];else{const _0x43dbff=_0x25952f[_0x3bfb01(0x243)][_0x3bfb01(0x1dc)]('|');let _0x18415b=0x0;while(!![]){switch(_0x43dbff[_0x18415b++]){case'0':_0x557c9b[_0x3bfb01(0x261)][_0x3bfb01(0x20d)][_0x3bfb01(0x1cb)][_0x3bfb01(0x232)][_0x3bfb01(0x242)]({'Ref':_0x3bfb01(0x1b2)+_0x25952f[_0x3bfb01(0x26a)](_0x151841,_0x2c6a4b)[_0x3bfb01(0x1ff)](0x2,'0')});continue;case'1':_0x2edada+=0x1;continue;case'2':_0x4edd5a[_0x3bfb01(0x21f)][_0x25952f[_0x3bfb01(0x1c4)]][_0x3bfb01(0x239)][0x0]['Parameters'][_0x3bfb01(0x242)](_0x3bfb01(0x1b2)+_0x25952f[_0x3bfb01(0x1e5)](_0x194348,_0xb9065e)[_0x3bfb01(0x1ff)](0x2,'0'));continue;case'3':_0x1956df['Outputs'][_0x3bfb01(0x25d)][_0x3bfb01(0x1dd)][_0x25952f[_0x3bfb01(0x22b)]][0x1]['push']({'Ref':_0x3bfb01(0x1b2)+_0x25952f[_0x3bfb01(0x201)](_0x38255f,_0x12ace7)[_0x3bfb01(0x1ff)](0x2,'0')});continue;case'4':_0x2c4bb9['Resources'][_0x3bfb01(0x223)][_0x3bfb01(0x1cb)][_0x3bfb01(0x254)][_0x3bfb01(0x25d)][_0x3bfb01(0x242)]({'Ref':_0x3bfb01(0x1b2)+_0x25952f[_0x3bfb01(0x1e5)](_0x3ba86c,_0x28c582)[_0x3bfb01(0x1ff)](0x2,'0')});continue;case'5':_0xe993ec['Resources'][_0x3bfb01(0x22a)][_0x3bfb01(0x1cb)][_0x3bfb01(0x232)][_0x3bfb01(0x242)]({'Ref':_0x3bfb01(0x1b2)+_0x25952f[_0x3bfb01(0x26a)](_0xde9557,_0xb0210)['padStart'](0x2,'0')});continue;}break;}}});}else _0x319b64[_0x23413d][_0x3aa2e8]=_0x549524[_0x1e88f3];});},addVPCData=async(_0x1c49bc,_0x48eb06)=>{const _0x1db2ac=a27_0x5e9c76,_0x1c2f07={'ZmrVf':function(_0x38e886,_0x361bfb){return _0x38e886(_0x361bfb);},'TjVRb':function(_0x516cc4,_0xd44fec,_0x2f805f){return _0x516cc4(_0xd44fec,_0x2f805f);},'oeIGR':function(_0x1553f7,_0x2e5ef4){return _0x1553f7!==_0x2e5ef4;},'mYELq':'GYkZx','xqVwJ':_0x1db2ac(0x1e6),'DadPV':_0x1db2ac(0x237),'jLnmD':_0x1db2ac(0x20f),'flWaV':_0x1db2ac(0x211),'MBWZP':'VPC','eczNJ':function(_0x112486,_0x188ef4){return _0x112486!==_0x188ef4;},'yqEUd':_0x1db2ac(0x25c),'LSfOl':_0x1db2ac(0x1d6),'RkHtr':_0x1db2ac(0x203),'bVAux':_0x1db2ac(0x1be)};if(_0x48eb06){if(_0x1c2f07[_0x1db2ac(0x259)](_0x1c2f07[_0x1db2ac(0x1d9)],_0x1c2f07['mYELq']))_0x3a80ce[_0x1db2ac(0x262)][_0x1db2ac(0x242)]({'ParameterKey':_0x1db2ac(0x1b2)+_0x1c2f07[_0x1db2ac(0x224)](_0x3735d0,_0x1d2a29)[_0x1db2ac(0x1ff)](0x2,'0'),'ParameterValue':_0x2c10e7[_0x1db2ac(0x245)]}),_0x46b8da+=0x1;else{const _0x256306=await fs['readFileAsync'](path[_0x1db2ac(0x1f6)](__dirname,'..',_0x1c2f07['xqVwJ'],_0x1c2f07[_0x1db2ac(0x255)]),_0x1c2f07['jLnmD']),_0x430240={};_0x430240['schema']=CLOUDFORMATION_SCHEMA;const _0xe96b40=yaml[_0x1db2ac(0x1db)](_0x256306,_0x430240);_0x1c2f07[_0x1db2ac(0x210)](mergeTemplates,_0x1c49bc,_0xe96b40),_0x1c49bc[_0x1db2ac(0x21f)][_0x1c2f07[_0x1db2ac(0x1c1)]][_0x1db2ac(0x239)][0x0][_0x1db2ac(0x262)][_0x1db2ac(0x242)](_0x1c2f07[_0x1db2ac(0x1f1)]);}}else{if(_0x1c2f07[_0x1db2ac(0x25b)](_0x1c2f07[_0x1db2ac(0x206)],_0x1c2f07[_0x1db2ac(0x1cd)])){const _0x1ed43c=await fs[_0x1db2ac(0x1ef)](path['join'](__dirname,'..',_0x1c2f07[_0x1db2ac(0x21d)],_0x1c2f07[_0x1db2ac(0x226)]),_0x1c2f07['jLnmD']),_0x20faec={};_0x20faec[_0x1db2ac(0x26f)]=CLOUDFORMATION_SCHEMA;const _0x1ba92f=yaml[_0x1db2ac(0x1db)](_0x1ed43c,_0x20faec);_0x1c2f07[_0x1db2ac(0x210)](mergeTemplates,_0x1c49bc,_0x1ba92f),_0x1c49bc[_0x1db2ac(0x21f)][_0x1c2f07[_0x1db2ac(0x1c1)]][_0x1db2ac(0x239)][0x0]['Parameters']['push'](_0x1c2f07[_0x1db2ac(0x241)]);}else _0x1c2f07[_0x1db2ac(0x210)](_0x55dacc,_0x284763,_0x52a284);}},addS3Data=async _0x58d4b7=>{const _0x21754e=a27_0x5e9c76,_0x500dbb={'Guoxy':_0x21754e(0x1e6),'uKNNd':_0x21754e(0x264),'GJxdS':_0x21754e(0x20f),'MZYXG':function(_0x40110b,_0x22c7b0){return _0x40110b(_0x22c7b0);},'mwYPw':function(_0x28175a,_0x5cc7de){return _0x28175a===_0x5cc7de;},'HVqLi':function(_0x227571,_0x380efb){return _0x227571!==_0x380efb;},'VkKxp':'VkiTe','dWmhn':_0x21754e(0x24e),'ajDyF':function(_0x535b68,_0x251f51,_0x39ed2e){return _0x535b68(_0x251f51,_0x39ed2e);}},_0x5b0842=await fs['readFileAsync'](path[_0x21754e(0x1f6)](__dirname,'..',_0x500dbb[_0x21754e(0x1f2)],_0x500dbb[_0x21754e(0x23a)]),_0x500dbb[_0x21754e(0x23c)]),_0x43bbfa={};_0x43bbfa['schema']=CLOUDFORMATION_SCHEMA;const _0x206d52=yaml[_0x21754e(0x1db)](_0x5b0842,_0x43bbfa),_0x28b1c9=await _0x500dbb[_0x21754e(0x1d8)](isBucketPresent,global_registry[_0x21754e(0x256)]);_0x500dbb['mwYPw'](_0x28b1c9,![])&&(_0x500dbb[_0x21754e(0x1d3)](_0x500dbb[_0x21754e(0x231)],_0x500dbb['dWmhn'])?_0x500dbb[_0x21754e(0x1c0)](mergeTemplates,_0x58d4b7,_0x206d52):_0x102647[_0x21754e(0x261)][_0x31903a][_0x21754e(0x1cb)][_0x21754e(0x219)][_0x21754e(0x242)](..._0x76ffa0));},addSubnetData=async(_0x12542d,_0x2768f4)=>{const _0x5c1df1=a27_0x5e9c76,_0x4b5771={'QoNMU':_0x5c1df1(0x20d),'MgvKw':_0x5c1df1(0x22a),'WqrgQ':_0x5c1df1(0x1de),'qiXxo':function(_0x1909c9,_0x5e0948){return _0x1909c9===_0x5e0948;},'ybDQE':'UnCRv','jdeFA':_0x5c1df1(0x213),'VoAXd':function(_0x433955,_0xdc15ef){return _0x433955(_0xdc15ef);},'SsNtP':_0x5c1df1(0x227),'PvCor':_0x5c1df1(0x211),'xAUvF':function(_0x3c9c9f,_0x3b9587){return _0x3c9c9f(_0x3b9587);},'xnaRq':function(_0xf4f5b5,_0x56a669){return _0xf4f5b5!==_0x56a669;},'KrNdI':_0x5c1df1(0x1c3),'zhxhV':_0x5c1df1(0x1e6),'eXzkW':'subnet-import.yaml','rmdxW':_0x5c1df1(0x20f),'oYIUi':function(_0x516aa4,_0x86dcde,_0x26f6c8){return _0x516aa4(_0x86dcde,_0x26f6c8);},'RSWpq':_0x5c1df1(0x22d),'bThQn':_0x5c1df1(0x1fc),'MjDtk':'subnet-create.yaml','wlnvJ':'Subnet01','VwNjw':'Subnet02','fjVwF':'Subnet03','qIQJe':_0x5c1df1(0x249),'lEMQg':_0x5c1df1(0x20b),'KRUKS':_0x5c1df1(0x1cc)};if(_0x2768f4){if(_0x4b5771[_0x5c1df1(0x25a)](_0x4b5771['KrNdI'],_0x4b5771[_0x5c1df1(0x1fd)])){for(const _0x15bc9d in _0x38562f[_0x5c1df1(0x261)]){_0x2122f9[_0x5c1df1(0x261)][_0x15bc9d][_0x5c1df1(0x1cb)]&&_0x374e61[_0x5c1df1(0x261)][_0x15bc9d][_0x5c1df1(0x1cb)]['Tags']&&_0xc02322['Resources'][_0x15bc9d][_0x5c1df1(0x1cb)][_0x5c1df1(0x219)][_0x5c1df1(0x242)](..._0x15cd45);}const _0x316fab={};_0xd3a91e[_0x5c1df1(0x257)](_0x2c57c1=>{const _0x10ed3a=_0x5c1df1;_0x316fab[_0x2c57c1['Key']]=_0x2c57c1[_0x10ed3a(0x1dd)];}),_0x444736['Resources'][_0x4b5771[_0x5c1df1(0x1b7)]][_0x5c1df1(0x1cb)][_0x5c1df1(0x219)]=_0x316fab,_0x1bf443['Resources'][_0x4b5771['MgvKw']]['Properties']['Tags']=_0x316fab;}else{const _0x90df17=await fs[_0x5c1df1(0x1ef)](path[_0x5c1df1(0x1f6)](__dirname,'..',_0x4b5771[_0x5c1df1(0x21a)],_0x4b5771['eXzkW']),_0x4b5771[_0x5c1df1(0x1e0)]),_0x3d97ba={};_0x3d97ba[_0x5c1df1(0x26f)]=CLOUDFORMATION_SCHEMA;const _0x446f3c=yaml[_0x5c1df1(0x1db)](_0x90df17,_0x3d97ba);_0x4b5771[_0x5c1df1(0x1bb)](mergeTemplates,_0x12542d,_0x446f3c);let _0x3e5a5c=0x1;_0x2768f4[_0x5c1df1(0x257)](_0x39767d=>{const _0x46669a=_0x5c1df1;if(_0x4b5771[_0x46669a(0x1fa)](_0x4b5771[_0x46669a(0x212)],_0x4b5771['ybDQE'])){const _0x4918fd=_0x4b5771[_0x46669a(0x1fe)][_0x46669a(0x1dc)]('|');let _0x2b4451=0x0;while(!![]){switch(_0x4918fd[_0x2b4451++]){case'0':_0x12542d[_0x46669a(0x261)]['EKSCluster']['Properties'][_0x46669a(0x254)][_0x46669a(0x25d)][_0x46669a(0x242)]({'Ref':_0x46669a(0x1b2)+_0x4b5771[_0x46669a(0x209)](String,_0x3e5a5c)[_0x46669a(0x1ff)](0x2,'0')});continue;case'1':_0x12542d[_0x46669a(0x23f)][_0x46669a(0x25d)][_0x46669a(0x1dd)][_0x4b5771[_0x46669a(0x1c2)]][0x1][_0x46669a(0x242)]({'Ref':'Subnet'+_0x4b5771['VoAXd'](String,_0x3e5a5c)['padStart'](0x2,'0')});continue;case'2':_0x12542d[_0x46669a(0x261)][_0x46669a(0x20d)]['Properties'][_0x46669a(0x232)][_0x46669a(0x242)]({'Ref':_0x46669a(0x1b2)+_0x4b5771[_0x46669a(0x209)](String,_0x3e5a5c)[_0x46669a(0x1ff)](0x2,'0')});continue;case'3':_0x3e5a5c+=0x1;continue;case'4':_0x12542d[_0x46669a(0x261)]['NodeGroupWindows'][_0x46669a(0x1cb)][_0x46669a(0x232)][_0x46669a(0x242)]({'Ref':_0x46669a(0x1b2)+_0x4b5771[_0x46669a(0x209)](String,_0x3e5a5c)[_0x46669a(0x1ff)](0x2,'0')});continue;case'5':_0x12542d[_0x46669a(0x21f)][_0x4b5771[_0x46669a(0x1bf)]][_0x46669a(0x239)][0x0][_0x46669a(0x262)]['push'](_0x46669a(0x1b2)+_0x4b5771[_0x46669a(0x220)](String,_0x3e5a5c)[_0x46669a(0x1ff)](0x2,'0'));continue;}break;}}else{const _0x30f42c={};_0x30f42c[_0x46669a(0x1f3)]=_0x4b5771[_0x46669a(0x21c)],_0x30f42c[_0x46669a(0x1b4)]=_0x27054b,_0x15c277[_0x46669a(0x262)][_0x46669a(0x242)](_0x30f42c);}});}}else{if(_0x4b5771['qiXxo'](_0x4b5771['RSWpq'],_0x4b5771['bThQn']))_0x21ed24[_0x5c1df1(0x261)][_0x1463bc][_0x5c1df1(0x1cb)]&&_0x12fc2e[_0x5c1df1(0x261)][_0x4036b5][_0x5c1df1(0x1cb)]['Tags']&&_0x432758[_0x5c1df1(0x261)][_0x271a32][_0x5c1df1(0x1cb)][_0x5c1df1(0x219)][_0x5c1df1(0x242)](..._0x4d6547);else{const _0x523978=await fs[_0x5c1df1(0x1ef)](path[_0x5c1df1(0x1f6)](__dirname,'..',_0x4b5771[_0x5c1df1(0x21a)],_0x4b5771[_0x5c1df1(0x1eb)]),_0x4b5771['rmdxW']),_0x3ec3ce={};_0x3ec3ce[_0x5c1df1(0x26f)]=CLOUDFORMATION_SCHEMA;const _0x2c67ff=yaml['load'](_0x523978,_0x3ec3ce);_0x4b5771[_0x5c1df1(0x1bb)](mergeTemplates,_0x12542d,_0x2c67ff),_0x12542d[_0x5c1df1(0x261)]['EKSCluster'][_0x5c1df1(0x216)][_0x5c1df1(0x242)](_0x4b5771[_0x5c1df1(0x228)],_0x4b5771[_0x5c1df1(0x1e2)],_0x4b5771[_0x5c1df1(0x235)]);const _0x46e38={};_0x46e38['Ref']=_0x4b5771['wlnvJ'];const _0x580450={};_0x580450['Ref']=_0x4b5771[_0x5c1df1(0x1e2)];const _0x2720f5={};_0x2720f5[_0x5c1df1(0x1df)]=_0x4b5771[_0x5c1df1(0x235)],_0x12542d['Resources'][_0x5c1df1(0x223)]['Properties'][_0x5c1df1(0x254)][_0x5c1df1(0x25d)]=[_0x46e38,_0x580450,_0x2720f5],_0x12542d[_0x5c1df1(0x21f)][_0x4b5771[_0x5c1df1(0x1bf)]]['ParameterGroups'][0x0]['Parameters'][_0x5c1df1(0x242)](_0x4b5771[_0x5c1df1(0x267)],_0x4b5771['lEMQg'],_0x4b5771[_0x5c1df1(0x214)]);const _0x893ffe={};_0x893ffe[_0x5c1df1(0x1df)]=_0x4b5771[_0x5c1df1(0x228)];const _0x3441d6={};_0x3441d6[_0x5c1df1(0x1df)]=_0x4b5771['VwNjw'];const _0x52c432={};_0x52c432[_0x5c1df1(0x1df)]=_0x4b5771[_0x5c1df1(0x235)],_0x12542d[_0x5c1df1(0x261)][_0x5c1df1(0x20d)]['Properties'][_0x5c1df1(0x232)]=[_0x893ffe,_0x3441d6,_0x52c432];const _0x107534={};_0x107534[_0x5c1df1(0x1df)]=_0x4b5771[_0x5c1df1(0x228)];const _0x34191e={};_0x34191e[_0x5c1df1(0x1df)]=_0x4b5771[_0x5c1df1(0x1e2)];const _0x4c435c={};_0x4c435c['Ref']=_0x4b5771[_0x5c1df1(0x235)],_0x12542d['Resources'][_0x5c1df1(0x22a)]['Properties'][_0x5c1df1(0x232)]=[_0x107534,_0x34191e,_0x4c435c],_0x12542d[_0x5c1df1(0x23f)]['SubnetIds'][_0x5c1df1(0x1dd)][_0x4b5771['SsNtP']][0x1]=[{'Ref':_0x4b5771['wlnvJ']},{'Ref':_0x4b5771[_0x5c1df1(0x1e2)]},{'Ref':_0x4b5771[_0x5c1df1(0x235)]}];}}},addTags=async(_0x408b95,_0x3b3bc6,_0x2bb84f)=>{const _0x727d59=a27_0x5e9c76,_0x305f36={'FWaZB':function(_0x49803c,_0x51a58e){return _0x49803c(_0x51a58e);},'YXBKc':function(_0x4697b3,_0x1fc54b){return _0x4697b3!==_0x1fc54b;},'ifzaW':_0x727d59(0x1ee),'BkhZN':_0x727d59(0x1fb),'xygnv':function(_0x50afb2,_0x37b038){return _0x50afb2!==_0x37b038;},'sqTHg':_0x727d59(0x263),'CkWgy':_0x727d59(0x202),'oVFta':function(_0x409ae1,_0x1e49f9){return _0x409ae1!==_0x1e49f9;},'uYxmY':_0x727d59(0x26d),'IWjUr':_0x727d59(0x1c9),'afxJN':_0x727d59(0x20d),'idyoL':'NodeGroupWindows'};for(const _0x2df659 in _0x408b95['Resources']){if(_0x305f36['xygnv'](_0x305f36[_0x727d59(0x24b)],_0x305f36['CkWgy']))_0x408b95['Resources'][_0x2df659]['Properties']&&_0x408b95[_0x727d59(0x261)][_0x2df659]['Properties'][_0x727d59(0x219)]&&(_0x305f36[_0x727d59(0x1f4)](_0x305f36[_0x727d59(0x1f7)],_0x305f36['IWjUr'])?_0x408b95['Resources'][_0x2df659][_0x727d59(0x1cb)][_0x727d59(0x219)][_0x727d59(0x242)](..._0x2bb84f):_0x29ba32[_0x56b290['Key']]=_0xff9d72[_0x727d59(0x1dd)]);else{var _0x45eff5=_0x46b983[_0x5304cb];_0x25e4eb[_0x727d59(0x22e)](_0x45eff5)['forEach'](_0x2a9f83=>{_0x48755a[_0x25e989][_0x2a9f83]=_0x45eff5[_0x2a9f83];});}}const _0x4fe208={};_0x2bb84f[_0x727d59(0x257)](_0x1a2e69=>{const _0x219857=_0x727d59,_0x63f046={'rCMTe':function(_0x29ba5b,_0x142b20){const _0x435e31=a27_0x832d;return _0x305f36[_0x435e31(0x1c7)](_0x29ba5b,_0x142b20);}};if(_0x305f36[_0x219857(0x234)](_0x305f36[_0x219857(0x1ba)],_0x305f36['BkhZN']))_0x4fe208[_0x1a2e69[_0x219857(0x25e)]]=_0x1a2e69[_0x219857(0x1dd)];else{const _0x4f61ec={'VfxYZ':function(_0x17e012,_0x58d339){const _0x4a779a=_0x219857;return _0x63f046[_0x4a779a(0x24a)](_0x17e012,_0x58d339);}};let _0x26a789=0x1;_0x24c6fe[_0x219857(0x257)](_0x217184=>{const _0x5cbd71=_0x219857;_0xe3c2ec['Parameters'][_0x5cbd71(0x242)]({'ParameterKey':'Subnet'+_0x4f61ec[_0x5cbd71(0x269)](_0x1040e8,_0x26a789)[_0x5cbd71(0x1ff)](0x2,'0'),'ParameterValue':_0x217184['value']}),_0x26a789+=0x1;});}}),_0x408b95[_0x727d59(0x261)][_0x305f36['afxJN']][_0x727d59(0x1cb)][_0x727d59(0x219)]=_0x4fe208,_0x408b95[_0x727d59(0x261)][_0x305f36[_0x727d59(0x205)]][_0x727d59(0x1cb)][_0x727d59(0x219)]=_0x4fe208;};exports[a27_0x5e9c76(0x215)]=async(_0x10c265,_0x190f78,_0x4ca585,_0x309f40=null,_0x4a94a7=null,_0xddef61)=>{const _0x11762b=a27_0x5e9c76,_0x8c12e={'UBnZV':function(_0x566126,_0x12ad4e){return _0x566126(_0x12ad4e);},'BxRCL':_0x11762b(0x23d),'kKNdf':_0x11762b(0x24f),'CZmwf':_0x11762b(0x1ea),'vyoEX':'CFTemplates','ecgkZ':'aws-eks-cluster-dep.yaml','vnKUJ':'utf-8','EMbhm':function(_0xc740e,_0x5ec46a,_0x529d6b){return _0xc740e(_0x5ec46a,_0x529d6b);},'qARNR':function(_0x348e74,_0x399fd9,_0x391c57){return _0x348e74(_0x399fd9,_0x391c57);},'ZzfVo':function(_0x1c984e,_0x35e6d2,_0x440481,_0x5e4c0e){return _0x1c984e(_0x35e6d2,_0x440481,_0x5e4c0e);},'bHYqE':_0x11762b(0x266),'OGzUt':'ClusterName','NCmmO':_0x11762b(0x1c5),'uocVm':_0x11762b(0x1d0),'bgcru':_0x11762b(0x240),'DDhuW':_0x11762b(0x229),'htGqy':_0x11762b(0x21b),'zeBVF':'NodeImageId','qmaSy':_0x11762b(0x24d),'UWLjW':_0x11762b(0x1bd),'ApZOr':'NodeGroupNameWindows','rxWCP':_0x11762b(0x1d4),'JWfYJ':_0x11762b(0x208),'XyPot':_0x11762b(0x1ce),'rOiNk':'CAPABILITY_NAMED_IAM','JCAFr':function(_0xc28933,_0x759207){return _0xc28933!=_0x759207;},'ENcwZ':function(_0x7d480,_0x5d863a){return _0x7d480!==_0x5d863a;},'LoyFz':_0x11762b(0x265),'JUbyP':_0x11762b(0x1de),'sTagm':function(_0x44c93d,_0x512141){return _0x44c93d!==_0x512141;},'liTsz':_0x11762b(0x1d2),'GWyFG':'stackCreateComplete'},_0x5c5338=COMMON_HST_TAGS,_0x53b862={};_0x53b862[_0x11762b(0x25e)]=_0x8c12e[_0x11762b(0x1d1)],_0x53b862[_0x11762b(0x1dd)]=_0x10c265,_0x5c5338[_0x11762b(0x242)](_0x53b862),_0x5c5338[_0x11762b(0x242)]({'Key':_0x8c12e['kKNdf'],'Value':new Date()[_0x11762b(0x221)]()[_0x11762b(0x1f8)]()});const _0x31f14c={};_0x31f14c[_0x11762b(0x253)]=_0x8c12e[_0x11762b(0x22f)];const _0x30b94f=new AWS[(_0x11762b(0x1b0))](_0x31f14c),_0x31da4a=await fs[_0x11762b(0x1ef)](path['join'](__dirname,'..',_0x8c12e['vyoEX'],_0x8c12e[_0x11762b(0x1b1)]),_0x8c12e['vnKUJ']),_0x427a05={};_0x427a05[_0x11762b(0x26f)]=CLOUDFORMATION_SCHEMA;const _0x4d59b4=yaml['load'](_0x31da4a,_0x427a05);await _0x8c12e[_0x11762b(0x1ca)](addVPCData,_0x4d59b4,_0x309f40),await _0x8c12e['UBnZV'](addS3Data,_0x4d59b4),await _0x8c12e[_0x11762b(0x244)](addSubnetData,_0x4d59b4,_0x4a94a7),await _0x8c12e[_0x11762b(0x200)](addTags,_0x4d59b4,_0x10c265,_0x5c5338);const _0x675085=JSON['stringify'](_0x4d59b4),_0x2c01c2={};_0x2c01c2[_0x11762b(0x222)]=CLUSTER_DEP_STACK_NAME+'-'+_0x10c265,_0x2c01c2[_0x11762b(0x1b3)]=_0x8c12e[_0x11762b(0x20e)],_0x2c01c2['TemplateBody']=_0x675085,_0x2c01c2[_0x11762b(0x262)]=[{'ParameterKey':_0x8c12e['OGzUt'],'ParameterValue':_0x10c265},{'ParameterKey':_0x8c12e[_0x11762b(0x1e8)],'ParameterValue':_0x10c265+_0x11762b(0x1cf)},{'ParameterKey':_0x8c12e['uocVm'],'ParameterValue':''+_0x190f78},{'ParameterKey':_0x8c12e['bgcru'],'ParameterValue':'0'},{'ParameterKey':_0x8c12e[_0x11762b(0x1b5)],'ParameterValue':'1'},{'ParameterKey':_0x8c12e[_0x11762b(0x218)],'ParameterValue':''+_0x4ca585},{'ParameterKey':_0x8c12e[_0x11762b(0x1bc)],'ParameterValue':global_registry['ami']},{'ParameterKey':_0x8c12e[_0x11762b(0x1f0)],'ParameterValue':global_registry[_0x11762b(0x23b)]},{'ParameterKey':_0x8c12e[_0x11762b(0x1e9)],'ParameterValue':global_registry[_0x11762b(0x256)]},{'ParameterKey':_0x8c12e[_0x11762b(0x20c)],'ParameterValue':_0x10c265+_0x11762b(0x247)},{'ParameterKey':_0x8c12e[_0x11762b(0x1e7)],'ParameterValue':_0xddef61?_0x8c12e['JWfYJ']:_0x8c12e['XyPot']}],_0x2c01c2[_0x11762b(0x248)]=[_0x8c12e[_0x11762b(0x24c)]],_0x2c01c2[_0x11762b(0x219)]=_0x5c5338;const _0x53f0d6=_0x2c01c2;if(_0x8c12e[_0x11762b(0x204)](_0x309f40,null)&&_0x8c12e[_0x11762b(0x1c6)](_0x309f40,undefined)){if(_0x8c12e['ENcwZ'](_0x8c12e[_0x11762b(0x1d5)],_0x8c12e[_0x11762b(0x1d5)]))_0x13e75e[_0x11762b(0x22e)](_0x18305b)[_0x11762b(0x257)](_0x58d3fd=>{const _0x12b50b=_0x11762b;var _0x357afe=_0x55d405[_0x58d3fd];_0x465f97[_0x12b50b(0x22e)](_0x357afe)[_0x12b50b(0x257)](_0x4c79d4=>{_0x3675df[_0x58d3fd][_0x4c79d4]=_0x357afe[_0x4c79d4];});});else{const _0x5e9ecd={};_0x5e9ecd[_0x11762b(0x1f3)]=_0x8c12e[_0x11762b(0x1da)],_0x5e9ecd[_0x11762b(0x1b4)]=_0x309f40,_0x53f0d6[_0x11762b(0x262)]['push'](_0x5e9ecd);}}if(_0x8c12e[_0x11762b(0x204)](_0x4a94a7,null)&&_0x8c12e[_0x11762b(0x26c)](_0x4a94a7,undefined)){let _0xe11da3=0x1;_0x4a94a7[_0x11762b(0x257)](_0x2296cf=>{const _0x1f8243=_0x11762b;_0x53f0d6[_0x1f8243(0x262)][_0x1f8243(0x242)]({'ParameterKey':'Subnet'+_0x8c12e['UBnZV'](String,_0xe11da3)['padStart'](0x2,'0'),'ParameterValue':_0x2296cf[_0x1f8243(0x245)]}),_0xe11da3+=0x1;});}const _0xe14c4d=await _0x30b94f[_0x11762b(0x230)](_0x53f0d6)[_0x11762b(0x26b)]();logger[_0x11762b(0x1e1)](_0x8c12e[_0x11762b(0x26e)]);const _0x196b61={};return _0x196b61[_0x11762b(0x222)]=_0xe14c4d[_0x11762b(0x1b9)],_0x30b94f['waitFor'](_0x8c12e[_0x11762b(0x20a)],_0x196b61)[_0x11762b(0x26b)]();};
@@ -1 +1 @@
1
- const a28_0x501ab6=a28_0x5529;function a28_0x5529(_0x22f462,_0x421506){const _0x184827=a28_0x1848();return a28_0x5529=function(_0x5529d1,_0x3ae22a){_0x5529d1=_0x5529d1-0x1bd;let _0x2ef0a5=_0x184827[_0x5529d1];return _0x2ef0a5;},a28_0x5529(_0x22f462,_0x421506);}(function(_0x5c1450,_0x280478){const _0x4214b7=a28_0x5529,_0x211532=_0x5c1450();while(!![]){try{const _0x17b291=parseInt(_0x4214b7(0x1dd))/0x1+parseInt(_0x4214b7(0x1de))/0x2+parseInt(_0x4214b7(0x1f1))/0x3+-parseInt(_0x4214b7(0x1bf))/0x4+parseInt(_0x4214b7(0x1cd))/0x5*(-parseInt(_0x4214b7(0x1e1))/0x6)+-parseInt(_0x4214b7(0x1e0))/0x7*(-parseInt(_0x4214b7(0x1ca))/0x8)+-parseInt(_0x4214b7(0x1e4))/0x9*(parseInt(_0x4214b7(0x1cc))/0xa);if(_0x17b291===_0x280478)break;else _0x211532['push'](_0x211532['shift']());}catch(_0x5c1ac4){_0x211532['push'](_0x211532['shift']());}}}(a28_0x1848,0x3be00));const fs=require('fs'),path=require(a28_0x501ab6(0x1e6)),Promise=require('bluebird'),yaml=require(a28_0x501ab6(0x1c8)),{CLOUDFORMATION_SCHEMA}=require(a28_0x501ab6(0x1c7)),AWS=require(a28_0x501ab6(0x1f3))[a28_0x501ab6(0x1eb)],AWSUtils=require('./AWSUtils'),{CLUSTER_HUB_HA_STACK_NAME,COMMON_HST_TAGS}=require('../config/constants'),{logger}=require(a28_0x501ab6(0x1f6));Promise['promisifyAll'](fs);const addTags=async(_0x2f51d3,_0x59071e)=>{const _0xd37040=a28_0x501ab6;for(const _0x3f4dbb in _0x2f51d3[_0xd37040(0x1c9)]){_0x2f51d3[_0xd37040(0x1c9)][_0x3f4dbb][_0xd37040(0x1ef)]&&_0x2f51d3[_0xd37040(0x1c9)][_0x3f4dbb][_0xd37040(0x1ef)][_0xd37040(0x1d8)]&&_0x2f51d3['Resources'][_0x3f4dbb][_0xd37040(0x1ef)]['Tags']['push'](..._0x59071e);}};exports[a28_0x501ab6(0x1e8)]=async(_0x19379f,_0x2bb0d2=null)=>{const _0x1168b7=a28_0x501ab6,_0x348281={'eZmLk':'browserstack:cluster','OORpu':_0x1168b7(0x1c2),'pnqRK':_0x1168b7(0x1e9),'EssQB':'CFTemplates','bZLDt':_0x1168b7(0x1ee),'IacSl':_0x1168b7(0x1c0),'jPDrT':function(_0x310e52,_0x35a4d0,_0x4d6017){return _0x310e52(_0x35a4d0,_0x4d6017);},'hAwvJ':'://','RbXxd':'DELETE','ljtpT':'VpcId','djgMk':_0x1168b7(0x1e5),'RnrWJ':_0x1168b7(0x1bd),'FuNpG':'CAPABILITY_NAMED_IAM','xVyZS':_0x1168b7(0x1f2),'NQNSi':_0x1168b7(0x1c3)},_0x1cf670=COMMON_HST_TAGS,_0x57eb15={};_0x57eb15[_0x1168b7(0x1f0)]=_0x348281[_0x1168b7(0x1da)],_0x57eb15[_0x1168b7(0x1d2)]=_0x19379f,_0x1cf670[_0x1168b7(0x1d4)](_0x57eb15),_0x1cf670[_0x1168b7(0x1d4)]({'Key':_0x348281[_0x1168b7(0x1d5)],'Value':new Date()['valueOf']()[_0x1168b7(0x1ed)]()});const _0x4ab0c3={};_0x4ab0c3[_0x1168b7(0x1e3)]=_0x348281[_0x1168b7(0x1cf)];const _0x182579=new AWS[(_0x1168b7(0x1f5))](_0x4ab0c3),_0x44323c=await fs['readFileAsync'](path['join'](__dirname,'..',_0x348281[_0x1168b7(0x1f4)],_0x348281['bZLDt']),_0x348281[_0x1168b7(0x1dc)]),_0x406d23={};_0x406d23['schema']=CLOUDFORMATION_SCHEMA;const _0x39259f=yaml[_0x1168b7(0x1d7)](_0x44323c,_0x406d23);await _0x348281['jPDrT'](addTags,_0x39259f,_0x1cf670);const _0x3d62c9=JSON[_0x1168b7(0x1ce)](_0x39259f);let _0x33eba8=await AWSUtils['getOidcUrl'](_0x19379f);_0x33eba8=_0x33eba8[_0x1168b7(0x1be)](_0x348281[_0x1168b7(0x1e2)])[0x1];const _0x5b6cf1={};_0x5b6cf1[_0x1168b7(0x1c4)]=CLUSTER_HUB_HA_STACK_NAME+'-'+_0x19379f+_0x1168b7(0x1d3),_0x5b6cf1[_0x1168b7(0x1d6)]=_0x348281[_0x1168b7(0x1c6)],_0x5b6cf1[_0x1168b7(0x1c5)]=_0x3d62c9,_0x5b6cf1[_0x1168b7(0x1e7)]=[{'ParameterKey':_0x348281['ljtpT'],'ParameterValue':_0x2bb0d2},{'ParameterKey':_0x348281[_0x1168b7(0x1d9)],'ParameterValue':CLUSTER_HUB_HA_STACK_NAME+'-'+_0x19379f},{'ParameterKey':_0x348281['RnrWJ'],'ParameterValue':_0x33eba8}],_0x5b6cf1[_0x1168b7(0x1ec)]=[_0x348281['FuNpG']],_0x5b6cf1['Tags']=_0x1cf670;const _0x5a9bff=_0x5b6cf1,_0x4c5bf6=await _0x182579[_0x1168b7(0x1d0)](_0x5a9bff)[_0x1168b7(0x1db)]();logger[_0x1168b7(0x1cb)](_0x348281[_0x1168b7(0x1c1)]);const _0x5c5812={};return _0x5c5812['StackName']=_0x4c5bf6[_0x1168b7(0x1df)],_0x182579[_0x1168b7(0x1d1)](_0x348281[_0x1168b7(0x1ea)],_0x5c5812)[_0x1168b7(0x1db)]();};function a28_0x1848(){const _0x1639e5=['Resources','88mnxYdd','info','10dNYOGh','801880BKISJv','stringify','pnqRK','createStack','waitFor','Value','-cf','push','OORpu','OnFailure','load','Tags','djgMk','eZmLk','promise','IacSl','461376GenFtR','473144ckKEmU','StackId','307349VdFMTn','12OHBdkB','hAwvJ','apiVersion','3406869SAIIsh','BaseResourceName','path','Parameters','createHubHaStack','2010-05-15','NQNSi','awsObj','Capabilities','toString','hub-ha.yaml','Properties','Key','154737rumQDW','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','./AWSUtils','EssQB','CloudFormation','../config/logger','ClusterOIDCURL','split','1151852JwDyKE','utf-8','xVyZS','browserstack:creationDate','stackCreateComplete','StackName','TemplateBody','RbXxd','js-yaml-cloudformation-schema','js-yaml'];a28_0x1848=function(){return _0x1639e5;};return a28_0x1848();}
1
+ const a28_0x2679f7=a28_0x34e1;(function(_0x2b9469,_0x3da27e){const _0x5b9002=a28_0x34e1,_0x29df2b=_0x2b9469();while(!![]){try{const _0x179952=-parseInt(_0x5b9002(0x1fd))/0x1*(parseInt(_0x5b9002(0x1e9))/0x2)+parseInt(_0x5b9002(0x1d9))/0x3*(-parseInt(_0x5b9002(0x20c))/0x4)+-parseInt(_0x5b9002(0x20e))/0x5+-parseInt(_0x5b9002(0x1d8))/0x6*(parseInt(_0x5b9002(0x1ef))/0x7)+parseInt(_0x5b9002(0x1f0))/0x8+-parseInt(_0x5b9002(0x209))/0x9+parseInt(_0x5b9002(0x1e8))/0xa;if(_0x179952===_0x3da27e)break;else _0x29df2b['push'](_0x29df2b['shift']());}catch(_0x47085d){_0x29df2b['push'](_0x29df2b['shift']());}}}(a28_0x3666,0x9c855));const fs=require('fs'),path=require(a28_0x2679f7(0x202)),Promise=require(a28_0x2679f7(0x1dd)),yaml=require(a28_0x2679f7(0x1f3)),{CLOUDFORMATION_SCHEMA}=require(a28_0x2679f7(0x204)),AWS=require('./AWSUtils')[a28_0x2679f7(0x201)],AWSUtils=require(a28_0x2679f7(0x1f6)),{CLUSTER_HUB_HA_STACK_NAME,COMMON_HST_TAGS}=require(a28_0x2679f7(0x1db)),{logger}=require(a28_0x2679f7(0x1e3));Promise[a28_0x2679f7(0x20b)](fs);const addTags=async(_0x4ff1ba,_0xb880d2)=>{const _0xd300e5=a28_0x2679f7;for(const _0x2d78b8 in _0x4ff1ba['Resources']){_0x4ff1ba['Resources'][_0x2d78b8]['Properties']&&_0x4ff1ba[_0xd300e5(0x1ec)][_0x2d78b8][_0xd300e5(0x1d7)][_0xd300e5(0x1f7)]&&_0x4ff1ba[_0xd300e5(0x1ec)][_0x2d78b8][_0xd300e5(0x1d7)][_0xd300e5(0x1f7)][_0xd300e5(0x210)](..._0xb880d2);}};exports[a28_0x2679f7(0x212)]=async(_0x516d30,_0x53488d=null)=>{const _0x9149a7=a28_0x2679f7,_0x684f9a={'dtuKl':_0x9149a7(0x1e6),'BQqbJ':_0x9149a7(0x1eb),'cdVqT':_0x9149a7(0x1f1),'baVYj':'CFTemplates','inArb':_0x9149a7(0x1f4),'sslwV':'utf-8','XoIjM':function(_0x315144,_0xd3592c,_0x18ffce){return _0x315144(_0xd3592c,_0x18ffce);},'bNTRr':'://','TdTRc':'DELETE','aabsh':_0x9149a7(0x20a),'wXjis':'BaseResourceName','AouwY':_0x9149a7(0x1e0),'hXdTW':_0x9149a7(0x1d6),'ELnwG':_0x9149a7(0x206),'XIAoq':'stackCreateComplete'},_0x1818cb=COMMON_HST_TAGS,_0x3ac053={};_0x3ac053[_0x9149a7(0x1df)]=_0x684f9a['dtuKl'],_0x3ac053[_0x9149a7(0x20f)]=_0x516d30,_0x1818cb[_0x9149a7(0x210)](_0x3ac053),_0x1818cb[_0x9149a7(0x210)]({'Key':_0x684f9a[_0x9149a7(0x1da)],'Value':new Date()[_0x9149a7(0x1de)]()[_0x9149a7(0x1ff)]()});const _0x55ca92={};_0x55ca92[_0x9149a7(0x1f5)]=_0x684f9a[_0x9149a7(0x1f9)];const _0x3c4438=new AWS[(_0x9149a7(0x205))](_0x55ca92),_0x10e8ea=await fs['readFileAsync'](path[_0x9149a7(0x203)](__dirname,'..',_0x684f9a[_0x9149a7(0x1f8)],_0x684f9a[_0x9149a7(0x1e7)]),_0x684f9a[_0x9149a7(0x200)]),_0x2571d3={};_0x2571d3[_0x9149a7(0x1e5)]=CLOUDFORMATION_SCHEMA;const _0x52bf1c=yaml[_0x9149a7(0x1ed)](_0x10e8ea,_0x2571d3);await _0x684f9a['XoIjM'](addTags,_0x52bf1c,_0x1818cb);const _0x392dd3=JSON[_0x9149a7(0x1ee)](_0x52bf1c);let _0xa04d7a=await AWSUtils[_0x9149a7(0x1fe)](_0x516d30);_0xa04d7a=_0xa04d7a[_0x9149a7(0x20d)](_0x684f9a['bNTRr'])[0x1];const _0x2862f1={};_0x2862f1['StackName']=CLUSTER_HUB_HA_STACK_NAME+'-'+_0x516d30+_0x9149a7(0x1e2),_0x2862f1[_0x9149a7(0x207)]=_0x684f9a['TdTRc'],_0x2862f1[_0x9149a7(0x1ea)]=_0x392dd3,_0x2862f1['Parameters']=[{'ParameterKey':_0x684f9a[_0x9149a7(0x1fb)],'ParameterValue':_0x53488d},{'ParameterKey':_0x684f9a[_0x9149a7(0x211)],'ParameterValue':CLUSTER_HUB_HA_STACK_NAME+'-'+_0x516d30},{'ParameterKey':_0x684f9a['AouwY'],'ParameterValue':_0xa04d7a}],_0x2862f1[_0x9149a7(0x1e4)]=[_0x684f9a[_0x9149a7(0x1fc)]],_0x2862f1[_0x9149a7(0x1f7)]=_0x1818cb;const _0x4b561a=_0x2862f1,_0x4ec869=await _0x3c4438['createStack'](_0x4b561a)[_0x9149a7(0x1f2)]();logger['info'](_0x684f9a[_0x9149a7(0x208)]);const _0x966c9d={};return _0x966c9d['StackName']=_0x4ec869[_0x9149a7(0x1e1)],_0x3c4438[_0x9149a7(0x1dc)](_0x684f9a[_0x9149a7(0x1fa)],_0x966c9d)[_0x9149a7(0x1f2)]();};function a28_0x34e1(_0x23b4e8,_0x5c7cd0){const _0x3666c4=a28_0x3666();return a28_0x34e1=function(_0x34e112,_0x453b47){_0x34e112=_0x34e112-0x1d6;let _0x34b7f4=_0x3666c4[_0x34e112];return _0x34b7f4;},a28_0x34e1(_0x23b4e8,_0x5c7cd0);}function a28_0x3666(){const _0x4ebfe4=['createHubHaStack','CAPABILITY_NAMED_IAM','Properties','6aGXGSw','1580277FwylXC','BQqbJ','../config/constants','waitFor','bluebird','valueOf','Key','ClusterOIDCURL','StackId','-cf','../config/logger','Capabilities','schema','browserstack:cluster','inArb','33869530ZcMhmF','14752lEfzal','TemplateBody','browserstack:creationDate','Resources','load','stringify','7761299Aagxwx','3501512sxDJHy','2010-05-15','promise','js-yaml','hub-ha.yaml','apiVersion','./AWSUtils','Tags','baVYj','cdVqT','XIAoq','aabsh','hXdTW','56QQOPDU','getOidcUrl','toString','sslwV','awsObj','path','join','js-yaml-cloudformation-schema','CloudFormation','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','OnFailure','ELnwG','876735yPEcjt','VpcId','promisifyAll','4kcwHFF','split','5187730GXOPAc','Value','push','wXjis'];a28_0x3666=function(){return _0x4ebfe4;};return a28_0x3666();}
@@ -1 +1 @@
1
- const a29_0x20e9f0=a29_0x249d;(function(_0x25d435,_0x158586){const _0xe0202f=a29_0x249d,_0xdca16f=_0x25d435();while(!![]){try{const _0x3552d4=-parseInt(_0xe0202f(0x1a9))/0x1*(parseInt(_0xe0202f(0x19f))/0x2)+-parseInt(_0xe0202f(0x1b7))/0x3*(-parseInt(_0xe0202f(0x1a0))/0x4)+parseInt(_0xe0202f(0x19e))/0x5*(-parseInt(_0xe0202f(0x1ab))/0x6)+parseInt(_0xe0202f(0x19a))/0x7+parseInt(_0xe0202f(0x1ae))/0x8*(parseInt(_0xe0202f(0x1b2))/0x9)+-parseInt(_0xe0202f(0x1a4))/0xa*(-parseInt(_0xe0202f(0x1b4))/0xb)+-parseInt(_0xe0202f(0x19c))/0xc;if(_0x3552d4===_0x158586)break;else _0xdca16f['push'](_0xdca16f['shift']());}catch(_0x525986){_0xdca16f['push'](_0xdca16f['shift']());}}}(a29_0x4e03,0xd1cdb));const fs=require('fs'),yaml=require(a29_0x20e9f0(0x1b6)),Promise=require(a29_0x20e9f0(0x1b3)),{getDirForConfig}=require(a29_0x20e9f0(0x1a5));Promise[a29_0x20e9f0(0x19b)](fs),exports[a29_0x20e9f0(0x19d)]=async(_0x270471,_0x15b720)=>{const _0x52f351=a29_0x20e9f0,_0x33fa57={'WmPLR':function(_0x15c4e8){return _0x15c4e8();},'LCimB':'insecure-skip-tls-verify','vlcxE':_0x52f351(0x1a1)},_0x5ab5a5=_0x33fa57[_0x52f351(0x1af)](getDirForConfig);!fs['existsSync'](_0x5ab5a5)&&fs[_0x52f351(0x1b0)](_0x5ab5a5);let _0xeb8e4d=await _0x270471[_0x52f351(0x1ac)]();if(_0x15b720){const _0x1497c6=yaml['load'](_0xeb8e4d);_0x1497c6[_0x52f351(0x1a7)][0x0]['cluster'][_0x33fa57[_0x52f351(0x1aa)]]=!![],_0xeb8e4d=yaml['dump'](_0x1497c6);}const _0x18bc6c=await import(_0x33fa57[_0x52f351(0x1a3)]),_0x52318c=new _0x18bc6c[(_0x52f351(0x1b1))]();_0x52318c[_0x52f351(0x1a2)](_0xeb8e4d);const _0x28cf34=_0x52318c[_0x52f351(0x1a8)](_0x18bc6c['CoreV1Api']),_0x296e6c=_0x52318c[_0x52f351(0x1a8)](_0x18bc6c[_0x52f351(0x1a6)]),_0x233239=_0x52318c[_0x52f351(0x1a8)](_0x18bc6c[_0x52f351(0x1ad)]),_0x103e8a=_0x52318c[_0x52f351(0x1a8)](_0x18bc6c[_0x52f351(0x1b5)]),_0x5dac5d=_0x52318c[_0x52f351(0x1a8)](_0x18bc6c['ApiregistrationV1Api']),_0x40ded6=_0x52318c[_0x52f351(0x1a8)](_0x18bc6c['StorageV1Api']);return[_0x28cf34,_0x296e6c,_0x233239,_0x103e8a,_0x5dac5d,_0x40ded6,_0x52318c];};function a29_0x249d(_0x4ab80f,_0x4772bc){const _0x4e03c0=a29_0x4e03();return a29_0x249d=function(_0x249d27,_0x244ed5){_0x249d27=_0x249d27-0x19a;let _0x4a69f7=_0x4e03c0[_0x249d27];return _0x4a69f7;},a29_0x249d(_0x4ab80f,_0x4772bc);}function a29_0x4e03(){const _0x2310b2=['KubeConfig','29331sWiQXR','bluebird','698621cjZkmZ','RbacAuthorizationV1Api','js-yaml','831sqHknd','6013658DKbRbQ','promisifyAll','12954876JHcKgJ','createK8sClient','10LXojNV','22OPmBGO','24008FITKut','@kubernetes/client-node','loadFromString','vlcxE','110ugedrg','./utilityMethods','AppsV1Api','clusters','makeApiClient','92224tCaqny','LCimB','3430644NXqTMc','getKubeConfigData','NetworkingV1Api','2152GLUxEx','WmPLR','mkdirSync'];a29_0x4e03=function(){return _0x2310b2;};return a29_0x4e03();}
1
+ const a29_0x8cb57d=a29_0x53f9;(function(_0x2fbc8c,_0x2abead){const _0x27a8ee=a29_0x53f9,_0x567f26=_0x2fbc8c();while(!![]){try{const _0xcd01aa=parseInt(_0x27a8ee(0x161))/0x1+parseInt(_0x27a8ee(0x15a))/0x2*(-parseInt(_0x27a8ee(0x14e))/0x3)+-parseInt(_0x27a8ee(0x153))/0x4+parseInt(_0x27a8ee(0x14b))/0x5*(-parseInt(_0x27a8ee(0x157))/0x6)+parseInt(_0x27a8ee(0x151))/0x7+-parseInt(_0x27a8ee(0x14f))/0x8+-parseInt(_0x27a8ee(0x15c))/0x9*(-parseInt(_0x27a8ee(0x14a))/0xa);if(_0xcd01aa===_0x2abead)break;else _0x567f26['push'](_0x567f26['shift']());}catch(_0x1d10b3){_0x567f26['push'](_0x567f26['shift']());}}}(a29_0x5736,0x77e22));function a29_0x53f9(_0x1d655a,_0x149ea7){const _0x5736ce=a29_0x5736();return a29_0x53f9=function(_0x53f931,_0x5d31c7){_0x53f931=_0x53f931-0x149;let _0x4ca105=_0x5736ce[_0x53f931];return _0x4ca105;},a29_0x53f9(_0x1d655a,_0x149ea7);}const fs=require('fs'),yaml=require(a29_0x8cb57d(0x14c)),Promise=require('bluebird'),{getDirForConfig}=require(a29_0x8cb57d(0x162));function a29_0x5736(){const _0x583fd9=['5668280WoDJkB','POvOs','4340819KIxXrZ','load','3408996BRHWqq','insecure-skip-tls-verify','makeApiClient','KubeConfig','2590278FLYnIE','promisifyAll','cluster','2UyCKMM','mkdirSync','45yNmyVR','StorageV1Api','existsSync','ApiregistrationV1Api','loadFromString','316678DAmkxm','./utilityMethods','dump','createK8sClient','3097230HQSKUy','5mYMKVq','js-yaml','AppsV1Api','5613JczADT'];a29_0x5736=function(){return _0x583fd9;};return a29_0x5736();}Promise[a29_0x8cb57d(0x158)](fs),exports[a29_0x8cb57d(0x149)]=async(_0x42a887,_0x362745)=>{const _0x31888a=a29_0x8cb57d,_0x360c9c={'MTPzu':function(_0x4670ba){return _0x4670ba();},'POvOs':_0x31888a(0x154),'OloxK':'@kubernetes/client-node'},_0x451183=_0x360c9c['MTPzu'](getDirForConfig);!fs[_0x31888a(0x15e)](_0x451183)&&fs[_0x31888a(0x15b)](_0x451183);let _0x1bb511=await _0x42a887['getKubeConfigData']();if(_0x362745){const _0x526674=yaml[_0x31888a(0x152)](_0x1bb511);_0x526674['clusters'][0x0][_0x31888a(0x159)][_0x360c9c[_0x31888a(0x150)]]=!![],_0x1bb511=yaml[_0x31888a(0x163)](_0x526674);}const _0x1c96ea=await import(_0x360c9c['OloxK']),_0x2cff62=new _0x1c96ea[(_0x31888a(0x156))]();_0x2cff62[_0x31888a(0x160)](_0x1bb511);const _0xf5cf53=_0x2cff62[_0x31888a(0x155)](_0x1c96ea['CoreV1Api']),_0x448b01=_0x2cff62[_0x31888a(0x155)](_0x1c96ea[_0x31888a(0x14d)]),_0x515faa=_0x2cff62['makeApiClient'](_0x1c96ea['NetworkingV1Api']),_0x4173c2=_0x2cff62['makeApiClient'](_0x1c96ea['RbacAuthorizationV1Api']),_0x460b77=_0x2cff62[_0x31888a(0x155)](_0x1c96ea[_0x31888a(0x15f)]),_0x315aa2=_0x2cff62['makeApiClient'](_0x1c96ea[_0x31888a(0x15d)]);return[_0xf5cf53,_0x448b01,_0x515faa,_0x4173c2,_0x460b77,_0x315aa2,_0x2cff62];};
@@ -1 +1 @@
1
- const a30_0x2d2570=a30_0xc305;function a30_0x38ef(){const _0x4454ab=['No\x20Mount\x20targets\x20found\x20for\x20the\x20EFS\x20FileSystem\x20ID,\x20skipping\x20mount\x20target\x20deletion.','No\x20EFS\x20FileSystem\x20ID\x20found\x20in\x20stack\x20outputs,\x20skipping\x20mount\x20target\x20deletion.','vRPmM','promise','MountTargetId','Error\x20deleting\x20EFS\x20mount\x20targets:','60HoNFSx','../config/constants','835040pynZtO','Mount\x20target\x20','.\x20Deleting\x20mount\x20targets...','\x20deleted\x20successfully','380556SOajok','621252orOFmE','MountTargets','xMikj','describeMountTargets','OutputKey','32145Ohwnvq','FwWPb','126MUxxhX','info','deleteMountTarget','../config/logger','107622CnVnVc','region','1604290azTbMR','72MgNfWn','FileSystemId','203751WYBbTw'];a30_0x38ef=function(){return _0x4454ab;};return a30_0x38ef();}(function(_0x3c4733,_0x1e501a){const _0x287180=a30_0xc305,_0x5c077f=_0x3c4733();while(!![]){try{const _0x4fe4da=-parseInt(_0x287180(0xff))/0x1+-parseInt(_0x287180(0x100))/0x2+parseInt(_0x287180(0x105))/0x3*(parseInt(_0x287180(0x117))/0x4)+parseInt(_0x287180(0x10d))/0x5+parseInt(_0x287180(0x10b))/0x6*(parseInt(_0x287180(0x107))/0x7)+-parseInt(_0x287180(0x10e))/0x8*(-parseInt(_0x287180(0x110))/0x9)+-parseInt(_0x287180(0x119))/0xa;if(_0x4fe4da===_0x1e501a)break;else _0x5c077f['push'](_0x5c077f['shift']());}catch(_0x2f65c2){_0x5c077f['push'](_0x5c077f['shift']());}}}(a30_0x38ef,0x3902a));function a30_0xc305(_0x2141f0,_0x5e328e){const _0x38ef53=a30_0x38ef();return a30_0xc305=function(_0xc305a5,_0x371e93){_0xc305a5=_0xc305a5-0xfe;let _0x4badd0=_0x38ef53[_0xc305a5];return _0x4badd0;},a30_0xc305(_0x2141f0,_0x5e328e);}const {logger}=require(a30_0x2d2570(0x10a)),awsSDK=require('aws-sdk'),{global_registry}=require(a30_0x2d2570(0x118));exports['deleteEFSMountTarget']=async _0x45afcd=>{const _0x3ffda7=a30_0x2d2570,_0x2d7b15={};_0x2d7b15[_0x3ffda7(0x106)]=_0x3ffda7(0x111),_0x2d7b15[_0x3ffda7(0x102)]=_0x3ffda7(0x112),_0x2d7b15[_0x3ffda7(0x113)]=_0x3ffda7(0x116);const _0xf3f4b3=_0x2d7b15;try{const _0x2febaa={};_0x2febaa[_0x3ffda7(0x10c)]=global_registry['clusterRegion'];const _0x10012f=new awsSDK['EFS'](_0x2febaa),_0x50f195=_0x45afcd['find'](_0x4e2274=>_0x4e2274[_0x3ffda7(0x104)]==='EFSFileSystemId')?.['OutputValue'];if(_0x50f195){logger[_0x3ffda7(0x108)]('EFS\x20FileSystem\x20ID\x20found:\x20'+_0x50f195+_0x3ffda7(0x11b));const _0x5e0827={};_0x5e0827[_0x3ffda7(0x10f)]=_0x50f195;const _0x26d7e5=_0x5e0827,_0x222050=await _0x10012f[_0x3ffda7(0x103)](_0x26d7e5)['promise']();if(_0x222050)for(const _0xb023b8 of _0x222050[_0x3ffda7(0x101)]){const _0x40b0e4={};_0x40b0e4[_0x3ffda7(0x115)]=_0xb023b8['MountTargetId'];const _0x30d576=_0x40b0e4;await _0x10012f[_0x3ffda7(0x109)](_0x30d576)[_0x3ffda7(0x114)](),logger['info'](_0x3ffda7(0x11a)+_0xb023b8[_0x3ffda7(0x115)]+_0x3ffda7(0xfe));}else logger[_0x3ffda7(0x108)](_0xf3f4b3[_0x3ffda7(0x106)]);}else logger['info'](_0xf3f4b3[_0x3ffda7(0x102)]);}catch(_0x4a0499){logger['error'](_0xf3f4b3['vRPmM'],_0x4a0499);}};
1
+ const a30_0x490b08=a30_0xc194;(function(_0x2092c8,_0x16a912){const _0x2f458b=a30_0xc194,_0x9cdcbd=_0x2092c8();while(!![]){try{const _0x3b7ea2=parseInt(_0x2f458b(0x10f))/0x1*(-parseInt(_0x2f458b(0x104))/0x2)+-parseInt(_0x2f458b(0x10c))/0x3*(parseInt(_0x2f458b(0xf4))/0x4)+parseInt(_0x2f458b(0x106))/0x5+-parseInt(_0x2f458b(0x10a))/0x6*(parseInt(_0x2f458b(0x107))/0x7)+parseInt(_0x2f458b(0xf2))/0x8+parseInt(_0x2f458b(0xf8))/0x9*(-parseInt(_0x2f458b(0x10e))/0xa)+parseInt(_0x2f458b(0x103))/0xb;if(_0x3b7ea2===_0x16a912)break;else _0x9cdcbd['push'](_0x9cdcbd['shift']());}catch(_0x46d63c){_0x9cdcbd['push'](_0x9cdcbd['shift']());}}}(a30_0x1936,0x2c1b2));const {logger}=require(a30_0x490b08(0xfa)),awsSDK=require(a30_0x490b08(0x10d)),{global_registry}=require(a30_0x490b08(0xf1));function a30_0xc194(_0x50410c,_0x1be041){const _0x193699=a30_0x1936();return a30_0xc194=function(_0xc1949a,_0x4a6548){_0xc1949a=_0xc1949a-0xf0;let _0x3c1921=_0x193699[_0xc1949a];return _0x3c1921;},a30_0xc194(_0x50410c,_0x1be041);}function a30_0x1936(){const _0x8c12ac=['\x20deleted\x20successfully','../config/logger','YRsbr','.\x20Deleting\x20mount\x20targets...','MountTargets','promise','OutputValue','EFS\x20FileSystem\x20ID\x20found:\x20','clusterRegion','error','7150704FKIHeD','712174sTAQgU','deleteMountTarget','1583760UNRDvV','764414izLyHf','info','region','12evuKJR','KXTsv','5931aIzvDw','aws-sdk','1590uXAOrQ','1AZPFvE','MountTargetId','Mount\x20target\x20','SZLFP','No\x20EFS\x20FileSystem\x20ID\x20found\x20in\x20stack\x20outputs,\x20skipping\x20mount\x20target\x20deletion.','../config/constants','780176PhYSof','deleteEFSMountTarget','328hzJWFX','FileSystemId','EFSFileSystemId','No\x20Mount\x20targets\x20found\x20for\x20the\x20EFS\x20FileSystem\x20ID,\x20skipping\x20mount\x20target\x20deletion.','8325Ztsjfu'];a30_0x1936=function(){return _0x8c12ac;};return a30_0x1936();}exports[a30_0x490b08(0xf3)]=async _0x2e0c9f=>{const _0x3fc6bf=a30_0x490b08,_0x363640={};_0x363640[_0x3fc6bf(0xfb)]=_0x3fc6bf(0xf7),_0x363640[_0x3fc6bf(0x10b)]=_0x3fc6bf(0xf0),_0x363640[_0x3fc6bf(0x112)]='Error\x20deleting\x20EFS\x20mount\x20targets:';const _0x5cbdec=_0x363640;try{const _0x3695f8={};_0x3695f8[_0x3fc6bf(0x109)]=global_registry[_0x3fc6bf(0x101)];const _0x4ec870=new awsSDK['EFS'](_0x3695f8),_0x4ac6d8=_0x2e0c9f['find'](_0x425f40=>_0x425f40['OutputKey']===_0x3fc6bf(0xf6))?.[_0x3fc6bf(0xff)];if(_0x4ac6d8){logger[_0x3fc6bf(0x108)](_0x3fc6bf(0x100)+_0x4ac6d8+_0x3fc6bf(0xfc));const _0x1ee7c9={};_0x1ee7c9[_0x3fc6bf(0xf5)]=_0x4ac6d8;const _0x2bdc7b=_0x1ee7c9,_0x38c2b8=await _0x4ec870['describeMountTargets'](_0x2bdc7b)[_0x3fc6bf(0xfe)]();if(_0x38c2b8)for(const _0x5e2fce of _0x38c2b8[_0x3fc6bf(0xfd)]){const _0x37cab6={};_0x37cab6[_0x3fc6bf(0x110)]=_0x5e2fce[_0x3fc6bf(0x110)];const _0x5e34fc=_0x37cab6;await _0x4ec870[_0x3fc6bf(0x105)](_0x5e34fc)['promise'](),logger[_0x3fc6bf(0x108)](_0x3fc6bf(0x111)+_0x5e2fce[_0x3fc6bf(0x110)]+_0x3fc6bf(0xf9));}else logger[_0x3fc6bf(0x108)](_0x5cbdec[_0x3fc6bf(0xfb)]);}else logger[_0x3fc6bf(0x108)](_0x5cbdec[_0x3fc6bf(0x10b)]);}catch(_0x40acd0){logger[_0x3fc6bf(0x102)](_0x5cbdec[_0x3fc6bf(0x112)],_0x40acd0);}};
@@ -1 +1 @@
1
- function a31_0x24f7(_0x539e97,_0x4cf33d){const _0x1ba95d=a31_0x1ba9();return a31_0x24f7=function(_0x24f7fe,_0x563e79){_0x24f7fe=_0x24f7fe-0xce;let _0x37f9fb=_0x1ba95d[_0x24f7fe];return _0x37f9fb;},a31_0x24f7(_0x539e97,_0x4cf33d);}function a31_0x1ba9(){const _0x7e5445=['../config/logger','stackDeleteComplete','152KbYZFi','CloudFormation','StackName','737285VGMuSU','awsObj','Vfbdw','1089348NSAUbb','30UIzSMN','464934vqtivD','deleteStack','831258RYubKo','./AWSUtils','waitFor','1395513QPfRFg','2010-05-15','apiVersion','wvUKv','855939Ozqslk','promise','1845092wwIslq','debug'];a31_0x1ba9=function(){return _0x7e5445;};return a31_0x1ba9();}const a31_0x129d96=a31_0x24f7;(function(_0x279018,_0x4afb27){const _0x2887db=a31_0x24f7,_0x18fbe5=_0x279018();while(!![]){try{const _0x276995=-parseInt(_0x2887db(0xd4))/0x1+-parseInt(_0x2887db(0xe0))/0x2+parseInt(_0x2887db(0xe2))/0x3+parseInt(_0x2887db(0xd6))/0x4+-parseInt(_0x2887db(0xdd))/0x5*(parseInt(_0x2887db(0xe1))/0x6)+parseInt(_0x2887db(0xd0))/0x7+parseInt(_0x2887db(0xda))/0x8*(parseInt(_0x2887db(0xe4))/0x9);if(_0x276995===_0x4afb27)break;else _0x18fbe5['push'](_0x18fbe5['shift']());}catch(_0x22d80a){_0x18fbe5['push'](_0x18fbe5['shift']());}}}(a31_0x1ba9,0x699ce));const AWS=require(a31_0x129d96(0xce))[a31_0x129d96(0xde)],{logger}=require(a31_0x129d96(0xd8));exports['deleteClusterStack']=async _0x10fbde=>{const _0x1f7551=a31_0x129d96,_0x1677c2={};_0x1677c2[_0x1f7551(0xd3)]=_0x1f7551(0xd1),_0x1677c2[_0x1f7551(0xdf)]='Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete',_0x1677c2['xWVMD']=_0x1f7551(0xd9);const _0x8fad65=_0x1677c2,_0x25dea9={};_0x25dea9[_0x1f7551(0xd2)]=_0x8fad65[_0x1f7551(0xd3)];const _0x4560cd=new AWS[(_0x1f7551(0xdb))](_0x25dea9),_0xc7d568={};_0xc7d568[_0x1f7551(0xdc)]=_0x10fbde;const _0x52f4ee=_0xc7d568,_0x5cc6de=await _0x4560cd[_0x1f7551(0xe3)](_0x52f4ee)[_0x1f7551(0xd5)]();logger[_0x1f7551(0xd7)](_0x8fad65[_0x1f7551(0xdf)]);const _0x3a2098={};return _0x3a2098[_0x1f7551(0xdc)]=_0x10fbde,_0x4560cd[_0x1f7551(0xcf)](_0x8fad65['xWVMD'],_0x3a2098)[_0x1f7551(0xd5)]();};
1
+ const a31_0x4f834f=a31_0x4de4;(function(_0x45feaa,_0x1dc196){const _0x872dbf=a31_0x4de4,_0x321995=_0x45feaa();while(!![]){try{const _0x3573b9=parseInt(_0x872dbf(0xc8))/0x1*(parseInt(_0x872dbf(0xb9))/0x2)+-parseInt(_0x872dbf(0xbd))/0x3*(-parseInt(_0x872dbf(0xcb))/0x4)+-parseInt(_0x872dbf(0xb7))/0x5+-parseInt(_0x872dbf(0xbc))/0x6*(-parseInt(_0x872dbf(0xb8))/0x7)+-parseInt(_0x872dbf(0xbf))/0x8*(-parseInt(_0x872dbf(0xcd))/0x9)+parseInt(_0x872dbf(0xb6))/0xa*(parseInt(_0x872dbf(0xc5))/0xb)+-parseInt(_0x872dbf(0xcc))/0xc*(parseInt(_0x872dbf(0xca))/0xd);if(_0x3573b9===_0x1dc196)break;else _0x321995['push'](_0x321995['shift']());}catch(_0x5aa405){_0x321995['push'](_0x321995['shift']());}}}(a31_0x5c15,0xbf774));const AWS=require(a31_0x4f834f(0xc4))[a31_0x4f834f(0xc1)],{logger}=require('../config/logger');exports[a31_0x4f834f(0xb5)]=async _0x10bd77=>{const _0x2c08d0=a31_0x4f834f,_0x4d0669={};_0x4d0669[_0x2c08d0(0xba)]=_0x2c08d0(0xbb),_0x4d0669[_0x2c08d0(0xc0)]=_0x2c08d0(0xbe),_0x4d0669[_0x2c08d0(0xc6)]='stackDeleteComplete';const _0x3cef28=_0x4d0669,_0x1b384b={};_0x1b384b[_0x2c08d0(0xc3)]=_0x3cef28[_0x2c08d0(0xba)];const _0x3589fb=new AWS[(_0x2c08d0(0xb4))](_0x1b384b),_0x48c34a={};_0x48c34a['StackName']=_0x10bd77;const _0x3b220a=_0x48c34a,_0x1c36a6=await _0x3589fb[_0x2c08d0(0xc9)](_0x3b220a)['promise']();logger[_0x2c08d0(0xc2)](_0x3cef28[_0x2c08d0(0xc0)]);const _0x484a12={};return _0x484a12['StackName']=_0x10bd77,_0x3589fb[_0x2c08d0(0xc7)](_0x3cef28['PfxYx'],_0x484a12)['promise']();};function a31_0x4de4(_0x301618,_0x395c7a){const _0x5c15b9=a31_0x5c15();return a31_0x4de4=function(_0x4de4eb,_0x22933e){_0x4de4eb=_0x4de4eb-0xb4;let _0x360cb5=_0x5c15b9[_0x4de4eb];return _0x360cb5;},a31_0x4de4(_0x301618,_0x395c7a);}function a31_0x5c15(){const _0x32e06c=['Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','88asMXOe','lKbbW','awsObj','debug','apiVersion','./AWSUtils','11EQMlsn','PfxYx','waitFor','542978cpzdeK','deleteStack','48456447gNdbsg','8108zfCzkM','12ORcoxD','1036548vjGtOm','CloudFormation','deleteClusterStack','3896800jWFbwd','1312395mONuhH','400771MWNkJv','2gEZmHM','YcJdn','2010-05-15','126ZDZlaD','2031plIdsm'];a31_0x5c15=function(){return _0x32e06c;};return a31_0x5c15();}
@@ -1 +1 @@
1
- const a32_0x272d13=a32_0x5aa8;(function(_0x548333,_0x1c8711){const _0x522c20=a32_0x5aa8,_0x6962f8=_0x548333();while(!![]){try{const _0x5b171b=-parseInt(_0x522c20(0x1c6))/0x1+parseInt(_0x522c20(0x1bb))/0x2+-parseInt(_0x522c20(0x1b8))/0x3*(-parseInt(_0x522c20(0x1bd))/0x4)+-parseInt(_0x522c20(0x1c2))/0x5+parseInt(_0x522c20(0x1bc))/0x6*(-parseInt(_0x522c20(0x1b9))/0x7)+-parseInt(_0x522c20(0x1ba))/0x8+-parseInt(_0x522c20(0x1c1))/0x9*(-parseInt(_0x522c20(0x1b7))/0xa);if(_0x5b171b===_0x1c8711)break;else _0x6962f8['push'](_0x6962f8['shift']());}catch(_0x41a86b){_0x6962f8['push'](_0x6962f8['shift']());}}}(a32_0x498e,0x2e5ad));function a32_0x5aa8(_0x19b41a,_0x13a645){const _0x498eb0=a32_0x498e();return a32_0x5aa8=function(_0x5aa84b,_0x5b29bf){_0x5aa84b=_0x5aa84b-0x1b5;let _0x45dad6=_0x498eb0[_0x5aa84b];return _0x45dad6;},a32_0x5aa8(_0x19b41a,_0x13a645);}const AWS=require(a32_0x272d13(0x1c5))[a32_0x272d13(0x1c0)],{logger}=require(a32_0x272d13(0x1c3));exports[a32_0x272d13(0x1c4)]=async _0x45c0e4=>{const _0x1455e3=a32_0x272d13,_0x412efa={};_0x412efa['GzaXt']=_0x1455e3(0x1b6);const _0x81ea70=_0x412efa,_0x5be221={};_0x5be221[_0x1455e3(0x1bf)]=_0x81ea70[_0x1455e3(0x1be)];const _0x47a27c=new AWS[(_0x1455e3(0x1b5))](_0x5be221),_0x55346f={};_0x55346f['StackName']=_0x45c0e4;const _0x1007ff=_0x55346f;return _0x47a27c['describeStacks'](_0x1007ff)['promise']();};function a32_0x498e(){const _0x5cefc8=['1341765kFqGep','../config/logger','describeClusterStack','./AWSUtils','154303MgXyqP','CloudFormation','2010-05-15','869390MurwnO','783075VDdTHO','7pTphRL','950552SNZfvp','380552VddHdq','406278xtUVEI','4tSONbM','GzaXt','apiVersion','awsObj','36QdLhNt'];a32_0x498e=function(){return _0x5cefc8;};return a32_0x498e();}
1
+ const a32_0x4c2355=a32_0x5ac4;function a32_0x4ccf(){const _0x15d9de=['3065eaZzjA','208aFCleL','204vMWQrV','66381SIdJRM','lHJgb','4069098RbPCmB','900427mPHTXj','405WMRugr','2010-05-15','724719ttsDlg','../config/logger','./AWSUtils','3352veDFHZ','promise','apiVersion','19390qSLCgX','describeClusterStack','24Ubouzx','129836SbHEYw'];a32_0x4ccf=function(){return _0x15d9de;};return a32_0x4ccf();}(function(_0x2d3d8b,_0xaec6ac){const _0x3be636=a32_0x5ac4,_0x34578e=_0x2d3d8b();while(!![]){try{const _0x48e777=parseInt(_0x3be636(0x1ae))/0x1+-parseInt(_0x3be636(0x1b6))/0x2*(-parseInt(_0x3be636(0x1bb))/0x3)+-parseInt(_0x3be636(0x1b1))/0x4*(-parseInt(_0x3be636(0x1b8))/0x5)+parseInt(_0x3be636(0x1aa))/0x6+parseInt(_0x3be636(0x1b7))/0x7*(-parseInt(_0x3be636(0x1b9))/0x8)+-parseInt(_0x3be636(0x1ac))/0x9*(-parseInt(_0x3be636(0x1b4))/0xa)+-parseInt(_0x3be636(0x1ab))/0xb*(parseInt(_0x3be636(0x1ba))/0xc);if(_0x48e777===_0xaec6ac)break;else _0x34578e['push'](_0x34578e['shift']());}catch(_0x58a4a6){_0x34578e['push'](_0x34578e['shift']());}}}(a32_0x4ccf,0x60926));const AWS=require(a32_0x4c2355(0x1b0))['awsObj'],{logger}=require(a32_0x4c2355(0x1af));function a32_0x5ac4(_0x2f8b5f,_0x7c6bff){const _0x4ccfa0=a32_0x4ccf();return a32_0x5ac4=function(_0x5ac4c3,_0x3f5ace){_0x5ac4c3=_0x5ac4c3-0x1a9;let _0x49e457=_0x4ccfa0[_0x5ac4c3];return _0x49e457;},a32_0x5ac4(_0x2f8b5f,_0x7c6bff);}exports[a32_0x4c2355(0x1b5)]=async _0x23020a=>{const _0x306926=a32_0x4c2355,_0x37655c={};_0x37655c[_0x306926(0x1a9)]=_0x306926(0x1ad);const _0x52d2bf=_0x37655c,_0x2fa2df={};_0x2fa2df[_0x306926(0x1b3)]=_0x52d2bf[_0x306926(0x1a9)];const _0x56766d=new AWS['CloudFormation'](_0x2fa2df),_0x1fa7cb={};_0x1fa7cb['StackName']=_0x23020a;const _0x6754d6=_0x1fa7cb;return _0x56766d['describeStacks'](_0x6754d6)[_0x306926(0x1b2)]();};