browserstack-node-sdk 1.34.56 → 1.34.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  60. package/src/bin/jest/jest.setup.js +1 -1
  61. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  62. package/src/bin/jest/test-observability/helper.js +1 -1
  63. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  64. package/src/bin/jest/test-observability/test-details.js +1 -1
  65. package/src/bin/jest/test_before.setup.js +1 -1
  66. package/src/bin/launcher/launcher.js +1 -1
  67. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  68. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  69. package/src/bin/mocha/command.js +1 -1
  70. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  71. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  72. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  73. package/src/bin/mocha/test.setup.js +1 -1
  74. package/src/bin/nightwatch/command.js +1 -1
  75. package/src/bin/playwright/accessibility-helper.js +1 -1
  76. package/src/bin/playwright/command.js +1 -1
  77. package/src/bin/playwright/globalSetup.js +1 -1
  78. package/src/bin/playwright/mock-process.js +1 -1
  79. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  80. package/src/bin/playwright/patches.js +1 -1
  81. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  82. package/src/bin/playwright/reporter/reporter.js +1 -1
  83. package/src/bin/playwright/reporter/test-details.js +1 -1
  84. package/src/bin/playwright/sessionDetails.js +1 -1
  85. package/src/bin/runner.js +1 -1
  86. package/src/bin/setup.js +1 -1
  87. package/src/bin/test-runner/index.js +1 -1
  88. package/src/bin/test-runner/runTest.js +1 -1
  89. package/src/bin/test-runner/testWorker.js +1 -1
  90. package/src/bin/utils/constants.js +1 -1
  91. package/src/bin/utils/log4jsAppender.js +1 -1
  92. package/src/bin/utils/logPatcher.js +1 -1
  93. package/src/bin/utils/logReportingAPI.js +1 -1
  94. package/src/bin/vanilla-js/command.js +1 -1
  95. package/src/browserStackSdk.js +1 -1
  96. package/src/helpers/BrowserStackSetup.js +1 -1
  97. package/src/helpers/accessibility-automation/constants.js +1 -1
  98. package/src/helpers/accessibility-automation/helper.js +1 -1
  99. package/src/helpers/accessibility-automation/scripts.js +1 -1
  100. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  101. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  102. package/src/helpers/ats/constants.js +1 -1
  103. package/src/helpers/ats/helper.js +1 -1
  104. package/src/helpers/capsMapping.js +1 -1
  105. package/src/helpers/central-scanner/constants.js +1 -1
  106. package/src/helpers/central-scanner/helpers.js +1 -1
  107. package/src/helpers/globals.js +1 -1
  108. package/src/helpers/helper.js +1 -1
  109. package/src/helpers/logger.js +1 -1
  110. package/src/helpers/metadata.js +1 -1
  111. package/src/helpers/patchHelper.js +1 -1
  112. package/src/helpers/patchHelpers.js +1 -1
  113. package/src/helpers/percy/Percy.js +1 -1
  114. package/src/helpers/percy/PercyBinary.js +1 -1
  115. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  116. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  117. package/src/helpers/percy/PercySDK.js +1 -1
  118. package/src/helpers/percy/index.js +1 -1
  119. package/src/helpers/percy/utils.js +1 -1
  120. package/src/helpers/performance/constants.js +1 -1
  121. package/src/helpers/performance/performance-tester.js +1 -1
  122. package/src/helpers/processHelper.js +1 -1
  123. package/src/helpers/request-spy.js +1 -1
  124. package/src/helpers/setKeepAlive.js +1 -1
  125. package/src/helpers/test-observability/constants.js +1 -1
  126. package/src/helpers/test-observability/error-handler.js +1 -1
  127. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  128. package/src/helpers/test-observability/sessionHandler.js +1 -1
  129. package/src/helpers/test-observability/utils.js +1 -1
  130. package/src/helpers/testhub/constants.js +1 -1
  131. package/src/helpers/testhub/testhubHandler.js +1 -1
  132. package/src/helpers/testhub/utils.js +1 -1
  133. package/src/helpers/timeoutPromise.js +1 -1
  134. package/src/helpers/utilities.js +1 -1
  135. package/src/helpers/w3cMapping.js +1 -1
  136. package/src/hubAllocationMethods.js +1 -1
  137. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a25_0x2a3e(_0x10bf3b,_0x4ff80f){const _0x5cc374=a25_0x5cc3();return a25_0x2a3e=function(_0x2a3efe,_0x460203){_0x2a3efe=_0x2a3efe-0xf4;let _0x1740a0=_0x5cc374[_0x2a3efe];return _0x1740a0;},a25_0x2a3e(_0x10bf3b,_0x4ff80f);}const a25_0x565080=a25_0x2a3e;(function(_0x20ff20,_0x3f4239){const _0x830952=a25_0x2a3e,_0x492701=_0x20ff20();while(!![]){try{const _0x27184b=parseInt(_0x830952(0x106))/0x1*(parseInt(_0x830952(0x18a))/0x2)+parseInt(_0x830952(0x19d))/0x3+parseInt(_0x830952(0x11b))/0x4*(-parseInt(_0x830952(0x11f))/0x5)+-parseInt(_0x830952(0x17b))/0x6+parseInt(_0x830952(0x136))/0x7+-parseInt(_0x830952(0x194))/0x8*(-parseInt(_0x830952(0x185))/0x9)+parseInt(_0x830952(0x170))/0xa*(-parseInt(_0x830952(0x14b))/0xb);if(_0x27184b===_0x3f4239)break;else _0x492701['push'](_0x492701['shift']());}catch(_0x396de3){_0x492701['push'](_0x492701['shift']());}}}(a25_0x5cc3,0x89c05));function a25_0x5cc3(){const _0x862db3=['oNhDV','getOidcUrl','headBucket','KLocd','XsZPp','RECSa','drVww','QQihk','IZlcG','awsObj','yhyYt','HpRyM','fetchSecurityGroups','tdodb','describeSubnets','YjqvF','VqAAT','JQeCI','WjmEj','645976wCJloG','XXLHL','MhABW','kjJGQ','10REltGT','fetchVPCs','Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20','jhXSv','uraEX','issuer','KMATc','fuGFu','Bucket','ZsIpF','biUCI','qIVuv','YPJPJ','Zmsuf','LEtgA','Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20','zgxqM','Wmvgr','dRqTJ','gMbSv','humVu','piQCa','VkBUo','1396703rVqzZq','ScYNu','catch','lPAOM','itRAF','Uuqwb','nOAkn','xihGO','CSBNt','promise','OaNyF','Bucket:\x20','xevXU','PSkMO','Qrzjb','WKwVi','GaIME','EeCEQ','identity','NgWmW','CMcQp','5148pvqkvy','iJuUH','Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20','info','lgeDO','DtVSu','XPLAN','tMfyd','kGwdz','BbrqI','bdJHA','HvlWj','nMAJJ','HYzwj','qHkou','XACnl','TuOaH','wbdxc','Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20','PvnjP','2017-11-01','rRygU','EDuwi','GkMBD','mXXRj','FcBKd','describeVpcs','LkGez','cluster','region','xBkoT','relzw','IHxVB','HwTos','EC2','XemYh','bhFMy','12370qQmrSF','tMtwT','GjrLz','then','GTSKw','EKS','jTfZd','QIvbM','KIYUY','gYDnL','cMyaM','5930988kUfPjW','OnsTa','Ejxlp','error','CZQss','XqnkH','NDuhm','xxxHn','describeRegions','2016-11-15','6435738YvQZVy','pmJDB','apiVersion','describeSecurityGroups','dzlAJ','2vWcQpN','warn','LMvjj','cZQcR','\x20already\x20exists.\x20Skipping\x20Bucket\x20creation','LjYJx','RdPnx','fwsjN','cidKX','CWAii','8hxkrmL','bwkqG','Flxlv','vvsaK','odYXR','wiqsk','rmtYc','aKSSF','describeCluster','2766612PAooay','oidc','RPHPO','Regions','kvKus','lQwms','xiyJH','CwYEb','JMAYG','OwKUm','BkfXa','Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20','kvebK','iHLXy','gRYOq','name','kEyVd','../config/logger','bABUL','\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket','vsbqF','617816cINxOh','cylek'];a25_0x5cc3=function(){return _0x862db3;};return a25_0x5cc3();}const awsSDK=require('aws-sdk'),{logger}=require(a25_0x565080(0x102));exports[a25_0x565080(0x120)]=_0xdf0c3b=>{const _0x4117a1=a25_0x565080,_0x5c68df={'NyzjO':function(_0x3f5ea3,_0x4a7b68){return _0x3f5ea3(_0x4a7b68);},'bdJHA':function(_0x2fcf14,_0x4c41a2){return _0x2fcf14(_0x4c41a2);},'xxSku':function(_0x585b24,_0xd3c8f9){return _0x585b24===_0xd3c8f9;},'GTSKw':'EBUyY','EeCEQ':'IpeoD','LMvjj':_0x4117a1(0x17d),'humVu':function(_0x62a70d,_0x2e84fa){return _0x62a70d(_0x2e84fa);},'drVww':function(_0x2c8e7e,_0xe6605e){return _0x2c8e7e!==_0xe6605e;},'gYDnL':_0x4117a1(0xf6),'xiyJH':'2016-11-15'};return new Promise((_0x39cd6f,_0x540e88)=>{const _0x1da9d0=_0x4117a1,_0x263e32={'HpRyM':function(_0xe37ead,_0x17c502){const _0x18d42f=a25_0x2a3e;return _0x5c68df[_0x18d42f(0x155)](_0xe37ead,_0x17c502);},'LjYJx':function(_0xaa5981,_0x57375c){return _0x5c68df['xxSku'](_0xaa5981,_0x57375c);},'OwKUm':_0x5c68df[_0x1da9d0(0x174)],'hEVEx':_0x5c68df[_0x1da9d0(0x147)],'BkfXa':_0x5c68df[_0x1da9d0(0x18c)],'cylek':function(_0x2d970e,_0xb8a2c){const _0x3d27b7=_0x1da9d0;return _0x5c68df[_0x3d27b7(0x133)](_0x2d970e,_0xb8a2c);}};if(_0x5c68df[_0x1da9d0(0x10e)](_0x5c68df[_0x1da9d0(0x179)],_0x5c68df[_0x1da9d0(0x179)]))_0x5c68df['NyzjO'](_0x3dc723,_0x479c25['Regions']);else{const _0x3092cc={};_0x3092cc[_0x1da9d0(0x187)]=_0x5c68df[_0x1da9d0(0xf7)],_0x3092cc[_0x1da9d0(0x168)]=_0xdf0c3b;const _0x27a092=new awsSDK['EC2'](_0x3092cc);_0x27a092['describeVpcs']()[_0x1da9d0(0x13f)]()['then'](_0x53fbe4=>{const _0x6623bf=_0x1da9d0;_0x263e32[_0x6623bf(0x18f)](_0x263e32[_0x6623bf(0xfa)],_0x263e32['hEVEx'])?(_0x5ad763[_0x6623bf(0x18b)]('Bucket:\x20'+_0x3b2909+_0x6623bf(0x18e)),_0x263e32[_0x6623bf(0x113)](_0x5eccea,!![])):_0x263e32['HpRyM'](_0x39cd6f,_0x53fbe4);})['catch'](_0x4c5a41=>{const _0x27e7ff=_0x1da9d0;_0x263e32[_0x27e7ff(0x18f)](_0x263e32[_0x27e7ff(0xfb)],_0x263e32[_0x27e7ff(0xfb)])?(logger[_0x27e7ff(0x17e)](_0x27e7ff(0xfc)+_0x4c5a41),_0x263e32[_0x27e7ff(0x107)](_0x540e88,_0x4c5a41)):(_0x47aa3f[_0x27e7ff(0x17e)](_0x27e7ff(0x15d)+_0x1a178d),_0x263e32[_0x27e7ff(0x113)](_0x4de37b,_0x2fe14a));});}});},exports['isBucketPresent']=_0x2cb9b2=>{const _0x365005=a25_0x565080,_0x164fca={'cidKX':function(_0x3a4c75,_0xf84335){return _0x3a4c75(_0xf84335);},'PSkMO':function(_0x243062,_0xc639ce){return _0x243062(_0xc639ce);},'BqRpl':_0x365005(0x184),'xsDYc':function(_0x1f8de0,_0x27a8f5){return _0x1f8de0!==_0x27a8f5;},'QQihk':'GQPcK','RECSa':'zQcMX','lgeDO':function(_0x484f4f,_0x396579){return _0x484f4f===_0x396579;},'NgWmW':_0x365005(0xf9),'RdPnx':_0x365005(0x139)},_0x272ccb=new awsSDK['S3']();return new Promise((_0x413da8,_0x17d49a)=>{const _0x459fab=_0x365005,_0x38c168={'Uuqwb':function(_0x1dad8f,_0x345ef4){const _0x4a3faa=a25_0x2a3e;return _0x164fca[_0x4a3faa(0x192)](_0x1dad8f,_0x345ef4);},'OoXRM':function(_0x26c114,_0x5eb81e){const _0x357082=a25_0x2a3e;return _0x164fca[_0x357082(0x14f)](_0x26c114,_0x5eb81e);},'kGwdz':_0x164fca[_0x459fab(0x149)]};if(_0x164fca[_0x459fab(0x14f)](_0x164fca[_0x459fab(0x190)],_0x164fca[_0x459fab(0x190)])){const _0x233cd9={};_0x233cd9['Bucket']=_0x2cb9b2,_0x272ccb[_0x459fab(0x10a)](_0x233cd9)[_0x459fab(0x13f)]()[_0x459fab(0x173)](_0x5d4096=>{const _0x3e93b1=_0x459fab,_0x39a854={'ScYNu':function(_0xe6f6e8,_0x3c8cdc){return _0x164fca['cidKX'](_0xe6f6e8,_0x3c8cdc);},'qHkou':function(_0x1ae8a9,_0x448514){const _0x129d74=a25_0x2a3e;return _0x164fca[_0x129d74(0x143)](_0x1ae8a9,_0x448514);},'kDTFO':_0x164fca['BqRpl']};if(_0x164fca['xsDYc'](_0x164fca[_0x3e93b1(0x10f)],_0x164fca[_0x3e93b1(0x10d)]))logger[_0x3e93b1(0x18b)](_0x3e93b1(0x141)+_0x2cb9b2+_0x3e93b1(0x18e)),_0x164fca[_0x3e93b1(0x143)](_0x413da8,!![]);else{const _0xa0824b={'TuOaH':function(_0x40ebee,_0x2817ec){const _0x45c2c0=_0x3e93b1;return _0x39a854[_0x45c2c0(0x137)](_0x40ebee,_0x2817ec);},'WjmEj':function(_0x1c3c45,_0x4cab97){const _0x58ef7c=_0x3e93b1;return _0x39a854[_0x58ef7c(0x159)](_0x1c3c45,_0x4cab97);}},_0x5addbb={};_0x5addbb[_0x3e93b1(0x187)]=_0x39a854['kDTFO'],_0x5addbb[_0x3e93b1(0x168)]=_0x5a359c;const _0x4d0656=new _0x22104f[(_0x3e93b1(0x16d))](_0x5addbb);_0x4d0656[_0x3e93b1(0x165)]()[_0x3e93b1(0x13f)]()[_0x3e93b1(0x173)](_0x4d0532=>{const _0x3ae17f=_0x3e93b1;_0xa0824b[_0x3ae17f(0x15b)](_0x34d96d,_0x4d0532);})[_0x3e93b1(0x138)](_0x225555=>{const _0x42865d=_0x3e93b1;_0x1443c4['error'](_0x42865d(0xfc)+_0x225555),_0xa0824b[_0x42865d(0x11a)](_0x59aa2a,_0x225555);});}})[_0x459fab(0x138)](()=>{const _0x9aa45a=_0x459fab,_0x51b36b={'YjqvF':function(_0xc524a,_0x1fc8a9){const _0x3d94f3=a25_0x2a3e;return _0x38c168[_0x3d94f3(0x13b)](_0xc524a,_0x1fc8a9);}};_0x38c168['OoXRM'](_0x38c168[_0x9aa45a(0x153)],_0x38c168[_0x9aa45a(0x153)])?(logger[_0x9aa45a(0x14e)]('Bucket:\x20'+_0x2cb9b2+_0x9aa45a(0x104)),_0x38c168['Uuqwb'](_0x413da8,![])):_0x51b36b[_0x9aa45a(0x117)](_0x5409d8,_0x45dc0f[_0x9aa45a(0x167)][_0x9aa45a(0x148)][_0x9aa45a(0x19e)]['issuer']);});}else _0x164fca[_0x459fab(0x192)](_0x5c2a16,_0x15629e);});},exports['fetchSubnets']=_0x20557d=>{const _0x3ce3cf=a25_0x565080,_0x4872dc={'HYzwj':function(_0x29328b,_0x192f0f){return _0x29328b(_0x192f0f);},'KMATc':function(_0x1d0b48,_0x3b6663){return _0x1d0b48===_0x3b6663;},'fwsjN':_0x3ce3cf(0xf8),'XVkFh':_0x3ce3cf(0x19a),'kvebK':'2016-11-15','MuaPE':function(_0x46451e,_0x2553cf){return _0x46451e(_0x2553cf);},'xBkoT':function(_0x2cb779,_0x506e16){return _0x2cb779!==_0x506e16;},'EvXxq':_0x3ce3cf(0x119),'pmJDB':function(_0x2db91a,_0x339b96){return _0x2db91a(_0x339b96);},'OaNyF':_0x3ce3cf(0x16a)};return new Promise((_0x544cc6,_0x26425c)=>{const _0x1b659e=_0x3ce3cf,_0x3493c3={'aKSSF':function(_0x302585,_0x35698e){return _0x4872dc['MuaPE'](_0x302585,_0x35698e);},'LkGez':function(_0x397425,_0x2ea2a0){const _0x26fa11=a25_0x2a3e;return _0x4872dc[_0x26fa11(0x169)](_0x397425,_0x2ea2a0);},'GjrLz':_0x4872dc['EvXxq'],'QIvbM':function(_0x2779ce,_0x4fe2fb){const _0x972dca=a25_0x2a3e;return _0x4872dc[_0x972dca(0x186)](_0x2779ce,_0x4fe2fb);}};if(_0x4872dc[_0x1b659e(0x125)](_0x4872dc[_0x1b659e(0x140)],_0x4872dc['OaNyF'])){const _0x55d2={};_0x55d2['apiVersion']=_0x4872dc[_0x1b659e(0xfd)],_0x55d2[_0x1b659e(0x168)]=_0x20557d;const _0x48f42c=new awsSDK[(_0x1b659e(0x16d))](_0x55d2);_0x48f42c[_0x1b659e(0x116)]()['promise']()[_0x1b659e(0x173)](_0x480d27=>{const _0x1b19cf=_0x1b659e,_0x259826={'VqAAT':function(_0x461e4f,_0x3b324e){const _0x1846b2=a25_0x2a3e;return _0x4872dc[_0x1846b2(0x158)](_0x461e4f,_0x3b324e);}};_0x4872dc['KMATc'](_0x4872dc[_0x1b19cf(0x191)],_0x4872dc['XVkFh'])?_0x259826[_0x1b19cf(0x118)](_0x4c4414,_0x2b6451):_0x4872dc[_0x1b19cf(0x158)](_0x544cc6,_0x480d27);})[_0x1b659e(0x138)](_0x306295=>{const _0x436f7e=_0x1b659e;_0x3493c3[_0x436f7e(0x166)](_0x3493c3['GjrLz'],_0x3493c3[_0x436f7e(0x172)])?_0x3493c3[_0x436f7e(0x19b)](_0x102f30,_0x4567e4):(logger['error'](_0x436f7e(0x15d)+_0x306295),_0x3493c3['QIvbM'](_0x26425c,_0x306295));});}else{const _0xf8906d={'YPJPJ':function(_0x3ca4dd,_0x4a7d32){return _0x4872dc['HYzwj'](_0x3ca4dd,_0x4a7d32);}},_0x4ef624={};_0x4ef624[_0x1b659e(0x187)]=_0x4872dc['kvebK'],_0x4ef624[_0x1b659e(0x168)]=_0x413603;const _0x5aa44d=new _0x57f81c['EC2'](_0x4ef624);_0x5aa44d[_0x1b659e(0x188)]()[_0x1b659e(0x13f)]()[_0x1b659e(0x173)](_0x24148b=>{const _0x392207=_0x1b659e;_0x3493c3[_0x392207(0x177)](_0x2dd1dc,_0x24148b);})['catch'](_0x22974e=>{const _0x2c937d=_0x1b659e;_0x40503a[_0x2c937d(0x17e)](_0x2c937d(0x121)+_0x22974e),_0xf8906d[_0x2c937d(0x12b)](_0x13b573,_0x22974e);});}});},exports[a25_0x565080(0x114)]=_0x17ab54=>{const _0x2dc919=a25_0x565080,_0x238182={'zgxqM':function(_0x5eb61c,_0x5c81ff){return _0x5eb61c(_0x5c81ff);},'XACnl':function(_0x56c7d8,_0x179ca1){return _0x56c7d8(_0x179ca1);},'XqnkH':function(_0x18dfdc,_0x1f1162){return _0x18dfdc===_0x1f1162;},'kjJGQ':_0x2dc919(0x12c),'dRqTJ':_0x2dc919(0x110),'bhFMy':_0x2dc919(0x130),'gRYOq':_0x2dc919(0x184),'xxxHn':function(_0x6a7ea4,_0x876b89){return _0x6a7ea4(_0x876b89);},'fuGFu':function(_0x2d02a6,_0x506f8b){return _0x2d02a6!==_0x506f8b;},'iJuUH':_0x2dc919(0x164),'ZaHvP':_0x2dc919(0x163)};return new Promise((_0x3b78b9,_0x1cb61a)=>{const _0x243368=_0x2dc919,_0x40d874={'wiqsk':_0x238182[_0x243368(0xff)],'wLFsO':function(_0x5bdd5f,_0x337f3c){const _0x492f03=_0x243368;return _0x238182[_0x492f03(0x182)](_0x5bdd5f,_0x337f3c);},'tdodb':function(_0x3017a9,_0x1d66a7){const _0xb4cf42=_0x243368;return _0x238182[_0xb4cf42(0x182)](_0x3017a9,_0x1d66a7);}};if(_0x238182[_0x243368(0x126)](_0x238182[_0x243368(0x14c)],_0x238182['ZaHvP'])){const _0x281ab5={};_0x281ab5[_0x243368(0x187)]=_0x238182[_0x243368(0xff)],_0x281ab5['region']=_0x17ab54;const _0x2522f2=new awsSDK['EC2'](_0x281ab5);_0x2522f2[_0x243368(0x188)]()['promise']()['then'](_0x406f13=>{const _0x4039dc=_0x243368,_0x474b77={'kvKus':function(_0x199aa5,_0x3ed3e5){const _0x297f07=a25_0x2a3e;return _0x238182[_0x297f07(0x12f)](_0x199aa5,_0x3ed3e5);},'KIYUY':function(_0x40da6a,_0x25b6e5){const _0x5cfd6b=a25_0x2a3e;return _0x238182[_0x5cfd6b(0x15a)](_0x40da6a,_0x25b6e5);}};if(_0x238182[_0x4039dc(0x180)](_0x238182[_0x4039dc(0x11e)],_0x238182[_0x4039dc(0x131)])){const _0x5bc4c0={};_0x5bc4c0[_0x4039dc(0x187)]=_0x40d874[_0x4039dc(0x199)],_0x5bc4c0[_0x4039dc(0x168)]=_0x46fa9d;const _0x28690b=new _0x5ea94d[(_0x4039dc(0x16d))](_0x5bc4c0);_0x28690b[_0x4039dc(0x116)]()[_0x4039dc(0x13f)]()['then'](_0x11e8f5=>{const _0x20d176=_0x4039dc;_0x474b77[_0x20d176(0xf5)](_0x2ab58b,_0x11e8f5);})[_0x4039dc(0x138)](_0x4c6de8=>{const _0xdd0234=_0x4039dc;_0x1e6215[_0xdd0234(0x17e)](_0xdd0234(0x15d)+_0x4c6de8),_0x474b77[_0xdd0234(0x178)](_0x4ee084,_0x4c6de8);});}else _0x238182[_0x4039dc(0x15a)](_0x3b78b9,_0x406f13);})[_0x243368(0x138)](_0x335af6=>{const _0x281da8=_0x243368;_0x238182[_0x281da8(0x180)](_0x238182[_0x281da8(0x16f)],_0x238182[_0x281da8(0x16f)])?(logger[_0x281da8(0x17e)](_0x281da8(0x121)+_0x335af6),_0x238182[_0x281da8(0x12f)](_0x1cb61a,_0x335af6)):(_0x2c70fa[_0x281da8(0x17e)](_0x281da8(0x14d)+_0x52b401),_0x40d874['wLFsO'](_0x47cf1e,_0x36d76a));});}else _0x25d258[_0x243368(0x14e)]('Bucket:\x20'+_0x42dc3e+_0x243368(0x104)),_0x40d874[_0x243368(0x115)](_0x454b00,![]);});},exports['getAWSRegions']=()=>{const _0x4d48f8=a25_0x565080,_0x4d6c07={'DtVSu':function(_0x5350cb,_0x26ed78){return _0x5350cb(_0x26ed78);},'tMtwT':_0x4d48f8(0x184),'nOAkn':function(_0x2efe89,_0x7f03e3){return _0x2efe89===_0x7f03e3;},'NwtJb':'qUAbP','tMfyd':_0x4d48f8(0x146),'MhABW':function(_0x20d91b,_0x231e51){return _0x20d91b!==_0x231e51;},'MvncH':_0x4d48f8(0x17a),'gdPiC':_0x4d48f8(0x16e),'vsbqF':function(_0x528ff4,_0x5a95b0){return _0x528ff4===_0x5a95b0;},'eMPqS':'LuBer','piQCa':_0x4d48f8(0x132),'WKwVi':'2017-11-01','BbrqI':function(_0x5c1a6a,_0x448c30){return _0x5c1a6a!==_0x448c30;},'odYXR':'GwTTX','CZQss':_0x4d48f8(0x10c),'OnsTa':function(_0xa423e9,_0x2d4f07){return _0xa423e9===_0x2d4f07;},'kEyVd':_0x4d48f8(0x144)};return new Promise((_0x50c4ab,_0x2c75ff)=>{const _0xfff683=_0x4d48f8,_0x5041c7={'CWAii':function(_0x1f2aec,_0x2705f4){const _0x2a7e18=a25_0x2a3e;return _0x4d6c07[_0x2a7e18(0x150)](_0x1f2aec,_0x2705f4);},'xihGO':_0x4d6c07['tMtwT'],'MhAzc':function(_0x367c30,_0x59bebd){return _0x4d6c07['DtVSu'](_0x367c30,_0x59bebd);},'biUCI':_0x4d6c07[_0xfff683(0x145)],'HwTos':function(_0x26a4cd,_0x3afb99){const _0x35f30=_0xfff683;return _0x4d6c07[_0x35f30(0x154)](_0x26a4cd,_0x3afb99);},'CSBNt':_0x4d6c07[_0xfff683(0x198)],'HvlWj':_0x4d6c07[_0xfff683(0x17f)],'fWqdm':function(_0x19a411,_0x3d4e5b){return _0x4d6c07['DtVSu'](_0x19a411,_0x3d4e5b);}};if(_0x4d6c07[_0xfff683(0x17c)](_0x4d6c07[_0xfff683(0x101)],_0x4d6c07[_0xfff683(0x101)])){const _0x182059={};_0x182059[_0xfff683(0x187)]=_0x4d6c07[_0xfff683(0x171)];const _0xa377b9=new awsSDK[(_0xfff683(0x16d))](_0x182059);_0xa377b9[_0xfff683(0x183)]()['promise']()[_0xfff683(0x173)]((_0x42495e,_0xa35069)=>{const _0x381a3b=_0xfff683,_0x40f973={'jTfZd':function(_0x4da279,_0x4abb55){return _0x4d6c07['DtVSu'](_0x4da279,_0x4abb55);},'KLocd':_0x4d6c07[_0x381a3b(0x171)]};if(_0x4d6c07[_0x381a3b(0x13c)](_0x4d6c07['NwtJb'],_0x4d6c07[_0x381a3b(0x152)])){const _0x1dc342={'CMcQp':function(_0x24a824,_0x494011){const _0x5cd695=_0x381a3b;return _0x5041c7[_0x5cd695(0x193)](_0x24a824,_0x494011);},'cXMlO':_0x5041c7[_0x381a3b(0x13d)]};return new _0x3f89ca((_0x43fe32,_0x2d9f0c)=>{const _0xc4bc7d=_0x381a3b,_0x64bb7c={};_0x64bb7c[_0xc4bc7d(0x187)]=_0x1dc342['cXMlO'],_0x64bb7c[_0xc4bc7d(0x168)]=_0x29c38f;const _0xfda806=new _0xf004d5[(_0xc4bc7d(0x16d))](_0x64bb7c);_0xfda806[_0xc4bc7d(0x116)]()['promise']()['then'](_0xecaed0=>{const _0x82b494=_0xc4bc7d;_0x1dc342[_0x82b494(0x14a)](_0x43fe32,_0xecaed0);})['catch'](_0x36b8f4=>{const _0xef96bf=_0xc4bc7d;_0x4d8960[_0xef96bf(0x17e)](_0xef96bf(0x15d)+_0x36b8f4),_0x1dc342['CMcQp'](_0x2d9f0c,_0x36b8f4);});});}else{if(_0x4d6c07[_0x381a3b(0x11d)](_0x42495e,undefined)&&_0x4d6c07[_0x381a3b(0x11d)](_0x42495e['Regions'],undefined)){if(_0x4d6c07['MhABW'](_0x4d6c07['MvncH'],_0x4d6c07['gdPiC']))_0x4d6c07['DtVSu'](_0x50c4ab,_0x42495e[_0x381a3b(0xf4)]);else{const _0x5d8261={'ZsIpF':function(_0x2d3776,_0x241f00){const _0x4c9da9=_0x381a3b;return _0x5041c7[_0x4c9da9(0x193)](_0x2d3776,_0x241f00);}};return new _0xbea364((_0x4203fe,_0x4f5c0b)=>{const _0x64d107=_0x381a3b,_0x199d4e={'eCMiy':function(_0x2d7918,_0x588d22){const _0x411bf9=a25_0x2a3e;return _0x40f973[_0x411bf9(0x176)](_0x2d7918,_0x588d22);}},_0x497b4e={};_0x497b4e[_0x64d107(0x187)]=_0x40f973[_0x64d107(0x10b)],_0x497b4e[_0x64d107(0x168)]=_0x1e6220;const _0x47cb5c=new _0x285924['EC2'](_0x497b4e);_0x47cb5c[_0x64d107(0x165)]()[_0x64d107(0x13f)]()[_0x64d107(0x173)](_0x12f6db=>{_0x199d4e['eCMiy'](_0x4203fe,_0x12f6db);})['catch'](_0x3a5178=>{const _0x5b951e=_0x64d107;_0x12fdf8['error']('Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20'+_0x3a5178),_0x5d8261[_0x5b951e(0x128)](_0x4f5c0b,_0x3a5178);});});}}else _0x4d6c07[_0x381a3b(0x105)](_0x4d6c07['eMPqS'],_0x4d6c07[_0x381a3b(0x134)])?(_0x28a836[_0x381a3b(0x17e)]('Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20'+_0x4175d1),_0x5041c7['CWAii'](_0x463851,_0x234148)):_0x4d6c07[_0x381a3b(0x150)](_0x50c4ab,{});}})[_0xfff683(0x138)](_0x2320bb=>{const _0x4c894c=_0xfff683,_0x5abdaa={'iHLXy':function(_0x3faadb,_0x2c5291){return _0x5041c7['MhAzc'](_0x3faadb,_0x2c5291);},'gUqro':_0x5041c7[_0x4c894c(0x129)]};if(_0x5041c7[_0x4c894c(0x16c)](_0x5041c7[_0x4c894c(0x13e)],_0x5041c7[_0x4c894c(0x156)]))logger['error']('Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20'+_0x2320bb),_0x5041c7[_0x4c894c(0x193)](_0x2c75ff,_0x2320bb);else{const _0x19c9df={'rwVKN':function(_0x45d43d,_0x15b114){const _0x5bcfcf=_0x4c894c;return _0x5abdaa[_0x5bcfcf(0xfe)](_0x45d43d,_0x15b114);}};return new _0x5eac84((_0x17f8f5,_0x2b4364)=>{const _0x40563f=_0x4c894c,_0x4e665c={'hKIvI':function(_0x581c2f,_0x292ab6){return _0x5abdaa['iHLXy'](_0x581c2f,_0x292ab6);}},_0x9cebd3={};_0x9cebd3[_0x40563f(0x187)]=_0x5abdaa['gUqro'];const _0x36a381=new _0x3915b7[(_0x40563f(0x175))](_0x9cebd3),_0x345cec={};_0x345cec[_0x40563f(0x100)]=_0x491c79,_0x36a381[_0x40563f(0x19c)](_0x345cec)[_0x40563f(0x13f)]()[_0x40563f(0x173)](_0x3db6d9=>{const _0x2acc8e=_0x40563f;_0x19c9df['rwVKN'](_0x17f8f5,_0x3db6d9[_0x2acc8e(0x167)][_0x2acc8e(0x148)][_0x2acc8e(0x19e)][_0x2acc8e(0x124)]);})['catch'](_0x1a7e38=>{const _0x250a6c=_0x40563f;_0x1b0200[_0x250a6c(0x17e)](_0x250a6c(0x12e)+_0x1478ed+':\x20'+_0x1a7e38),_0x4e665c['hKIvI'](_0x2b4364,_0x1a7e38);});});}});}else{const _0x1d2e54={'XXLHL':function(_0x5e4025,_0x2658c9){return _0x5041c7['fWqdm'](_0x5e4025,_0x2658c9);}},_0x38e9ee={};_0x38e9ee[_0xfff683(0x127)]=_0x4a0cd6,_0x3d216f[_0xfff683(0x10a)](_0x38e9ee)[_0xfff683(0x13f)]()[_0xfff683(0x173)](_0x30192b=>{const _0x3c2e7b=_0xfff683;_0x1e64e9[_0x3c2e7b(0x18b)](_0x3c2e7b(0x141)+_0x27a76c+_0x3c2e7b(0x18e)),_0x1d2e54[_0x3c2e7b(0x11c)](_0x2b36e7,!![]);})[_0xfff683(0x138)](()=>{const _0x308e8f=_0xfff683;_0xf92923['info'](_0x308e8f(0x141)+_0x4d8dd4+'\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket'),_0x1d2e54[_0x308e8f(0x11c)](_0x10d55d,![]);});}});},exports[a25_0x565080(0x109)]=_0x2fd43c=>{const _0x28e571=a25_0x565080,_0x2917a1={'wbdxc':function(_0x5a391d,_0x5908c5){return _0x5a391d===_0x5908c5;},'BLCxr':_0x28e571(0x103),'VGopK':_0x28e571(0x12a),'PvnjP':function(_0x4c787d,_0x3e9477){return _0x4c787d(_0x3e9477);},'IHxVB':_0x28e571(0x184),'EDuwi':function(_0x1b0c55,_0x4bbbcb){return _0x1b0c55(_0x4bbbcb);},'XPLAN':_0x28e571(0x15f),'VkBUo':function(_0x585fc7,_0x585576){return _0x585fc7!==_0x585576;},'fWDSB':_0x28e571(0x112),'gGTpO':_0x28e571(0x189),'FUuxG':function(_0x570922,_0x441ad5){return _0x570922!==_0x441ad5;},'uraEX':function(_0x5822b3,_0x5a397c){return _0x5822b3!==_0x5a397c;},'rRygU':_0x28e571(0x196)};return new Promise((_0x3f59c0,_0x453311)=>{const _0x52f68c=_0x28e571,_0x38dcdf={'RPHPO':function(_0x278e38,_0x2ee9d6){return _0x2917a1['PvnjP'](_0x278e38,_0x2ee9d6);},'tjAUl':_0x2917a1[_0x52f68c(0x16b)],'vvsaK':function(_0xee98ba,_0x4c8351){const _0x68606b=_0x52f68c;return _0x2917a1[_0x68606b(0x15e)](_0xee98ba,_0x4c8351);},'itRAF':function(_0x354364,_0x4ebcf1){const _0x5ce2b7=_0x52f68c;return _0x2917a1[_0x5ce2b7(0x161)](_0x354364,_0x4ebcf1);},'GkMBD':_0x2917a1[_0x52f68c(0x151)],'WAPgZ':function(_0x307d8d,_0x725666){const _0x46a848=_0x52f68c;return _0x2917a1[_0x46a848(0x135)](_0x307d8d,_0x725666);},'oNhDV':_0x2917a1['fWDSB'],'xGcVa':_0x2917a1['gGTpO'],'UppUh':function(_0x411c49,_0x3aef8d){const _0x30013f=_0x52f68c;return _0x2917a1[_0x30013f(0x135)](_0x411c49,_0x3aef8d);},'NDuhm':function(_0x104bc8,_0x3d6789){return _0x2917a1['FUuxG'](_0x104bc8,_0x3d6789);}};if(_0x2917a1[_0x52f68c(0x123)](_0x2917a1['rRygU'],_0x2917a1[_0x52f68c(0x160)])){const _0x35a0bb={'bwkqG':function(_0x5eb810,_0xc3ee1a){const _0x170486=_0x52f68c;return _0x38dcdf[_0x170486(0x19f)](_0x5eb810,_0xc3ee1a);},'nMAJJ':function(_0x463dbc,_0x2e8338){const _0x2ff69d=_0x52f68c;return _0x38dcdf[_0x2ff69d(0x19f)](_0x463dbc,_0x2e8338);},'cZQcR':_0x38dcdf['tjAUl']};return new _0x5c5195((_0x38d3b6,_0x328784)=>{const _0x50cb79=_0x52f68c,_0x552d9d={};_0x552d9d[_0x50cb79(0x187)]=_0x35a0bb[_0x50cb79(0x18d)],_0x552d9d[_0x50cb79(0x168)]=_0x406f9c;const _0x57a188=new _0x1b95b7[(_0x50cb79(0x16d))](_0x552d9d);_0x57a188[_0x50cb79(0x188)]()[_0x50cb79(0x13f)]()['then'](_0x3c31d2=>{const _0x4f1e9a=_0x50cb79;_0x35a0bb[_0x4f1e9a(0x195)](_0x38d3b6,_0x3c31d2);})[_0x50cb79(0x138)](_0x1fa442=>{const _0x242280=_0x50cb79;_0x105063['error'](_0x242280(0x121)+_0x1fa442),_0x35a0bb[_0x242280(0x157)](_0x328784,_0x1fa442);});});}else{const _0x5790d7={};_0x5790d7['apiVersion']=_0x2917a1['XPLAN'];const _0x422f8a=new awsSDK['EKS'](_0x5790d7),_0x591f8e={};_0x591f8e[_0x52f68c(0x100)]=_0x2fd43c,_0x422f8a[_0x52f68c(0x19c)](_0x591f8e)[_0x52f68c(0x13f)]()['then'](_0x315c76=>{const _0x512b5d=_0x52f68c,_0x3b7eb6={'mfpoe':function(_0x507f50,_0x131c1b){const _0x27cb48=a25_0x2a3e;return _0x38dcdf[_0x27cb48(0x197)](_0x507f50,_0x131c1b);},'xevXU':function(_0x101e6e,_0x4f134b){const _0x430f72=a25_0x2a3e;return _0x38dcdf[_0x430f72(0x13a)](_0x101e6e,_0x4f134b);},'LEtgA':_0x38dcdf[_0x512b5d(0x162)]};if(_0x38dcdf['WAPgZ'](_0x38dcdf[_0x512b5d(0x108)],_0x38dcdf['xGcVa']))_0x38dcdf['itRAF'](_0x3f59c0,_0x315c76[_0x512b5d(0x167)][_0x512b5d(0x148)][_0x512b5d(0x19e)]['issuer']);else{const _0x541eae={'jhXSv':function(_0x1ef4c2,_0x11fc04){const _0x575e30=_0x512b5d;return _0x3b7eb6[_0x575e30(0x142)](_0x1ef4c2,_0x11fc04);}},_0xa8ee89={};_0xa8ee89[_0x512b5d(0x187)]=_0x3b7eb6[_0x512b5d(0x12d)];const _0x4ead3e=new _0x3ddbd4[(_0x512b5d(0x175))](_0xa8ee89),_0x45f819={};_0x45f819[_0x512b5d(0x100)]=_0x5f054a,_0x4ead3e['describeCluster'](_0x45f819)['promise']()[_0x512b5d(0x173)](_0x4ac77c=>{const _0x3bed9e=_0x512b5d;_0x541eae[_0x3bed9e(0x122)](_0x5cefdc,_0x4ac77c[_0x3bed9e(0x167)]['identity']['oidc']['issuer']);})[_0x512b5d(0x138)](_0x1c29fe=>{_0x2148c7['error']('Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20'+_0x21ebca+':\x20'+_0x1c29fe),_0x3b7eb6['mfpoe'](_0x73023f,_0x1c29fe);});}})[_0x52f68c(0x138)](_0x11650b=>{const _0x5d8893=_0x52f68c;_0x2917a1[_0x5d8893(0x15c)](_0x2917a1['BLCxr'],_0x2917a1['VGopK'])?_0x38dcdf['UppUh'](_0x3a5eea,_0x3d09b8)&&_0x38dcdf[_0x5d8893(0x181)](_0x3fc262[_0x5d8893(0xf4)],_0x5d308d)?_0x38dcdf['RPHPO'](_0x1d7b2c,_0x1ba935[_0x5d8893(0xf4)]):_0x38dcdf[_0x5d8893(0x19f)](_0x2bc984,{}):(logger['error']('Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20'+_0x2fd43c+':\x20'+_0x11650b),_0x2917a1[_0x5d8893(0x15e)](_0x453311,_0x11650b));});}});},exports[a25_0x565080(0x111)]=awsSDK;
1
+ const a25_0x379ad4=a25_0x547d;(function(_0x86e343,_0x504208){const _0x5e02a8=a25_0x547d,_0x3b500c=_0x86e343();while(!![]){try{const _0x58b68e=-parseInt(_0x5e02a8(0x1bc))/0x1*(parseInt(_0x5e02a8(0x1c5))/0x2)+parseInt(_0x5e02a8(0x1aa))/0x3*(parseInt(_0x5e02a8(0x19d))/0x4)+-parseInt(_0x5e02a8(0x1db))/0x5*(parseInt(_0x5e02a8(0x156))/0x6)+parseInt(_0x5e02a8(0x1e9))/0x7*(-parseInt(_0x5e02a8(0x1dd))/0x8)+-parseInt(_0x5e02a8(0x1b3))/0x9+parseInt(_0x5e02a8(0x192))/0xa+parseInt(_0x5e02a8(0x1fb))/0xb;if(_0x58b68e===_0x504208)break;else _0x3b500c['push'](_0x3b500c['shift']());}catch(_0x588763){_0x3b500c['push'](_0x3b500c['shift']());}}}(a25_0x2c05,0x4033d));const awsSDK=require(a25_0x379ad4(0x1d3)),{logger}=require(a25_0x379ad4(0x188));function a25_0x2c05(){const _0x558100=['hiQin','jRSLl','fRfFV','JuKrD','hbgxX','qUyOU','19IJcSYX','catch','isBucketPresent','QCaUk','describeCluster','agiyH','pnIak','gvahy','Etyet','28898iCvCAj','AsESq','error','DFrhU','UPcUq','oRxRw','buNmR','YkdCW','Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20','uIpxJ','sFZsG','EjbVn','dLHZR','rMbBm','aws-sdk','awsObj','\x20does\x20not\x20exist.\x20Adding\x20it\x20to\x20CloudFormation\x20to\x20create\x20the\x20bucket','ooGlH','rvoJs','gMOsG','KhiAx','XlKNW','10fyhuHI','fVtCG','65784SgLxcm','VTYTp','eyxEd','KVNTg','ovWpg','Iyhiw','pviPv','LtvWV','GPCjX','SqhlP','omfHQ','TRDGD','294kVtpgY','wFHhl','Bucket','HJndN','AUSEf','Fzpax','oanqJ','iefKu','QGSVM','RLMXO','IhzpJ','JnJtt','EheNR','WsYLw','describeSecurityGroups','Ftzmf','rGCTj','bZZch','12386418kxpVBb','MtHSu','MMjoq','warn','eiQSc','erEhZ','cRPZw','WANMS','wTrSg','lzUNQ','UqwAZ','region','iCyfF','sAFaF','UkbKg','MLOKI','inwoX','apiVersion','gPntN','106374wuCsqO','tQSlb','Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20','Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20','evZCg','RBNPa','identity','headBucket','fPnkt','tyImu','EKS','info','sNMrW','ypZtp','describeSubnets','QDHwp','YMXtQ','lnZDy','jNLRd','2017-11-01','EJkKO','getOidcUrl','then','BUNIA','FaVEy','QpwQy','xJFJP','Bucket:\x20','\x20already\x20exists.\x20Skipping\x20Bucket\x20creation','ZlKfl','Yhipw','SAjyM','zwwZO','xIFMK','eJxmA','qmeZP','hwisX','gDdWy','ZxVJe','wHqwN','slVzH','describeVpcs','LCrdC','RCqQO','2016-11-15','Regions','hjoOu','Error\x20getting\x20OIDC\x20URL\x20for\x20cluster\x20','eARro','utPMS','../config/logger','OLdWL','yxtiv','promise','XEkfq','KHlnj','imcwL','dNNpk','oidc','hJUiN','2032170kDHYRd','KgWsr','wpRwC','ZXiuT','AVEPA','EC2','AplWN','EoPCc','fikrU','cluster','name','35444LKOsGN','pnZaU','PvZFU','msIaF','GCtZb','mykZV','TYvrB','vGepl','mYRzI','issuer','qqEyg','KDNWB','VRSff','15UvrjYi','tcKPq','jeZRp','NQyZW','uhYVm','VBfHi','QqFJy','Failed\x20to\x20fetch\x20subnets\x20due\x20to\x20error:\x20','rvinj','4097088gWABoI','rneHT','ebeiK'];a25_0x2c05=function(){return _0x558100;};return a25_0x2c05();}function a25_0x547d(_0x26026d,_0x49ebf4){const _0x2c05e0=a25_0x2c05();return a25_0x547d=function(_0x547d01,_0x2961ce){_0x547d01=_0x547d01-0x14e;let _0x18bed1=_0x2c05e0[_0x547d01];return _0x18bed1;},a25_0x547d(_0x26026d,_0x49ebf4);}exports['fetchVPCs']=_0x24e85d=>{const _0x1b492f=a25_0x379ad4,_0x2873cd={'eARro':function(_0x58191d,_0xf1a089){return _0x58191d(_0xf1a089);},'buNmR':function(_0x42501a,_0x490b31){return _0x42501a!==_0x490b31;},'WsYLw':'CLlCf','HKuXr':_0x1b492f(0x1af),'utPMS':function(_0x316ac5,_0x1a8fff){return _0x316ac5(_0x1a8fff);},'sAFaF':function(_0x2d0380,_0x2492f1){return _0x2d0380===_0x2492f1;},'KVNTg':_0x1b492f(0x1df),'XlKNW':'mkFzH','xJFJP':function(_0x4e3276,_0x388094){return _0x4e3276!==_0x388094;},'PutvX':'UAHjf','YkdCW':'VixHQ','jRSLl':_0x1b492f(0x182)};return new Promise((_0x357bd2,_0x5f571a)=>{const _0x3f4f31=_0x1b492f,_0x169ee5={'erEhZ':function(_0x377f4c,_0x5e85b1){const _0x29a7d7=a25_0x547d;return _0x2873cd[_0x29a7d7(0x186)](_0x377f4c,_0x5e85b1);},'BUNIA':function(_0x46cb26,_0x44fdc4){const _0x2575db=a25_0x547d;return _0x2873cd[_0x2575db(0x1cb)](_0x46cb26,_0x44fdc4);},'wpRwC':_0x2873cd[_0x3f4f31(0x1f6)],'ORehh':_0x2873cd['HKuXr'],'cRPZw':function(_0x4b510c,_0x30f67a){const _0x170e40=_0x3f4f31;return _0x2873cd[_0x170e40(0x187)](_0x4b510c,_0x30f67a);},'UzeVd':function(_0xa9549f,_0x67dae1){const _0x28f52f=_0x3f4f31;return _0x2873cd[_0x28f52f(0x150)](_0xa9549f,_0x67dae1);},'vGepl':_0x2873cd[_0x3f4f31(0x1e0)],'PvZFU':_0x2873cd[_0x3f4f31(0x1da)]};if(_0x2873cd[_0x3f4f31(0x170)](_0x2873cd['PutvX'],_0x2873cd[_0x3f4f31(0x1cc)])){const _0x366235={};_0x366235[_0x3f4f31(0x154)]=_0x2873cd[_0x3f4f31(0x1b7)],_0x366235[_0x3f4f31(0x14e)]=_0x24e85d;const _0x10226b=new awsSDK['EC2'](_0x366235);_0x10226b[_0x3f4f31(0x17f)]()[_0x3f4f31(0x18b)]()[_0x3f4f31(0x16c)](_0x46f3ed=>{const _0x3db132=_0x3f4f31,_0x41f56b={'aaGMw':function(_0x2a464c,_0x46714c){const _0x35813b=a25_0x547d;return _0x169ee5[_0x35813b(0x200)](_0x2a464c,_0x46714c);}};_0x169ee5[_0x3db132(0x16d)](_0x169ee5[_0x3db132(0x194)],_0x169ee5['ORehh'])?_0x169ee5[_0x3db132(0x201)](_0x357bd2,_0x46f3ed):(_0x147af1[_0x3db132(0x1c7)](_0x3db132(0x1b1)+_0x1cf5d1),_0x41f56b['aaGMw'](_0x5e477a,_0x5e84b0));})[_0x3f4f31(0x1bd)](_0x43fe1a=>{const _0x27da07=_0x3f4f31;_0x169ee5['UzeVd'](_0x169ee5[_0x27da07(0x1a4)],_0x169ee5[_0x27da07(0x19f)])?_0x169ee5[_0x27da07(0x201)](_0x1752ec,_0x3c07d9['cluster'][_0x27da07(0x15c)][_0x27da07(0x190)][_0x27da07(0x1a6)]):(logger['error'](_0x27da07(0x159)+_0x43fe1a),_0x169ee5['cRPZw'](_0x5f571a,_0x43fe1a));});}else _0xe299db['error'](_0x3f4f31(0x185)+_0x4317e7+':\x20'+_0x5d5ecb),_0x169ee5['cRPZw'](_0x45cef2,_0x129dde);});},exports[a25_0x379ad4(0x1be)]=_0x4b17fe=>{const _0x5da512=a25_0x379ad4,_0x1a5704={'Etyet':function(_0x1c107f,_0x43c9ab){return _0x1c107f===_0x43c9ab;},'uhYVm':_0x5da512(0x1e4),'imcwL':'XYNBC','Ftzmf':function(_0x2a7071,_0x1bdff1){return _0x2a7071(_0x1bdff1);},'TYvrB':function(_0x18117b,_0x52e9e3){return _0x18117b(_0x52e9e3);},'hwisX':_0x5da512(0x182),'rMbBm':_0x5da512(0x169),'AQpog':_0x5da512(0x15a),'WANMS':_0x5da512(0x181),'VTYTp':function(_0x160751,_0x1f52b8){return _0x160751===_0x1f52b8;},'UXCGE':_0x5da512(0x1e8),'UkbKg':_0x5da512(0x165)},_0xc58830=new awsSDK['S3']();return new Promise((_0x7be79c,_0x5ac017)=>{const _0x252e30=_0x5da512,_0x31fdbb={'iefKu':function(_0xf5a5dd,_0x473887){const _0x294eeb=a25_0x547d;return _0x1a5704[_0x294eeb(0x1a3)](_0xf5a5dd,_0x473887);},'HJndN':_0x1a5704[_0x252e30(0x17a)],'vYjZy':function(_0x2b59cc,_0x1a251e){const _0x140be0=_0x252e30;return _0x1a5704[_0x140be0(0x1f8)](_0x2b59cc,_0x1a251e);},'RLMXO':function(_0x5b7e12,_0x5af4ae){return _0x1a5704['Ftzmf'](_0x5b7e12,_0x5af4ae);},'zwwZO':_0x1a5704[_0x252e30(0x1d2)],'MtHSu':function(_0x17d82f,_0xc63fd5){const _0x293da5=_0x252e30;return _0x1a5704[_0x293da5(0x1c4)](_0x17d82f,_0xc63fd5);},'RZjqL':_0x1a5704['AQpog'],'slVzH':_0x1a5704[_0x252e30(0x202)]};if(_0x1a5704[_0x252e30(0x1de)](_0x1a5704['UXCGE'],_0x1a5704[_0x252e30(0x151)])){const _0x4823bb={'lnZDy':function(_0xadc0be,_0x56526d){const _0xfbed62=_0x252e30;return _0x31fdbb[_0xfbed62(0x1f0)](_0xadc0be,_0x56526d);},'Ptheq':_0x31fdbb[_0x252e30(0x1ec)]};return new _0x2228b4((_0x34a33d,_0x4832c8)=>{const _0x273d62=_0x252e30,_0x13e647={'gvahy':function(_0x88e358,_0x44ef50){const _0x468d1c=a25_0x547d;return _0x4823bb[_0x468d1c(0x167)](_0x88e358,_0x44ef50);}},_0x3cc9a9={};_0x3cc9a9[_0x273d62(0x154)]=_0x4823bb['Ptheq'],_0x3cc9a9['region']=_0x5281d2;const _0x3d7211=new _0x373bf4[(_0x273d62(0x197))](_0x3cc9a9);_0x3d7211['describeSecurityGroups']()['promise']()[_0x273d62(0x16c)](_0x57d122=>{const _0x375d0f=_0x273d62;_0x13e647[_0x375d0f(0x1c3)](_0x34a33d,_0x57d122);})[_0x273d62(0x1bd)](_0x4fba7a=>{const _0x42dc39=_0x273d62;_0x3bda2d[_0x42dc39(0x1c7)]('Failed\x20to\x20fetch\x20Security\x20Groups\x20due\x20to\x20error:\x20'+_0x4fba7a),_0x13e647[_0x42dc39(0x1c3)](_0x4832c8,_0x4fba7a);});});}else{const _0x2e4ae1={};_0x2e4ae1[_0x252e30(0x1eb)]=_0x4b17fe,_0xc58830[_0x252e30(0x15d)](_0x2e4ae1)[_0x252e30(0x18b)]()[_0x252e30(0x16c)](_0x2025df=>{const _0x2e431b=_0x252e30;_0x1a5704[_0x2e431b(0x1c4)](_0x1a5704[_0x2e431b(0x1ae)],_0x1a5704[_0x2e431b(0x18e)])?(_0xc148dc[_0x2e431b(0x1c7)](_0x2e431b(0x1cd)+_0x58d7b8),_0x31fdbb['vYjZy'](_0x5501be,_0x3bdd12)):(logger[_0x2e431b(0x1fe)](_0x2e431b(0x171)+_0x4b17fe+_0x2e431b(0x172)),_0x1a5704['Ftzmf'](_0x7be79c,!![]));})['catch'](()=>{const _0x10fbc9=_0x252e30,_0x4a4c29={'ZlKfl':function(_0x38d2d1,_0x4f3610){return _0x31fdbb['vYjZy'](_0x38d2d1,_0x4f3610);},'omfHQ':function(_0x176306,_0x57e02c){return _0x31fdbb['RLMXO'](_0x176306,_0x57e02c);},'QqFJy':_0x31fdbb[_0x10fbc9(0x176)]};if(_0x31fdbb[_0x10fbc9(0x1fc)](_0x31fdbb['RZjqL'],_0x31fdbb[_0x10fbc9(0x17e)])){const _0x495d8e={'ansaL':function(_0x489ab9,_0x458b1d){const _0x4cf882=_0x10fbc9;return _0x4a4c29[_0x4cf882(0x173)](_0x489ab9,_0x458b1d);},'GPCjX':function(_0xa6b96,_0x8b791c){const _0xab532d=_0x10fbc9;return _0x4a4c29[_0xab532d(0x1e7)](_0xa6b96,_0x8b791c);},'CQvFi':_0x4a4c29[_0x10fbc9(0x1b0)]};return new _0x3a5579((_0x412c39,_0x487517)=>{const _0x1fea5e=_0x10fbc9,_0xf5f768={'XISHX':function(_0x44e177,_0x1d31a0){const _0x55c03f=a25_0x547d;return _0x495d8e[_0x55c03f(0x1e5)](_0x44e177,_0x1d31a0);}},_0x142cc5={};_0x142cc5[_0x1fea5e(0x154)]=_0x495d8e['CQvFi'];const _0x45c338=new _0x4f2593[(_0x1fea5e(0x160))](_0x142cc5),_0x95190b={};_0x95190b[_0x1fea5e(0x19c)]=_0x11dc9f,_0x45c338[_0x1fea5e(0x1c0)](_0x95190b)[_0x1fea5e(0x18b)]()[_0x1fea5e(0x16c)](_0x58ff96=>{const _0x17b6d5=_0x1fea5e;_0x495d8e['ansaL'](_0x412c39,_0x58ff96['cluster']['identity'][_0x17b6d5(0x190)]['issuer']);})[_0x1fea5e(0x1bd)](_0xfe91fe=>{const _0x214c65=_0x1fea5e;_0x12e1c7[_0x214c65(0x1c7)](_0x214c65(0x185)+_0x14e961+':\x20'+_0xfe91fe),_0xf5f768['XISHX'](_0x487517,_0xfe91fe);});});}else logger[_0x10fbc9(0x161)](_0x10fbc9(0x171)+_0x4b17fe+_0x10fbc9(0x1d5)),_0x31fdbb[_0x10fbc9(0x1f2)](_0x7be79c,![]);});}});},exports['fetchSubnets']=_0x138d48=>{const _0x3d48a4=a25_0x379ad4,_0x534e4a={'uIpxJ':function(_0x17b504,_0x51f1d2){return _0x17b504(_0x51f1d2);},'IhzpJ':function(_0x4a6e84,_0x20de63){return _0x4a6e84!==_0x20de63;},'EoPCc':_0x3d48a4(0x177),'pnZaU':_0x3d48a4(0x1c6),'ooGlH':function(_0x276de2,_0x4f9eec){return _0x276de2!==_0x4f9eec;},'UqwAZ':_0x3d48a4(0x168),'ZXiuT':function(_0x57e1cb,_0x11b670){return _0x57e1cb(_0x11b670);},'XEkfq':function(_0x5077ae,_0x346837){return _0x5077ae===_0x346837;},'mykZV':_0x3d48a4(0x1ba),'YMXtQ':_0x3d48a4(0x1fd),'QGSVM':_0x3d48a4(0x182)};return new Promise((_0x4c9f23,_0x11f74b)=>{const _0x504ef6=_0x3d48a4,_0x1e155a={'jeZRp':function(_0x56f046,_0x4e5bb){const _0x461f45=a25_0x547d;return _0x534e4a[_0x461f45(0x195)](_0x56f046,_0x4e5bb);},'yPhRO':function(_0x439421,_0x22a36d){const _0xb5ebd8=a25_0x547d;return _0x534e4a[_0xb5ebd8(0x1ce)](_0x439421,_0x22a36d);}};if(_0x534e4a[_0x504ef6(0x18c)](_0x534e4a[_0x504ef6(0x1a2)],_0x534e4a[_0x504ef6(0x166)]))_0x534e4a['uIpxJ'](_0x43a082,{});else{const _0x46f952={};_0x46f952['apiVersion']=_0x534e4a[_0x504ef6(0x1f1)],_0x46f952[_0x504ef6(0x14e)]=_0x138d48;const _0x59b175=new awsSDK[(_0x504ef6(0x197))](_0x46f952);_0x59b175[_0x504ef6(0x164)]()[_0x504ef6(0x18b)]()[_0x504ef6(0x16c)](_0x5c00fb=>{const _0x4fe31a=_0x504ef6;_0x534e4a[_0x4fe31a(0x1f3)](_0x534e4a[_0x4fe31a(0x199)],_0x534e4a[_0x4fe31a(0x19e)])?_0x534e4a[_0x4fe31a(0x1ce)](_0x4c9f23,_0x5c00fb):_0x1e155a[_0x4fe31a(0x1ac)](_0x5c1856,_0x4303d1);})['catch'](_0x10f8f0=>{const _0x3f2e0c=_0x504ef6;_0x534e4a[_0x3f2e0c(0x1d6)](_0x534e4a['UqwAZ'],_0x534e4a[_0x3f2e0c(0x205)])?(_0x5265c1[_0x3f2e0c(0x1fe)]('Bucket:\x20'+_0x4651c2+_0x3f2e0c(0x172)),_0x1e155a['yPhRO'](_0x22bcea,!![])):(logger[_0x3f2e0c(0x1c7)](_0x3f2e0c(0x1b1)+_0x10f8f0),_0x534e4a['ZXiuT'](_0x11f74b,_0x10f8f0));});}});},exports['fetchSecurityGroups']=_0x17fee1=>{const _0x4833ea=a25_0x379ad4,_0x5572da={'tQSlb':function(_0x4e9a8d,_0x3fe802){return _0x4e9a8d(_0x3fe802);},'AplWN':_0x4833ea(0x182),'tcKPq':function(_0x2aa8e5,_0x131e85){return _0x2aa8e5(_0x131e85);},'WYEzA':function(_0x4411cd,_0xe62f89){return _0x4411cd(_0xe62f89);},'fikrU':function(_0x5e52d7,_0x5839bd){return _0x5e52d7===_0x5839bd;},'JJLNf':_0x4833ea(0x1ef),'ebeiK':function(_0x16fff9,_0x57430f){return _0x16fff9!==_0x57430f;},'ovWpg':_0x4833ea(0x204),'tyImu':_0x4833ea(0x193),'AVEPA':function(_0x584d5f,_0x50d3ec){return _0x584d5f(_0x50d3ec);},'JuKrD':_0x4833ea(0x1b8),'QpwQy':_0x4833ea(0x1bb)};return new Promise((_0x3ab1d2,_0x227226)=>{const _0x136d82=_0x4833ea,_0x20ad1a={'AmDfJ':function(_0x10502c,_0x2bfb5b){const _0x1a13ea=a25_0x547d;return _0x5572da[_0x1a13ea(0x1ab)](_0x10502c,_0x2bfb5b);},'hjoOu':_0x5572da[_0x136d82(0x198)],'KhiAx':function(_0x4bd7f4,_0x5b0f9b){return _0x5572da['WYEzA'](_0x4bd7f4,_0x5b0f9b);},'WYNYI':function(_0x2489b1,_0x5b6efd){const _0x4c4b6b=_0x136d82;return _0x5572da[_0x4c4b6b(0x19a)](_0x2489b1,_0x5b6efd);},'RBNPa':_0x5572da['JJLNf'],'wFHhl':function(_0x2b92f5,_0x67ff6c){const _0x31fc09=_0x136d82;return _0x5572da[_0x31fc09(0x1ab)](_0x2b92f5,_0x67ff6c);},'reHJz':function(_0x4abeed,_0x4154b7){const _0x304d08=_0x136d82;return _0x5572da[_0x304d08(0x1b5)](_0x4abeed,_0x4154b7);},'LOvva':_0x5572da[_0x136d82(0x1e1)],'iCyfF':_0x5572da[_0x136d82(0x15f)],'rvinj':function(_0x254a8b,_0x531d6a){const _0x39c8d5=_0x136d82;return _0x5572da[_0x39c8d5(0x196)](_0x254a8b,_0x531d6a);}};if(_0x5572da[_0x136d82(0x19a)](_0x5572da[_0x136d82(0x1b9)],_0x5572da[_0x136d82(0x16f)])){const _0x19546c={'ypZtp':function(_0x6e975d,_0x1d0f23){const _0x4d042e=_0x136d82;return _0x5572da[_0x4d042e(0x157)](_0x6e975d,_0x1d0f23);},'hiQin':_0x5572da['AplWN']};return new _0x35d8f4((_0x459dbc,_0x9fff57)=>{const _0x455a1f=_0x136d82,_0x5ed8cc={'wBNkU':function(_0x48832b,_0x24acae){const _0xece3c2=a25_0x547d;return _0x19546c[_0xece3c2(0x163)](_0x48832b,_0x24acae);}},_0x117afd={};_0x117afd['apiVersion']=_0x19546c[_0x455a1f(0x1b6)],_0x117afd[_0x455a1f(0x14e)]=_0x2a786c;const _0x23ac89=new _0x358aae[(_0x455a1f(0x197))](_0x117afd);_0x23ac89['describeSubnets']()[_0x455a1f(0x18b)]()[_0x455a1f(0x16c)](_0x2be4b3=>{const _0x506aa4=_0x455a1f;_0x19546c[_0x506aa4(0x163)](_0x459dbc,_0x2be4b3);})[_0x455a1f(0x1bd)](_0x11eb6f=>{const _0x2e4add=_0x455a1f;_0x1be903[_0x2e4add(0x1c7)](_0x2e4add(0x1b1)+_0x11eb6f),_0x5ed8cc['wBNkU'](_0x9fff57,_0x11eb6f);});});}else{const _0x3be4bd={};_0x3be4bd[_0x136d82(0x154)]=_0x5572da[_0x136d82(0x198)],_0x3be4bd[_0x136d82(0x14e)]=_0x17fee1;const _0x31332a=new awsSDK[(_0x136d82(0x197))](_0x3be4bd);_0x31332a[_0x136d82(0x1f7)]()[_0x136d82(0x18b)]()[_0x136d82(0x16c)](_0x457f7a=>{const _0x272b4f=_0x136d82,_0x5ab29d={'rvoJs':function(_0x52476b,_0x1eb6e9){return _0x20ad1a['AmDfJ'](_0x52476b,_0x1eb6e9);},'wHqwN':_0x20ad1a[_0x272b4f(0x184)],'nYPbT':function(_0x5b89b0,_0x2d95a7){const _0x2f2262=_0x272b4f;return _0x20ad1a[_0x2f2262(0x1d9)](_0x5b89b0,_0x2d95a7);}};if(_0x20ad1a['WYNYI'](_0x20ad1a[_0x272b4f(0x15b)],_0x20ad1a[_0x272b4f(0x15b)]))_0x20ad1a[_0x272b4f(0x1ea)](_0x3ab1d2,_0x457f7a);else{const _0x2682a5={'EJkKO':function(_0x5068fb,_0x1e6eda){return _0x5ab29d['nYPbT'](_0x5068fb,_0x1e6eda);}};return new _0x322666((_0x3617e1,_0x6e9247)=>{const _0x9a3e9a=_0x272b4f,_0x467051={'VRSff':function(_0x1ecd76,_0x524d55){const _0x156afd=a25_0x547d;return _0x5ab29d[_0x156afd(0x1d7)](_0x1ecd76,_0x524d55);}},_0x4f7c12={};_0x4f7c12[_0x9a3e9a(0x154)]=_0x5ab29d[_0x9a3e9a(0x17d)],_0x4f7c12[_0x9a3e9a(0x14e)]=_0xab9cbc;const _0x8d3f56=new _0x5c4819['EC2'](_0x4f7c12);_0x8d3f56[_0x9a3e9a(0x17f)]()[_0x9a3e9a(0x18b)]()[_0x9a3e9a(0x16c)](_0x23774d=>{const _0x5dce35=_0x9a3e9a;_0x467051[_0x5dce35(0x1a9)](_0x3617e1,_0x23774d);})[_0x9a3e9a(0x1bd)](_0x3448e5=>{const _0x50c78f=_0x9a3e9a;_0x21867f['error'](_0x50c78f(0x159)+_0x3448e5),_0x2682a5[_0x50c78f(0x16a)](_0x6e9247,_0x3448e5);});});}})[_0x136d82(0x1bd)](_0x33fb47=>{const _0x3f121d=_0x136d82;_0x20ad1a['reHJz'](_0x20ad1a['LOvva'],_0x20ad1a[_0x3f121d(0x14f)])?(logger[_0x3f121d(0x1c7)](_0x3f121d(0x1cd)+_0x33fb47),_0x20ad1a[_0x3f121d(0x1b2)](_0x227226,_0x33fb47)):(_0x22b893[_0x3f121d(0x1c7)]('Failed\x20to\x20fetch\x20VPCs\x20due\x20to\x20error:\x20'+_0x5df36d),_0x20ad1a[_0x3f121d(0x1ea)](_0x3c3183,_0x43b8a4));});}});},exports['getAWSRegions']=()=>{const _0x4f218d=a25_0x379ad4,_0x1d6398={'lBUBL':function(_0x3ce407,_0x5ab157){return _0x3ce407(_0x5ab157);},'MLOKI':function(_0x11c13f,_0x7e0cf1){return _0x11c13f(_0x7e0cf1);},'dLHZR':_0x4f218d(0x182),'IuSFj':function(_0xf6495,_0x3d26e8){return _0xf6495===_0x3d26e8;},'QOcOr':_0x4f218d(0x1a8),'qqEyg':_0x4f218d(0x1f4),'eiQSc':function(_0x28beb3,_0x2e1e06){return _0x28beb3!==_0x2e1e06;},'PWiPH':function(_0x302e22,_0x2fe229){return _0x302e22!==_0x2fe229;},'Lkiug':_0x4f218d(0x1dc),'sFZsG':_0x4f218d(0x1b4),'gMOsG':function(_0x427f4e,_0x5abddd){return _0x427f4e(_0x5abddd);},'SqhlP':function(_0x36af0d,_0x55ee60){return _0x36af0d!==_0x55ee60;},'SAjyM':_0x4f218d(0x1a1),'gDdWy':function(_0x21ae29,_0x5d7a1c){return _0x21ae29(_0x5d7a1c);},'FaVEy':_0x4f218d(0x169),'Yhipw':function(_0x4c6fe8,_0x37ae2b){return _0x4c6fe8(_0x37ae2b);},'gPntN':function(_0x1e1e36,_0x134b4e){return _0x1e1e36!==_0x134b4e;},'KHlnj':_0x4f218d(0x1c9),'XhDJT':'pPOyA','fPnkt':'ubLFX'};return new Promise((_0x3f43bd,_0x3b652a)=>{const _0x37f97d=_0x4f218d,_0x4606ab={'Fzpax':function(_0x454eaf,_0x3c99c5){const _0x3eea1a=a25_0x547d;return _0x1d6398[_0x3eea1a(0x1d8)](_0x454eaf,_0x3c99c5);},'LCrdC':_0x1d6398[_0x37f97d(0x16e)],'EjbVn':function(_0x1a37dd,_0x3510fb){const _0x48ad03=_0x37f97d;return _0x1d6398[_0x48ad03(0x174)](_0x1a37dd,_0x3510fb);},'inwoX':_0x1d6398[_0x37f97d(0x1d1)],'EheNR':function(_0x362cf1,_0x231abb){const _0x416f3c=_0x37f97d;return _0x1d6398[_0x416f3c(0x152)](_0x362cf1,_0x231abb);},'DFrhU':function(_0x32325d,_0xc8bd6e){const _0x309654=_0x37f97d;return _0x1d6398[_0x309654(0x155)](_0x32325d,_0xc8bd6e);},'sNMrW':_0x1d6398[_0x37f97d(0x18d)],'NQyZW':_0x1d6398['XhDJT']};if(_0x1d6398[_0x37f97d(0x1e6)](_0x1d6398[_0x37f97d(0x15e)],_0x1d6398[_0x37f97d(0x15e)]))_0x1d6398['lBUBL'](_0x197a8b,_0x28eb9f[_0x37f97d(0x183)]);else{const _0x3632e2={};_0x3632e2[_0x37f97d(0x154)]=_0x1d6398[_0x37f97d(0x1d1)];const _0x45fcba=new awsSDK[(_0x37f97d(0x197))](_0x3632e2);_0x45fcba['describeRegions']()[_0x37f97d(0x18b)]()[_0x37f97d(0x16c)]((_0xd48c4,_0x34e7db)=>{const _0x2853b5=_0x37f97d,_0x1586fa={'pviPv':function(_0x46e602,_0x2a6d42){const _0x4a9c96=a25_0x547d;return _0x1d6398[_0x4a9c96(0x152)](_0x46e602,_0x2a6d42);},'agiyH':function(_0x13895d,_0x149d75){return _0x1d6398['lBUBL'](_0x13895d,_0x149d75);},'dNNpk':_0x1d6398['dLHZR']};if(_0x1d6398['IuSFj'](_0x1d6398['QOcOr'],_0x1d6398[_0x2853b5(0x1a7)])){const _0x4817c0={'MmdzP':function(_0x1c4690,_0x1d42dd){return _0x4606ab['Fzpax'](_0x1c4690,_0x1d42dd);},'mYRzI':function(_0x545893,_0x42baf0){const _0x2a9039=_0x2853b5;return _0x4606ab[_0x2a9039(0x1ee)](_0x545893,_0x42baf0);}},_0x565480={};_0x565480[_0x2853b5(0x154)]=_0x4606ab[_0x2853b5(0x180)];const _0x36f7a0=new _0x4c295b[(_0x2853b5(0x160))](_0x565480),_0x2129b5={};_0x2129b5['name']=_0x182de4,_0x36f7a0['describeCluster'](_0x2129b5)[_0x2853b5(0x18b)]()[_0x2853b5(0x16c)](_0x1fa4b7=>{const _0x1c353e=_0x2853b5;_0x4817c0['MmdzP'](_0x355e60,_0x1fa4b7[_0x1c353e(0x19b)][_0x1c353e(0x15c)][_0x1c353e(0x190)][_0x1c353e(0x1a6)]);})[_0x2853b5(0x1bd)](_0x1286e1=>{const _0x554152=_0x2853b5;_0xa767d9[_0x554152(0x1c7)](_0x554152(0x185)+_0x2cd755+':\x20'+_0x1286e1),_0x4817c0[_0x554152(0x1a5)](_0x378bad,_0x1286e1);});}else{if(_0x1d6398[_0x2853b5(0x1ff)](_0xd48c4,undefined)&&_0x1d6398['PWiPH'](_0xd48c4[_0x2853b5(0x183)],undefined)){if(_0x1d6398['IuSFj'](_0x1d6398['Lkiug'],_0x1d6398[_0x2853b5(0x1cf)])){const _0x1ebe89={'qmeZP':function(_0x155c4e,_0x466da5){const _0x4482a9=_0x2853b5;return _0x4606ab[_0x4482a9(0x1d0)](_0x155c4e,_0x466da5);}},_0x367e65={};_0x367e65[_0x2853b5(0x154)]=_0x4606ab[_0x2853b5(0x153)],_0x367e65['region']=_0x4048c0;const _0x621090=new _0x526dfa[(_0x2853b5(0x197))](_0x367e65);_0x621090[_0x2853b5(0x17f)]()[_0x2853b5(0x18b)]()[_0x2853b5(0x16c)](_0x19a459=>{_0x1586fa['pviPv'](_0x2571dd,_0x19a459);})[_0x2853b5(0x1bd)](_0x26178a=>{const _0x56f501=_0x2853b5;_0x5ed81c[_0x56f501(0x1c7)](_0x56f501(0x159)+_0x26178a),_0x1ebe89[_0x56f501(0x179)](_0x49970d,_0x26178a);});}else _0x1d6398[_0x2853b5(0x1d8)](_0x3f43bd,_0xd48c4['Regions']);}else{if(_0x1d6398['SqhlP'](_0x1d6398['SAjyM'],_0x1d6398[_0x2853b5(0x175)])){const _0x406993={};_0x406993[_0x2853b5(0x154)]=_0x1586fa[_0x2853b5(0x18f)],_0x406993[_0x2853b5(0x14e)]=_0x2759f1;const _0x3455d9=new _0x4aa5d8[(_0x2853b5(0x197))](_0x406993);_0x3455d9[_0x2853b5(0x1f7)]()[_0x2853b5(0x18b)]()[_0x2853b5(0x16c)](_0x50636c=>{const _0x420384=_0x2853b5;_0x1586fa[_0x420384(0x1c1)](_0x597d21,_0x50636c);})[_0x2853b5(0x1bd)](_0x575aa6=>{const _0x34deaf=_0x2853b5;_0x270e91[_0x34deaf(0x1c7)](_0x34deaf(0x1cd)+_0x575aa6),_0x1586fa[_0x34deaf(0x1e3)](_0x3a661c,_0x575aa6);});}else _0x1d6398[_0x2853b5(0x17b)](_0x3f43bd,{});}}})[_0x37f97d(0x1bd)](_0x2f0484=>{const _0x43e71f=_0x37f97d,_0x4f9ab1={'bZZch':function(_0x5727de,_0x2d0ffe){const _0xdc66d3=a25_0x547d;return _0x4606ab[_0xdc66d3(0x1f5)](_0x5727de,_0x2d0ffe);},'EDLcx':_0x4606ab['inwoX']};if(_0x4606ab[_0x43e71f(0x1c8)](_0x4606ab[_0x43e71f(0x162)],_0x4606ab[_0x43e71f(0x1ad)]))logger[_0x43e71f(0x1c7)]('Failed\x20to\x20fetch\x20AWS\x20Regions\x20due\x20to\x20error:\x20'+_0x2f0484),_0x4606ab['Fzpax'](_0x3b652a,_0x2f0484);else{const _0x1c20f6={'zwXGj':function(_0xbea286,_0x1e1051){const _0x2529b6=_0x43e71f;return _0x4f9ab1[_0x2529b6(0x1fa)](_0xbea286,_0x1e1051);}},_0x4227c1={};_0x4227c1[_0x43e71f(0x154)]=_0x4f9ab1['EDLcx'],_0x4227c1[_0x43e71f(0x14e)]=_0x157f0c;const _0x169680=new _0x355e9c['EC2'](_0x4227c1);_0x169680[_0x43e71f(0x164)]()['promise']()[_0x43e71f(0x16c)](_0x572496=>{const _0x4aa442=_0x43e71f;_0x4f9ab1[_0x4aa442(0x1fa)](_0x234eaf,_0x572496);})[_0x43e71f(0x1bd)](_0x4245a2=>{const _0x2abcb4=_0x43e71f;_0x4da427['error'](_0x2abcb4(0x1b1)+_0x4245a2),_0x1c20f6['zwXGj'](_0x5b8888,_0x4245a2);});}});}});},exports[a25_0x379ad4(0x16b)]=_0x276815=>{const _0x5be074=a25_0x379ad4,_0x315502={'oRxRw':function(_0x139fbc,_0x5541e2){return _0x139fbc(_0x5541e2);},'Iyhiw':function(_0x480bec,_0x2415a2){return _0x480bec!==_0x2415a2;},'msIaF':_0x5be074(0x18a),'rGCTj':'xftsK','nwLQG':function(_0x55d153,_0x58cf9c){return _0x55d153!==_0x58cf9c;},'wTrSg':_0x5be074(0x1c2),'qjNck':function(_0xb09ebb,_0x498a3e){return _0xb09ebb(_0x498a3e);},'qOUFx':function(_0x4ed167,_0x50547c){return _0x4ed167(_0x50547c);},'QCaUk':_0x5be074(0x178),'OLdWL':'BOLsB','ZxVJe':_0x5be074(0x169)};return new Promise((_0x1509a9,_0x302446)=>{const _0x52045e=_0x5be074,_0x349751={'xIMfX':function(_0x3a0a05,_0x593519){return _0x315502['qOUFx'](_0x3a0a05,_0x593519);}};if(_0x315502[_0x52045e(0x1e2)](_0x315502[_0x52045e(0x1bf)],_0x315502[_0x52045e(0x189)])){const _0x27d498={};_0x27d498[_0x52045e(0x154)]=_0x315502[_0x52045e(0x17c)];const _0x1ab33f=new awsSDK[(_0x52045e(0x160))](_0x27d498),_0x339def={};_0x339def[_0x52045e(0x19c)]=_0x276815,_0x1ab33f['describeCluster'](_0x339def)[_0x52045e(0x18b)]()['then'](_0x13bcfc=>{const _0x4a7c29=_0x52045e,_0x57ebb3={'DZETF':function(_0x37b020,_0x2dba81){return _0x315502['oRxRw'](_0x37b020,_0x2dba81);}};_0x315502['Iyhiw'](_0x315502[_0x4a7c29(0x1a0)],_0x315502[_0x4a7c29(0x1f9)])?_0x315502['oRxRw'](_0x1509a9,_0x13bcfc[_0x4a7c29(0x19b)][_0x4a7c29(0x15c)][_0x4a7c29(0x190)]['issuer']):_0x57ebb3['DZETF'](_0x42937b,_0x5e8b43);})[_0x52045e(0x1bd)](_0x188983=>{const _0x26f3f9=_0x52045e,_0x5a2f99={'AUSEf':function(_0x3fef91,_0x5bd8c3){return _0x315502['oRxRw'](_0x3fef91,_0x5bd8c3);}};_0x315502['nwLQG'](_0x315502[_0x26f3f9(0x203)],_0x315502[_0x26f3f9(0x203)])?(_0x39b191[_0x26f3f9(0x1c7)](_0x26f3f9(0x158)+_0x4a17e6),_0x5a2f99[_0x26f3f9(0x1ed)](_0x425403,_0x321b67)):(logger[_0x26f3f9(0x1c7)](_0x26f3f9(0x185)+_0x276815+':\x20'+_0x188983),_0x315502['qjNck'](_0x302446,_0x188983));});}else{const _0x3aa97b={'hJUiN':function(_0xf7947c,_0x3bd119){const _0xf443f7=_0x52045e;return _0x315502[_0xf443f7(0x1ca)](_0xf7947c,_0x3bd119);}},_0xe19a76={};_0xe19a76[_0x52045e(0x1eb)]=_0x3d9fc3,_0x4e1ecf[_0x52045e(0x15d)](_0xe19a76)[_0x52045e(0x18b)]()[_0x52045e(0x16c)](_0x257a66=>{const _0x594309=_0x52045e;_0x1ead75[_0x594309(0x1fe)]('Bucket:\x20'+_0x373cf0+'\x20already\x20exists.\x20Skipping\x20Bucket\x20creation'),_0x3aa97b[_0x594309(0x191)](_0x3ef4fb,!![]);})[_0x52045e(0x1bd)](()=>{const _0xcf80df=_0x52045e;_0x5b850e[_0xcf80df(0x161)](_0xcf80df(0x171)+_0x432c98+_0xcf80df(0x1d5)),_0x349751['xIMfX'](_0x111cde,![]);});}});},exports[a25_0x379ad4(0x1d4)]=awsSDK;
@@ -1 +1 @@
1
- const a26_0x147d4d=a26_0x386a;function a26_0x386a(_0xdfd265,_0x4c9970){const _0x5b54bd=a26_0x5b54();return a26_0x386a=function(_0x386a31,_0x289059){_0x386a31=_0x386a31-0xa8;let _0x54f918=_0x5b54bd[_0x386a31];return _0x54f918;},a26_0x386a(_0xdfd265,_0x4c9970);}(function(_0x2f358c,_0x177cd2){const _0x5e896f=a26_0x386a,_0xbc8c41=_0x2f358c();while(!![]){try{const _0x555121=-parseInt(_0x5e896f(0xa9))/0x1*(parseInt(_0x5e896f(0xd8))/0x2)+-parseInt(_0x5e896f(0xb6))/0x3+-parseInt(_0x5e896f(0xc3))/0x4+parseInt(_0x5e896f(0xb9))/0x5*(parseInt(_0x5e896f(0xc4))/0x6)+-parseInt(_0x5e896f(0xac))/0x7+parseInt(_0x5e896f(0xb7))/0x8+parseInt(_0x5e896f(0xd2))/0x9;if(_0x555121===_0x177cd2)break;else _0xbc8c41['push'](_0xbc8c41['shift']());}catch(_0x14f341){_0xbc8c41['push'](_0xbc8c41['shift']());}}}(a26_0x5b54,0x3c6f6));const fs=require('fs'),path=require('path'),yaml=require('js-yaml'),{CLOUDFORMATION_SCHEMA}=require(a26_0x147d4d(0xc0)),Promise=require(a26_0x147d4d(0xb8)),AWS=require(a26_0x147d4d(0xaa))[a26_0x147d4d(0xd9)],{CLUSTER_AUTOSCALER_STACK_NAME,COMMON_HST_TAGS}=require(a26_0x147d4d(0xae)),{logger}=require(a26_0x147d4d(0xc1));Promise['promisifyAll'](fs);const addAutoscalerTags=async(_0x47b21f,_0x4b11bc,_0x5cac25)=>{const _0x16cdc6=a26_0x147d4d;for(const _0x519494 in _0x47b21f[_0x16cdc6(0xb4)]){_0x47b21f['Resources'][_0x519494][_0x16cdc6(0xcd)]&&_0x47b21f[_0x16cdc6(0xb4)][_0x519494][_0x16cdc6(0xcd)][_0x16cdc6(0xc5)]&&_0x47b21f[_0x16cdc6(0xb4)][_0x519494][_0x16cdc6(0xcd)][_0x16cdc6(0xc5)][_0x16cdc6(0xbd)](..._0x5cac25);}};function a26_0x5b54(){const _0x101c6c=['Parameters','2213586BXakrb','promise','readFileAsync','createStack','utf-8','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','100038fjQFNT','awsObj','LVYtW','hvvoc','stringify','3rwhIQK','./AWSUtils','valueOf','1907108HBdbom','browserstack:creationDate','../config/constants','TemplateBody','join','2010-05-15','XoKyR','rDkYx','Resources','aVKSR','303699vXEAim','2314472bPNdub','bluebird','995PJoWPf','StackName','createAutoscalerStack','vvyTu','push','DELETE','debug','js-yaml-cloudformation-schema','../config/logger','toString','327160ZVUzgD','9582gIHCAB','Tags','Key','ClusterName','stackCreateComplete','CAPABILITY_NAMED_IAM','schema','mMApg','browserstack:cluster','Properties','bzRRo','Capabilities','templates'];a26_0x5b54=function(){return _0x101c6c;};return a26_0x5b54();}exports[a26_0x147d4d(0xbb)]=async _0x36424b=>{const _0x378872=a26_0x147d4d,_0x178bac={'jvfMs':_0x378872(0xcc),'rDkYx':_0x378872(0xad),'XoKyR':_0x378872(0xb1),'xAPxw':_0x378872(0xd0),'ABKZV':'autoscaler-role-creation.yaml','LVYtW':_0x378872(0xd6),'mMApg':function(_0x2dcba3,_0x50d9f5,_0x42aa1c,_0x2ba5e6){return _0x2dcba3(_0x50d9f5,_0x42aa1c,_0x2ba5e6);},'Qfdih':_0x378872(0xbe),'vvyTu':_0x378872(0xc7),'aVKSR':_0x378872(0xc9),'bzRRo':_0x378872(0xd7),'hvvoc':_0x378872(0xc8)},_0x3564ff=COMMON_HST_TAGS,_0x103382={};_0x103382[_0x378872(0xc6)]=_0x178bac['jvfMs'],_0x103382['Value']=_0x36424b,_0x3564ff[_0x378872(0xbd)](_0x103382),_0x3564ff[_0x378872(0xbd)]({'Key':_0x178bac[_0x378872(0xb3)],'Value':new Date()[_0x378872(0xab)]()[_0x378872(0xc2)]()});const _0x4568e8={};_0x4568e8['apiVersion']=_0x178bac[_0x378872(0xb2)];const _0x243967=new AWS['CloudFormation'](_0x4568e8),_0xf74b4a=await fs[_0x378872(0xd4)](path[_0x378872(0xb0)](__dirname,'..',_0x178bac['xAPxw'],_0x178bac['ABKZV']),_0x178bac[_0x378872(0xda)]),_0x5ecea1={};_0x5ecea1[_0x378872(0xca)]=CLOUDFORMATION_SCHEMA;const _0x34f614=yaml['load'](_0xf74b4a,_0x5ecea1);_0x178bac[_0x378872(0xcb)](addAutoscalerTags,_0x34f614,_0x36424b,_0x3564ff);const _0x486d7e=JSON[_0x378872(0xa8)](_0x34f614),_0x65bd3={};_0x65bd3[_0x378872(0xba)]=CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x36424b,_0x65bd3['OnFailure']=_0x178bac['Qfdih'],_0x65bd3[_0x378872(0xaf)]=_0x486d7e,_0x65bd3[_0x378872(0xd1)]=[{'ParameterKey':_0x178bac[_0x378872(0xbc)],'ParameterValue':_0x36424b}],_0x65bd3[_0x378872(0xcf)]=[_0x178bac[_0x378872(0xb5)]],_0x65bd3[_0x378872(0xc5)]=_0x3564ff;const _0x540b7e=_0x65bd3,_0xa9822c=await _0x243967[_0x378872(0xd5)](_0x540b7e)[_0x378872(0xd3)]();logger[_0x378872(0xbf)](_0x178bac[_0x378872(0xce)]);const _0x35572f={};return _0x35572f[_0x378872(0xba)]=_0xa9822c['StackId'],_0x243967['waitFor'](_0x178bac[_0x378872(0xdb)],_0x35572f)[_0x378872(0xd3)]();};
1
+ function a26_0x3635(){const _0x2e40ca=['valueOf','utf-8','schema','20rYNqKW','path','ZemcN','load','promisifyAll','apiVersion','DNsbM','bnMGQ','StackName','Properties','CAPABILITY_NAMED_IAM','ClusterName','1589268dhISRS','browserstack:creationDate','15170kJTzrr','createAutoscalerStack','js-yaml','1134wvQNqV','Capabilities','283310RxYzsl','./AWSUtils','bluebird','stackCreateComplete','npoIa','Parameters','jQpbC','3561492kisATB','18912TomshS','join','promise','Tags','awsObj','waitFor','debug','autoscaler-role-creation.yaml','../config/constants','browserstack:cluster','836076gWYMUi','templates','Resources','CloudFormation','Key','createStack','17267437RGYkoI','9RIMbtM','StackId','readFileAsync','ZuiQT','../config/logger','js-yaml-cloudformation-schema','DELETE','uepUf','OnFailure','MsnDS','24fAJoFd','Value','push'];a26_0x3635=function(){return _0x2e40ca;};return a26_0x3635();}const a26_0x110939=a26_0x3347;function a26_0x3347(_0x162531,_0x4ac2d0){const _0x363516=a26_0x3635();return a26_0x3347=function(_0x3347ba,_0x5ec6d3){_0x3347ba=_0x3347ba-0x1ca;let _0x579737=_0x363516[_0x3347ba];return _0x579737;},a26_0x3347(_0x162531,_0x4ac2d0);}(function(_0x4ceab0,_0x179cbe){const _0x329bb5=a26_0x3347,_0x253bb2=_0x4ceab0();while(!![]){try{const _0x26dbc9=parseInt(_0x329bb5(0x200))/0x1*(parseInt(_0x329bb5(0x1d8))/0x2)+-parseInt(_0x329bb5(0x1d6))/0x3+-parseInt(_0x329bb5(0x1e4))/0x4+parseInt(_0x329bb5(0x1ca))/0x5*(parseInt(_0x329bb5(0x1ef))/0x6)+-parseInt(_0x329bb5(0x1db))/0x7*(parseInt(_0x329bb5(0x1e5))/0x8)+parseInt(_0x329bb5(0x1f6))/0x9*(-parseInt(_0x329bb5(0x1dd))/0xa)+parseInt(_0x329bb5(0x1f5))/0xb;if(_0x26dbc9===_0x179cbe)break;else _0x253bb2['push'](_0x253bb2['shift']());}catch(_0x4a0826){_0x253bb2['push'](_0x253bb2['shift']());}}}(a26_0x3635,0x74a43));const fs=require('fs'),path=require(a26_0x110939(0x1cb)),yaml=require(a26_0x110939(0x1da)),{CLOUDFORMATION_SCHEMA}=require(a26_0x110939(0x1fb)),Promise=require(a26_0x110939(0x1df)),AWS=require(a26_0x110939(0x1de))[a26_0x110939(0x1e9)],{CLUSTER_AUTOSCALER_STACK_NAME,COMMON_HST_TAGS}=require(a26_0x110939(0x1ed)),{logger}=require(a26_0x110939(0x1fa));Promise[a26_0x110939(0x1ce)](fs);const addAutoscalerTags=async(_0x541bef,_0x397680,_0x422e36)=>{const _0x5ddeae=a26_0x110939;for(const _0x3f82c5 in _0x541bef['Resources']){_0x541bef[_0x5ddeae(0x1f1)][_0x3f82c5]['Properties']&&_0x541bef[_0x5ddeae(0x1f1)][_0x3f82c5][_0x5ddeae(0x1d3)][_0x5ddeae(0x1e8)]&&_0x541bef['Resources'][_0x3f82c5][_0x5ddeae(0x1d3)]['Tags'][_0x5ddeae(0x202)](..._0x422e36);}};exports[a26_0x110939(0x1d9)]=async _0x226b96=>{const _0x1c264f=a26_0x110939,_0x5c1bdc={'MsnDS':_0x1c264f(0x1ee),'jZKhs':_0x1c264f(0x1d7),'uepUf':'2010-05-15','bnMGQ':_0x1c264f(0x1f0),'ZuiQT':_0x1c264f(0x1ec),'qwzGJ':_0x1c264f(0x204),'DNsbM':function(_0x250cd1,_0x269962,_0x552233,_0xde8d2b){return _0x250cd1(_0x269962,_0x552233,_0xde8d2b);},'jQpbC':_0x1c264f(0x1fc),'hxrRC':_0x1c264f(0x1d5),'bhxPO':_0x1c264f(0x1d4),'ZemcN':'Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','npoIa':_0x1c264f(0x1e0)},_0x52f74b=COMMON_HST_TAGS,_0x16b25f={};_0x16b25f[_0x1c264f(0x1f3)]=_0x5c1bdc[_0x1c264f(0x1ff)],_0x16b25f[_0x1c264f(0x201)]=_0x226b96,_0x52f74b[_0x1c264f(0x202)](_0x16b25f),_0x52f74b['push']({'Key':_0x5c1bdc['jZKhs'],'Value':new Date()[_0x1c264f(0x203)]()['toString']()});const _0x3ed25b={};_0x3ed25b[_0x1c264f(0x1cf)]=_0x5c1bdc[_0x1c264f(0x1fd)];const _0x5a179f=new AWS[(_0x1c264f(0x1f2))](_0x3ed25b),_0xe41f74=await fs[_0x1c264f(0x1f8)](path[_0x1c264f(0x1e6)](__dirname,'..',_0x5c1bdc[_0x1c264f(0x1d1)],_0x5c1bdc[_0x1c264f(0x1f9)]),_0x5c1bdc['qwzGJ']),_0x4c747e={};_0x4c747e[_0x1c264f(0x205)]=CLOUDFORMATION_SCHEMA;const _0x4c12a5=yaml[_0x1c264f(0x1cd)](_0xe41f74,_0x4c747e);_0x5c1bdc[_0x1c264f(0x1d0)](addAutoscalerTags,_0x4c12a5,_0x226b96,_0x52f74b);const _0x454344=JSON['stringify'](_0x4c12a5),_0x54b7d2={};_0x54b7d2[_0x1c264f(0x1d2)]=CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x226b96,_0x54b7d2[_0x1c264f(0x1fe)]=_0x5c1bdc[_0x1c264f(0x1e3)],_0x54b7d2['TemplateBody']=_0x454344,_0x54b7d2[_0x1c264f(0x1e2)]=[{'ParameterKey':_0x5c1bdc['hxrRC'],'ParameterValue':_0x226b96}],_0x54b7d2[_0x1c264f(0x1dc)]=[_0x5c1bdc['bhxPO']],_0x54b7d2[_0x1c264f(0x1e8)]=_0x52f74b;const _0x393628=_0x54b7d2,_0x44c1a6=await _0x5a179f[_0x1c264f(0x1f4)](_0x393628)[_0x1c264f(0x1e7)]();logger[_0x1c264f(0x1eb)](_0x5c1bdc[_0x1c264f(0x1cc)]);const _0x32f907={};return _0x32f907[_0x1c264f(0x1d2)]=_0x44c1a6[_0x1c264f(0x1f7)],_0x5a179f[_0x1c264f(0x1ea)](_0x5c1bdc[_0x1c264f(0x1e1)],_0x32f907)[_0x1c264f(0x1e7)]();};
@@ -1 +1 @@
1
- function a27_0x2120(_0x58d93a,_0x2bca35){const _0x4730a3=a27_0x4730();return a27_0x2120=function(_0x2120cd,_0x14e7ab){_0x2120cd=_0x2120cd-0x105;let _0x52a441=_0x4730a3[_0x2120cd];return _0x52a441;},a27_0x2120(_0x58d93a,_0x2bca35);}const a27_0x2bb902=a27_0x2120;(function(_0x1b3c32,_0x12ccf3){const _0x520339=a27_0x2120,_0x5ddc7e=_0x1b3c32();while(!![]){try{const _0x42e470=-parseInt(_0x520339(0x12b))/0x1+-parseInt(_0x520339(0x11e))/0x2+-parseInt(_0x520339(0x13f))/0x3*(parseInt(_0x520339(0x157))/0x4)+-parseInt(_0x520339(0x18a))/0x5*(-parseInt(_0x520339(0x168))/0x6)+-parseInt(_0x520339(0x159))/0x7+parseInt(_0x520339(0x148))/0x8*(parseInt(_0x520339(0x176))/0x9)+parseInt(_0x520339(0x1c0))/0xa;if(_0x42e470===_0x12ccf3)break;else _0x5ddc7e['push'](_0x5ddc7e['shift']());}catch(_0x597928){_0x5ddc7e['push'](_0x5ddc7e['shift']());}}}(a27_0x4730,0x90605));const fs=require('fs'),path=require(a27_0x2bb902(0x1b5)),Promise=require(a27_0x2bb902(0x10c)),yaml=require(a27_0x2bb902(0x113)),{CLOUDFORMATION_SCHEMA}=require('js-yaml-cloudformation-schema'),AWS=require(a27_0x2bb902(0x1a4))[a27_0x2bb902(0x1bf)],{CLUSTER_DEP_STACK_NAME,COMMON_HST_TAGS,global_registry}=require(a27_0x2bb902(0x10e)),{logger}=require(a27_0x2bb902(0x138)),{isBucketPresent}=require(a27_0x2bb902(0x1a4));Promise[a27_0x2bb902(0x14b)](fs);const mergeTemplates=(_0x2adb6c,_0x136e41)=>{const _0x48877d=a27_0x2bb902,_0x19dbf8={'FxzWa':function(_0x20f9ec,_0x4c45c6){return _0x20f9ec(_0x4c45c6);},'pAaFU':function(_0x3e88d8,_0x1525ac,_0x1ba8e7){return _0x3e88d8(_0x1525ac,_0x1ba8e7);},'XwtGQ':function(_0x565ce1,_0x5926bb){return _0x565ce1!==_0x5926bb;},'gFfGV':_0x48877d(0x19a),'jAEYm':function(_0x3c5d30,_0x3f475a){return _0x3c5d30!==_0x3f475a;},'xTRFW':_0x48877d(0x182)};Object[_0x48877d(0x193)](_0x136e41)[_0x48877d(0x1b9)](_0x18cf95=>{const _0x5ec73d=_0x48877d,_0x4274c5={'RLQBL':function(_0x46401c,_0x41193b,_0x11e8c1){return _0x19dbf8['pAaFU'](_0x46401c,_0x41193b,_0x11e8c1);},'daDjR':function(_0x2f661f,_0x4f5b0c){const _0x26836=a27_0x2120;return _0x19dbf8[_0x26836(0x188)](_0x2f661f,_0x4f5b0c);},'exbNU':_0x19dbf8[_0x5ec73d(0x194)]};if(_0x19dbf8[_0x5ec73d(0x17f)](_0x19dbf8['xTRFW'],_0x19dbf8[_0x5ec73d(0x158)])){const _0x5317a5={'ABlOf':function(_0x572edf,_0x1e9b8c){const _0x44ea7f=_0x5ec73d;return _0x19dbf8[_0x44ea7f(0x128)](_0x572edf,_0x1e9b8c);}};let _0x4b364f=0x1;_0x47d996[_0x5ec73d(0x1b9)](_0x2a13c6=>{const _0x59ff12=_0x5ec73d;_0xb07282[_0x59ff12(0x12a)][_0x59ff12(0x195)]({'ParameterKey':_0x59ff12(0x1ba)+_0x5317a5[_0x59ff12(0x16b)](_0x53efd0,_0x4b364f)[_0x59ff12(0x1af)](0x2,'0'),'ParameterValue':_0x2a13c6[_0x59ff12(0x14c)]}),_0x4b364f+=0x1;});}else{var _0x28f791=_0x136e41[_0x18cf95];Object[_0x5ec73d(0x193)](_0x28f791)[_0x5ec73d(0x1b9)](_0x49c063=>{const _0x5b0d8d=_0x5ec73d,_0x5cf5fb={'XMrdi':function(_0x206728,_0x407b5b,_0xe766b3){const _0x5a3360=a27_0x2120;return _0x4274c5[_0x5a3360(0x172)](_0x206728,_0x407b5b,_0xe766b3);}};_0x4274c5['daDjR'](_0x4274c5['exbNU'],_0x4274c5[_0x5b0d8d(0x111)])?_0x5cf5fb[_0x5b0d8d(0x18c)](_0x691abd,_0x5e74ff,_0x2d3406):_0x2adb6c[_0x18cf95][_0x49c063]=_0x28f791[_0x49c063];});}});},addVPCData=async(_0x544bd7,_0x55aee1)=>{const _0x296217=a27_0x2bb902,_0x83138={'WZSvM':function(_0x562ffb,_0x1c1580){return _0x562ffb(_0x1c1580);},'futZh':function(_0x1aa46d,_0x25d371){return _0x1aa46d!==_0x25d371;},'tlPHa':'Kdozg','wvrWY':'CFTemplates','HlrFB':_0x296217(0x121),'Eahmo':'utf-8','rchxh':function(_0x195e4c,_0x333df0,_0x5de915){return _0x195e4c(_0x333df0,_0x5de915);},'SCXec':'AWS::CloudFormation::Interface','ULJww':'VPC','NTCYY':function(_0x3885ae,_0x2291a1){return _0x3885ae!==_0x2291a1;},'qoXYX':_0x296217(0x1b3),'mfsRQ':_0x296217(0x1ae),'CKbYt':_0x296217(0x197),'CdOFp':_0x296217(0x11b)};if(_0x55aee1){if(_0x83138[_0x296217(0x137)](_0x83138[_0x296217(0x132)],_0x83138[_0x296217(0x132)]))_0x51e394[_0x296217(0x12a)][_0x296217(0x195)]({'ParameterKey':_0x296217(0x1ba)+_0x83138[_0x296217(0x150)](_0x17b8da,_0x1bca49)['padStart'](0x2,'0'),'ParameterValue':_0x36bf2c[_0x296217(0x14c)]}),_0x3a976f+=0x1;else{const _0x31c21e=await fs[_0x296217(0x181)](path['join'](__dirname,'..',_0x83138['wvrWY'],_0x83138[_0x296217(0x19e)]),_0x83138['Eahmo']),_0x1508d3={};_0x1508d3[_0x296217(0x145)]=CLOUDFORMATION_SCHEMA;const _0x54f97a=yaml[_0x296217(0x186)](_0x31c21e,_0x1508d3);_0x83138[_0x296217(0x17e)](mergeTemplates,_0x544bd7,_0x54f97a),_0x544bd7[_0x296217(0x116)][_0x83138[_0x296217(0x107)]][_0x296217(0x1c7)][0x0]['Parameters'][_0x296217(0x195)](_0x83138[_0x296217(0x18b)]);}}else{if(_0x83138[_0x296217(0x1b0)](_0x83138['qoXYX'],_0x83138[_0x296217(0x167)])){const _0x1c66bf=await fs[_0x296217(0x181)](path[_0x296217(0x1ab)](__dirname,'..',_0x83138[_0x296217(0x152)],_0x83138[_0x296217(0x15f)]),_0x83138[_0x296217(0x119)]),_0x5df126={};_0x5df126[_0x296217(0x145)]=CLOUDFORMATION_SCHEMA;const _0x3fca6a=yaml[_0x296217(0x186)](_0x1c66bf,_0x5df126);_0x83138[_0x296217(0x17e)](mergeTemplates,_0x544bd7,_0x3fca6a),_0x544bd7[_0x296217(0x116)][_0x83138['SCXec']][_0x296217(0x1c7)][0x0][_0x296217(0x12a)][_0x296217(0x195)](_0x83138['CdOFp']);}else _0x593eab[_0x296217(0x1c6)][_0x57326b][_0x296217(0x13a)][_0x296217(0x177)][_0x296217(0x195)](..._0x1f5ffa);}},addS3Data=async _0x5b5c40=>{const _0x37e7fa=a27_0x2bb902,_0x2cce51={'NoHxO':_0x37e7fa(0x13d),'bOOTb':'CFTemplates','ywSCc':_0x37e7fa(0x1ad),'JUbiS':'utf-8','FtEYH':function(_0x3ee237,_0x9da044){return _0x3ee237(_0x9da044);},'kESYh':function(_0x4542fc,_0x29f3c6){return _0x4542fc===_0x29f3c6;},'JIXoe':function(_0x2bf3e7,_0x3bf2bc){return _0x2bf3e7!==_0x3bf2bc;},'XWAAf':_0x37e7fa(0x1bd),'SmfEx':_0x37e7fa(0x114),'bDzjk':function(_0x228de5,_0x1cc58b,_0x50d655){return _0x228de5(_0x1cc58b,_0x50d655);}},_0xf25d9=await fs['readFileAsync'](path[_0x37e7fa(0x1ab)](__dirname,'..',_0x2cce51[_0x37e7fa(0x166)],_0x2cce51[_0x37e7fa(0x165)]),_0x2cce51['JUbiS']),_0x373306={};_0x373306[_0x37e7fa(0x145)]=CLOUDFORMATION_SCHEMA;const _0x3c7925=yaml[_0x37e7fa(0x186)](_0xf25d9,_0x373306),_0x2d15ef=await _0x2cce51[_0x37e7fa(0x10f)](isBucketPresent,global_registry[_0x37e7fa(0x13b)]);if(_0x2cce51['kESYh'](_0x2d15ef,![])){if(_0x2cce51[_0x37e7fa(0x151)](_0x2cce51['XWAAf'],_0x2cce51[_0x37e7fa(0x17c)]))_0x2cce51[_0x37e7fa(0x16e)](mergeTemplates,_0x5b5c40,_0x3c7925);else{const _0x13ad05={};_0x13ad05[_0x37e7fa(0x174)]=_0x2cce51[_0x37e7fa(0x142)],_0x13ad05[_0x37e7fa(0x14a)]=_0x96335d,_0x424d1d[_0x37e7fa(0x12a)][_0x37e7fa(0x195)](_0x13ad05);}}},addSubnetData=async(_0x4ff526,_0xc304d)=>{const _0x529bba=a27_0x2bb902,_0x27070a={'jhyuv':'NodeGroup','gEMik':_0x529bba(0x11f),'ZWUrG':function(_0x2cc397,_0x16d722){return _0x2cc397!==_0x16d722;},'CqgeE':_0x529bba(0x1a0),'LXoiw':_0x529bba(0x1c4),'tZYTD':_0x529bba(0x139),'BClrT':function(_0xc3fc7e,_0x367d31){return _0xc3fc7e(_0x367d31);},'XoEXd':function(_0x5893bf,_0x52fed3){return _0x5893bf(_0x52fed3);},'YajKJ':_0x529bba(0x1a7),'jROAx':function(_0x1db2ef,_0x3232b8){return _0x1db2ef!==_0x3232b8;},'qwQvi':'ACfXd','cEQsI':_0x529bba(0x175),'jDOIn':'subnet-import.yaml','CCZRp':_0x529bba(0x108),'NGllx':function(_0x1d4b89,_0x19aec3,_0x3becb7){return _0x1d4b89(_0x19aec3,_0x3becb7);},'JOpJW':'BBybA','FMlMY':_0x529bba(0x1b7),'QHbQK':_0x529bba(0x185),'ggDgI':function(_0x2e7a9d,_0x436515,_0x1f35ae){return _0x2e7a9d(_0x436515,_0x1f35ae);},'CpAbt':_0x529bba(0x164),'UvBKJ':_0x529bba(0x133),'kkUcf':_0x529bba(0x117),'Uglpc':_0x529bba(0x125),'doNaV':_0x529bba(0x192),'JSNAG':_0x529bba(0x1b6)};if(_0xc304d){if(_0x27070a[_0x529bba(0x17d)](_0x27070a[_0x529bba(0x153)],_0x27070a[_0x529bba(0x153)]))_0x511ed1[_0x529bba(0x193)](_0x5f529d)[_0x529bba(0x1b9)](_0x500631=>{const _0x540997=_0x529bba;var _0x1d4da6=_0x1d5b24[_0x500631];_0x4c90fd[_0x540997(0x193)](_0x1d4da6)[_0x540997(0x1b9)](_0x541ac4=>{_0x58d64c[_0x500631][_0x541ac4]=_0x1d4da6[_0x541ac4];});});else{const _0x4f8eb9=await fs[_0x529bba(0x181)](path[_0x529bba(0x1ab)](__dirname,'..',_0x27070a[_0x529bba(0x11d)],_0x27070a[_0x529bba(0x19c)]),_0x27070a[_0x529bba(0x129)]),_0x321d30={};_0x321d30['schema']=CLOUDFORMATION_SCHEMA;const _0x1106ff=yaml['load'](_0x4f8eb9,_0x321d30);_0x27070a['NGllx'](mergeTemplates,_0x4ff526,_0x1106ff);let _0x43ef06=0x1;_0xc304d[_0x529bba(0x1b9)](_0x2e2df7=>{const _0x35edd7=_0x529bba,_0x1c336e={};_0x1c336e[_0x35edd7(0x1a9)]=_0x27070a['jhyuv'],_0x1c336e[_0x35edd7(0x1bb)]=_0x27070a[_0x35edd7(0x1a3)];const _0x1f0d25=_0x1c336e;if(_0x27070a[_0x35edd7(0x16a)](_0x27070a[_0x35edd7(0x1ac)],_0x27070a[_0x35edd7(0x1ac)])){for(const _0x6e85d7 in _0x5eca78[_0x35edd7(0x1c6)]){_0x72d4a4[_0x35edd7(0x1c6)][_0x6e85d7][_0x35edd7(0x13a)]&&_0x5eee80[_0x35edd7(0x1c6)][_0x6e85d7][_0x35edd7(0x13a)]['Tags']&&_0x4e2bef[_0x35edd7(0x1c6)][_0x6e85d7]['Properties'][_0x35edd7(0x177)][_0x35edd7(0x195)](..._0x1c2dcb);}const _0xebe790={};_0x312204[_0x35edd7(0x1b9)](_0x49db31=>{const _0x7002f0=_0x35edd7;_0xebe790[_0x49db31[_0x7002f0(0x1c1)]]=_0x49db31['Value'];}),_0x29d542[_0x35edd7(0x1c6)][_0x1f0d25[_0x35edd7(0x1a9)]]['Properties'][_0x35edd7(0x177)]=_0xebe790,_0x1a665b['Resources'][_0x1f0d25[_0x35edd7(0x1bb)]][_0x35edd7(0x13a)][_0x35edd7(0x177)]=_0xebe790;}else{const _0x5ece0a=_0x27070a[_0x35edd7(0x131)][_0x35edd7(0x12e)]('|');let _0x6712ef=0x0;while(!![]){switch(_0x5ece0a[_0x6712ef++]){case'0':_0x43ef06+=0x1;continue;case'1':_0x4ff526[_0x35edd7(0x116)][_0x27070a['tZYTD']][_0x35edd7(0x1c7)][0x0][_0x35edd7(0x12a)][_0x35edd7(0x195)]('Subnet'+_0x27070a[_0x35edd7(0x161)](String,_0x43ef06)[_0x35edd7(0x1af)](0x2,'0'));continue;case'2':_0x4ff526[_0x35edd7(0x1c6)][_0x35edd7(0x1c5)][_0x35edd7(0x13a)][_0x35edd7(0x196)]['SubnetIds'][_0x35edd7(0x195)]({'Ref':_0x35edd7(0x1ba)+_0x27070a['BClrT'](String,_0x43ef06)[_0x35edd7(0x1af)](0x2,'0')});continue;case'3':_0x4ff526[_0x35edd7(0x1c6)]['NodeGroup']['Properties'][_0x35edd7(0x122)][_0x35edd7(0x195)]({'Ref':_0x35edd7(0x1ba)+_0x27070a[_0x35edd7(0x161)](String,_0x43ef06)[_0x35edd7(0x1af)](0x2,'0')});continue;case'4':_0x4ff526[_0x35edd7(0x1c6)]['NodeGroupWindows']['Properties'][_0x35edd7(0x122)][_0x35edd7(0x195)]({'Ref':_0x35edd7(0x1ba)+_0x27070a[_0x35edd7(0x18d)](String,_0x43ef06)['padStart'](0x2,'0')});continue;case'5':_0x4ff526[_0x35edd7(0x14f)][_0x35edd7(0x1a5)][_0x35edd7(0x15c)][_0x27070a[_0x35edd7(0x1c8)]][0x1][_0x35edd7(0x195)]({'Ref':_0x35edd7(0x1ba)+_0x27070a[_0x35edd7(0x161)](String,_0x43ef06)[_0x35edd7(0x1af)](0x2,'0')});continue;}break;}}});}}else{if(_0x27070a[_0x529bba(0x16a)](_0x27070a[_0x529bba(0x189)],_0x27070a[_0x529bba(0x11c)])){const _0x1cbf00=await fs[_0x529bba(0x181)](path[_0x529bba(0x1ab)](__dirname,'..',_0x27070a['cEQsI'],_0x27070a[_0x529bba(0x147)]),_0x27070a['CCZRp']),_0x158a77={};_0x158a77[_0x529bba(0x145)]=CLOUDFORMATION_SCHEMA;const _0x287833=yaml[_0x529bba(0x186)](_0x1cbf00,_0x158a77);_0x27070a[_0x529bba(0x13e)](mergeTemplates,_0x4ff526,_0x287833),_0x4ff526[_0x529bba(0x1c6)][_0x529bba(0x1c5)]['DependsOn']['push'](_0x27070a[_0x529bba(0x144)],_0x27070a[_0x529bba(0x1c2)],_0x27070a[_0x529bba(0x1b1)]);const _0x4d7cc6={};_0x4d7cc6[_0x529bba(0x18f)]=_0x27070a[_0x529bba(0x144)];const _0xf54f2={};_0xf54f2['Ref']=_0x27070a[_0x529bba(0x1c2)];const _0x1d49f3={};_0x1d49f3['Ref']=_0x27070a[_0x529bba(0x1b1)],_0x4ff526['Resources'][_0x529bba(0x1c5)][_0x529bba(0x13a)][_0x529bba(0x196)][_0x529bba(0x1a5)]=[_0x4d7cc6,_0xf54f2,_0x1d49f3],_0x4ff526[_0x529bba(0x116)][_0x27070a['tZYTD']][_0x529bba(0x1c7)][0x0][_0x529bba(0x12a)][_0x529bba(0x195)](_0x27070a['Uglpc'],_0x27070a[_0x529bba(0x16f)],_0x27070a[_0x529bba(0x1a2)]);const _0x1d4761={};_0x1d4761[_0x529bba(0x18f)]=_0x27070a['CpAbt'];const _0x36bd0b={};_0x36bd0b['Ref']=_0x27070a['UvBKJ'];const _0x473871={};_0x473871['Ref']=_0x27070a[_0x529bba(0x1b1)],_0x4ff526[_0x529bba(0x1c6)][_0x529bba(0x160)][_0x529bba(0x13a)]['Subnets']=[_0x1d4761,_0x36bd0b,_0x473871];const _0x35e7d2={};_0x35e7d2[_0x529bba(0x18f)]=_0x27070a[_0x529bba(0x144)];const _0x1c40ad={};_0x1c40ad[_0x529bba(0x18f)]=_0x27070a['UvBKJ'];const _0x3a5655={};_0x3a5655['Ref']=_0x27070a[_0x529bba(0x1b1)],_0x4ff526[_0x529bba(0x1c6)]['NodeGroupWindows'][_0x529bba(0x13a)][_0x529bba(0x122)]=[_0x35e7d2,_0x1c40ad,_0x3a5655],_0x4ff526[_0x529bba(0x14f)][_0x529bba(0x1a5)][_0x529bba(0x15c)][_0x27070a['YajKJ']][0x1]=[{'Ref':_0x27070a[_0x529bba(0x144)]},{'Ref':_0x27070a[_0x529bba(0x1c2)]},{'Ref':_0x27070a[_0x529bba(0x1b1)]}];}else _0x2cf634[_0xe1c81c[_0x529bba(0x1c1)]]=_0x23bd1b[_0x529bba(0x15c)];}},addTags=async(_0x19c28f,_0x3a8dac,_0x25a419)=>{const _0x45655c=a27_0x2bb902,_0x340798={'mbiPK':'2|0|1|5|3|4','pgGku':_0x45655c(0x139),'wdsqY':function(_0x292d1c,_0x3fa7c5){return _0x292d1c(_0x3fa7c5);},'rfyiq':function(_0x2e8a27,_0x4e3af6){return _0x2e8a27(_0x4e3af6);},'gHGYT':_0x45655c(0x1a7),'bbxpc':function(_0x468893,_0x58dce4){return _0x468893!==_0x58dce4;},'eCiWH':_0x45655c(0x140),'ncpSB':function(_0x74611,_0x15039d){return _0x74611===_0x15039d;},'TbWZZ':'QLVvV','GQDXC':_0x45655c(0x190),'KTPab':function(_0x58f760,_0x1722e0){return _0x58f760!==_0x1722e0;},'ecxim':_0x45655c(0x149),'RUWCc':_0x45655c(0x160),'mYoNb':'NodeGroupWindows'};for(const _0x5c1fd0 in _0x19c28f['Resources']){if(_0x340798[_0x45655c(0x170)](_0x340798[_0x45655c(0x178)],_0x340798[_0x45655c(0x123)]))_0xccea85[_0x20795c][_0x3b2c54]=_0x2f62db[_0x2ea96d];else{if(_0x19c28f['Resources'][_0x5c1fd0][_0x45655c(0x13a)]&&_0x19c28f[_0x45655c(0x1c6)][_0x5c1fd0][_0x45655c(0x13a)][_0x45655c(0x177)]){if(_0x340798[_0x45655c(0x1b2)](_0x340798[_0x45655c(0x109)],_0x340798['ecxim'])){var _0x3ca5cf=_0x2e19fb[_0x852341];_0x1bc598[_0x45655c(0x193)](_0x3ca5cf)[_0x45655c(0x1b9)](_0x4c72ae=>{_0x4789d4[_0x2504c8][_0x4c72ae]=_0x3ca5cf[_0x4c72ae];});}else _0x19c28f['Resources'][_0x5c1fd0]['Properties']['Tags'][_0x45655c(0x195)](..._0x25a419);}}}const _0x21021c={};_0x25a419[_0x45655c(0x1b9)](_0x488dde=>{const _0x513f68=_0x45655c,_0xcd42d2={'xhZSe':_0x340798[_0x513f68(0x1be)],'eRQKC':_0x340798[_0x513f68(0x180)],'KqRur':function(_0x1e7231,_0x50e4b6){const _0x182da5=_0x513f68;return _0x340798[_0x182da5(0x169)](_0x1e7231,_0x50e4b6);},'PnqoT':function(_0x495a8a,_0x4e982b){return _0x340798['rfyiq'](_0x495a8a,_0x4e982b);},'ptEGo':_0x340798[_0x513f68(0x198)],'mDrPA':function(_0x17f4cd,_0x3069bf){const _0x15f0a6=_0x513f68;return _0x340798[_0x15f0a6(0x12c)](_0x17f4cd,_0x3069bf);}};if(_0x340798[_0x513f68(0x12f)](_0x340798[_0x513f68(0x126)],_0x340798['eCiWH'])){const _0x5ec382=_0xcd42d2[_0x513f68(0x12d)]['split']('|');let _0x1cfc0f=0x0;while(!![]){switch(_0x5ec382[_0x1cfc0f++]){case'0':_0x1bbaca[_0x513f68(0x116)][_0xcd42d2[_0x513f68(0x10d)]][_0x513f68(0x1c7)][0x0][_0x513f68(0x12a)]['push'](_0x513f68(0x1ba)+_0xcd42d2[_0x513f68(0x14d)](_0x4aa358,_0x458364)[_0x513f68(0x1af)](0x2,'0'));continue;case'1':_0x509398[_0x513f68(0x1c6)]['NodeGroup']['Properties'][_0x513f68(0x122)][_0x513f68(0x195)]({'Ref':_0x513f68(0x1ba)+_0xcd42d2['PnqoT'](_0x2a3925,_0x5caf59)[_0x513f68(0x1af)](0x2,'0')});continue;case'2':_0x2152b4['Resources'][_0x513f68(0x1c5)][_0x513f68(0x13a)][_0x513f68(0x196)][_0x513f68(0x1a5)][_0x513f68(0x195)]({'Ref':_0x513f68(0x1ba)+_0xcd42d2[_0x513f68(0x15d)](_0x299ef7,_0x1f6f41)[_0x513f68(0x1af)](0x2,'0')});continue;case'3':_0xb0ddec[_0x513f68(0x14f)][_0x513f68(0x1a5)]['Value'][_0xcd42d2['ptEGo']][0x1]['push']({'Ref':_0x513f68(0x1ba)+_0xcd42d2[_0x513f68(0x136)](_0x8d5692,_0x1cc4bf)[_0x513f68(0x1af)](0x2,'0')});continue;case'4':_0x88284f+=0x1;continue;case'5':_0x34f6c9[_0x513f68(0x1c6)][_0x513f68(0x11f)][_0x513f68(0x13a)]['Subnets'][_0x513f68(0x195)]({'Ref':_0x513f68(0x1ba)+_0xcd42d2[_0x513f68(0x15d)](_0x4b7419,_0x2e8275)[_0x513f68(0x1af)](0x2,'0')});continue;}break;}}else _0x21021c[_0x488dde[_0x513f68(0x1c1)]]=_0x488dde[_0x513f68(0x15c)];}),_0x19c28f[_0x45655c(0x1c6)][_0x340798[_0x45655c(0x173)]][_0x45655c(0x13a)][_0x45655c(0x177)]=_0x21021c,_0x19c28f[_0x45655c(0x1c6)][_0x340798[_0x45655c(0x143)]][_0x45655c(0x13a)][_0x45655c(0x177)]=_0x21021c;};function a27_0x4730(){const _0x5940c2=['DkwQk','EMbIg','Metadata','Subnet03','stackCreateComplete','Eahmo','SefIh','VpcBlock','FMlMY','cEQsI','280082nXeeHV','NodeGroupWindows','CAPABILITY_NAMED_IAM','vpc-import.yaml','Subnets','GQDXC','NodeGroupNameWindows','Subnet01Block','eCiWH','createStack','FxzWa','CCZRp','Parameters','833124fqeBrk','rfyiq','xhZSe','split','bbxpc','yWsBT','LXoiw','tlPHa','Subnet02','NodeAutoScalingGroupMinSize','apiVersion','mDrPA','futZh','../config/logger','AWS::CloudFormation::Interface','Properties','s3Bucket','ysgCb','VPC','ggDgI','17832kijZLr','zeGUS','uEQnz','NoHxO','mYoNb','CpAbt','schema','CloudFormation','QHbQK','16zdgbWt','aimTq','ParameterValue','promisifyAll','value','KqRur','browserstack:cluster','Outputs','WZSvM','JIXoe','wvrWY','qwQvi','promise','S3BucketName','qyTAM','720YlemKS','xTRFW','3907876FXPWNT','StackId','jUzZi','Value','PnqoT','JjSGZ','CKbYt','NodeGroup','BClrT','IsZeg','uyYiu','Subnet01','ywSCc','bOOTb','mfsRQ','1343418oKGqFn','wdsqY','ZWUrG','ABlOf','2010-05-15','xzvyO','bDzjk','doNaV','ncpSB','jGeSn','RLQBL','RUWCc','ParameterKey','CFTemplates','4068801MXRMPs','Tags','TbWZZ','NXJdS','TwHSq','KmVOD','SmfEx','jROAx','rchxh','jAEYm','pgGku','readFileAsync','UZvhD','TemplateBody','NodeAutoScalingGroupDesiredSizeWindows','subnet-create.yaml','load','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','XwtGQ','JOpJW','5XKOUDo','ULJww','XMrdi','XoEXd','UDhpf','Ref','AYZaB','BOXGS','Subnet02Block','keys','gFfGV','push','ResourcesVpcConfig','vpc-create.yaml','gHGYT','ami','BBrLt','fXCen','jDOIn','NodeImageId','HlrFB','aws-eks-cluster-dep.yaml','GiuAV','StackName','JSNAG','gEMik','./AWSUtils','SubnetIds','tmODr','Fn::Join','stringify','gdisU','NodeInstanceType','join','CqgeE','s3-create.yaml','rNsIR','padStart','NTCYY','kkUcf','KTPab','EqDVM','valueOf','path','Subnet03Block','uWYyy','GLNKv','forEach','Subnet','BQBRU','dRyjM','QqYjJ','mbiPK','awsObj','20646370lwpLfc','Key','UvBKJ','DELETE','2|1|3|4|5|0','EKSCluster','Resources','ParameterGroups','YajKJ','NodeAutoScalingGroupMinSizeWindows','GSYct','SCXec','utf-8','ecxim','PQBGG','NodeAutoScalingGroupMaxSize','bluebird','eRQKC','../config/constants','FtEYH','browserstack:creationDate','exbNU','ClusterName','js-yaml'];a27_0x4730=function(){return _0x5940c2;};return a27_0x4730();}exports['createClusterStack']=async(_0x1de666,_0x2c77bf,_0x33627c,_0x340af5=null,_0x4167d2=null)=>{const _0x40880b=a27_0x2bb902,_0x2f21ed={'EMbIg':function(_0x4b35bc,_0x538414){return _0x4b35bc(_0x538414);},'uyYiu':_0x40880b(0x14e),'jeVyg':_0x40880b(0x110),'weGXI':_0x40880b(0x16c),'tmODr':'CFTemplates','MdAjc':_0x40880b(0x19f),'dRyjM':_0x40880b(0x108),'wnwTT':function(_0x12dec2,_0x3448e1,_0x2dc6e4){return _0x12dec2(_0x3448e1,_0x2dc6e4);},'SefIh':function(_0x11effd,_0x1c6cb5){return _0x11effd(_0x1c6cb5);},'yWsBT':function(_0x488a8f,_0x190e0b,_0x4ddaaf,_0x599bd1){return _0x488a8f(_0x190e0b,_0x4ddaaf,_0x599bd1);},'NXJdS':_0x40880b(0x1c3),'fXCen':_0x40880b(0x112),'GLNKv':'NodeGroupName','cczgj':_0x40880b(0x134),'TwHSq':_0x40880b(0x105),'GSYct':_0x40880b(0x184),'qyTAM':_0x40880b(0x10b),'jGeSn':_0x40880b(0x19d),'IsZeg':_0x40880b(0x1aa),'UDhpf':_0x40880b(0x155),'jUzZi':_0x40880b(0x124),'ysgCb':_0x40880b(0x120),'PQBGG':function(_0x5074cd,_0xe6bc72){return _0x5074cd!=_0xe6bc72;},'HEwSB':function(_0x4c5129,_0x484722){return _0x4c5129!==_0x484722;},'IvgKo':function(_0xd4b2ba,_0x43edff){return _0xd4b2ba===_0x43edff;},'JjSGZ':'MdDXo','KmVOD':_0x40880b(0x13d),'xzvyO':function(_0x251ec6,_0x2dee7a){return _0x251ec6!==_0x2dee7a;},'uEQnz':_0x40880b(0x187),'BOXGS':_0x40880b(0x118)},_0x24fefc=COMMON_HST_TAGS,_0x2e57f0={};_0x2e57f0[_0x40880b(0x1c1)]=_0x2f21ed[_0x40880b(0x163)],_0x2e57f0[_0x40880b(0x15c)]=_0x1de666,_0x24fefc[_0x40880b(0x195)](_0x2e57f0),_0x24fefc[_0x40880b(0x195)]({'Key':_0x2f21ed['jeVyg'],'Value':new Date()[_0x40880b(0x1b4)]()['toString']()});const _0x2c24db={};_0x2c24db[_0x40880b(0x135)]=_0x2f21ed['weGXI'];const _0x3e39da=new AWS[(_0x40880b(0x146))](_0x2c24db),_0x4badde=await fs[_0x40880b(0x181)](path['join'](__dirname,'..',_0x2f21ed[_0x40880b(0x1a6)],_0x2f21ed['MdAjc']),_0x2f21ed[_0x40880b(0x1bc)]),_0x8f8f1b={};_0x8f8f1b['schema']=CLOUDFORMATION_SCHEMA;const _0x417893=yaml[_0x40880b(0x186)](_0x4badde,_0x8f8f1b);await _0x2f21ed['wnwTT'](addVPCData,_0x417893,_0x340af5),await _0x2f21ed[_0x40880b(0x11a)](addS3Data,_0x417893),await _0x2f21ed['wnwTT'](addSubnetData,_0x417893,_0x4167d2),await _0x2f21ed[_0x40880b(0x130)](addTags,_0x417893,_0x1de666,_0x24fefc);const _0x59823f=JSON[_0x40880b(0x1a8)](_0x417893),_0x186e2c={};_0x186e2c[_0x40880b(0x1a1)]=CLUSTER_DEP_STACK_NAME+'-'+_0x1de666,_0x186e2c['OnFailure']=_0x2f21ed[_0x40880b(0x179)],_0x186e2c[_0x40880b(0x183)]=_0x59823f,_0x186e2c[_0x40880b(0x12a)]=[{'ParameterKey':_0x2f21ed[_0x40880b(0x19b)],'ParameterValue':_0x1de666},{'ParameterKey':_0x2f21ed[_0x40880b(0x1b8)],'ParameterValue':_0x1de666+'-NodeGroup'},{'ParameterKey':_0x2f21ed['cczgj'],'ParameterValue':''+_0x2c77bf},{'ParameterKey':_0x2f21ed[_0x40880b(0x17a)],'ParameterValue':'0'},{'ParameterKey':_0x2f21ed[_0x40880b(0x106)],'ParameterValue':'1'},{'ParameterKey':_0x2f21ed[_0x40880b(0x156)],'ParameterValue':''+_0x33627c},{'ParameterKey':_0x2f21ed[_0x40880b(0x171)],'ParameterValue':global_registry[_0x40880b(0x199)]},{'ParameterKey':_0x2f21ed[_0x40880b(0x162)],'ParameterValue':global_registry['instanceType']},{'ParameterKey':_0x2f21ed[_0x40880b(0x18e)],'ParameterValue':global_registry['s3Bucket']},{'ParameterKey':_0x2f21ed[_0x40880b(0x15b)],'ParameterValue':_0x1de666+'-Windows-NodeGroup'}],_0x186e2c['Capabilities']=[_0x2f21ed[_0x40880b(0x13c)]],_0x186e2c[_0x40880b(0x177)]=_0x24fefc;const _0x17b451=_0x186e2c;if(_0x2f21ed['PQBGG'](_0x340af5,null)&&_0x2f21ed['HEwSB'](_0x340af5,undefined)){if(_0x2f21ed['IvgKo'](_0x2f21ed[_0x40880b(0x15e)],_0x2f21ed[_0x40880b(0x15e)])){const _0x134165={};_0x134165[_0x40880b(0x174)]=_0x2f21ed[_0x40880b(0x17b)],_0x134165[_0x40880b(0x14a)]=_0x340af5,_0x17b451['Parameters'][_0x40880b(0x195)](_0x134165);}else _0x4209ec[_0x40880b(0x1c6)][_0x2c30b2][_0x40880b(0x13a)]&&_0x207058[_0x40880b(0x1c6)][_0x343908]['Properties'][_0x40880b(0x177)]&&_0xe6578[_0x40880b(0x1c6)][_0xf2e782][_0x40880b(0x13a)][_0x40880b(0x177)][_0x40880b(0x195)](..._0x1b6cbb);}if(_0x2f21ed[_0x40880b(0x10a)](_0x4167d2,null)&&_0x2f21ed[_0x40880b(0x16d)](_0x4167d2,undefined)){let _0x2bd1f8=0x1;_0x4167d2[_0x40880b(0x1b9)](_0x6254b8=>{const _0x137f22=_0x40880b;_0x17b451['Parameters']['push']({'ParameterKey':'Subnet'+_0x2f21ed[_0x137f22(0x115)](String,_0x2bd1f8)['padStart'](0x2,'0'),'ParameterValue':_0x6254b8['value']}),_0x2bd1f8+=0x1;});}const _0x233593=await _0x3e39da[_0x40880b(0x127)](_0x17b451)[_0x40880b(0x154)]();logger['debug'](_0x2f21ed[_0x40880b(0x141)]);const _0x5f435c={};return _0x5f435c[_0x40880b(0x1a1)]=_0x233593[_0x40880b(0x15a)],_0x3e39da['waitFor'](_0x2f21ed[_0x40880b(0x191)],_0x5f435c)[_0x40880b(0x154)]();};
1
+ const a27_0x111073=a27_0x170e;(function(_0x30f60a,_0x551c18){const _0x2f58c1=a27_0x170e,_0x22bbdf=_0x30f60a();while(!![]){try{const _0x280f8b=parseInt(_0x2f58c1(0x1c3))/0x1*(parseInt(_0x2f58c1(0x22d))/0x2)+-parseInt(_0x2f58c1(0x219))/0x3*(parseInt(_0x2f58c1(0x211))/0x4)+parseInt(_0x2f58c1(0x1a1))/0x5*(-parseInt(_0x2f58c1(0x203))/0x6)+parseInt(_0x2f58c1(0x1f0))/0x7*(parseInt(_0x2f58c1(0x177))/0x8)+-parseInt(_0x2f58c1(0x21c))/0x9*(-parseInt(_0x2f58c1(0x216))/0xa)+-parseInt(_0x2f58c1(0x1ec))/0xb*(parseInt(_0x2f58c1(0x196))/0xc)+parseInt(_0x2f58c1(0x18a))/0xd*(-parseInt(_0x2f58c1(0x22a))/0xe);if(_0x280f8b===_0x551c18)break;else _0x22bbdf['push'](_0x22bbdf['shift']());}catch(_0x16995d){_0x22bbdf['push'](_0x22bbdf['shift']());}}}(a27_0x5b61,0xea79c));function a27_0x170e(_0x442976,_0x4a0509){const _0x5b61c2=a27_0x5b61();return a27_0x170e=function(_0x170e5a,_0x5521d7){_0x170e5a=_0x170e5a-0x172;let _0x16c0b5=_0x5b61c2[_0x170e5a];return _0x16c0b5;},a27_0x170e(_0x442976,_0x4a0509);}function a27_0x5b61(){const _0x20ab83=['Outputs','4567188FddwbU','ClusterName','HJmLm','djaCv','RPsFc','MDaII','cQByt','LGjMJ','utf-8','DCzvN','gFzWQ','25HwiGoG','EKSCluster','valueOf','ami','cMZtN','Resources','LSSny','debug','dZoCm','sbbHG','bluebird','./AWSUtils','NodeAutoScalingGroupMaxSize','ResourcesVpcConfig','XHgyo','VQWAS','rBaET','push','s3Bucket','CFTemplates','ZOTLW','Tags','kGyED','stringify','ACXuT','S3BucketName','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','vhrnn','GgAJx','Subnet01','ZYgfK','dFfVb','fmvWL','StackName','152353BqupXr','value','OnFailure','koIEk','OKWhv','wxfGM','uhXAL','bTXdv','hlhMj','NodeAutoScalingGroupMinSizeWindows','2010-05-15','2|0|1|5|4|3','Key','vpc-import.yaml','qCYCA','createStack','FKJMX','nwmIN','yAwmW','browserstack:cluster','SubnetIds','gGYnL','CloudFormation','keys','yDebZ','VPC','GwXgs','IsVKb','NodeGroup','Value','uwuyT','Fn::Join','OFOxv','vpc-create.yaml','readFileAsync','../config/constants','s3-create.yaml','NodeInstanceType','YpNmc','NUDhq','instanceType','11gsMzjz','ViWAx','TRIeJ','js-yaml','13145062UaeSGF','promise','XOvGT','browserstack:creationDate','Subnet','forEach','Subnet03','Subnet03Block','Subnets','NodeGroupNameWindows','Metadata','awsObj','FfBJr','ParameterValue','-Windows-NodeGroup','nsdaV','js-yaml-cloudformation-schema','NodeGroupWindows','RKDij','474834SFVbJA','waitFor','OMcaU','FTdBp','fSgai','jdWul','HdzQL','split','KFlDM','MZfYv','xNLXb','Parameters','ParameterGroups','hUsLw','1415356IxWRmK','SEZIE','jeqAp','zOuDv','cLEwh','20GqGnCo','NodeAutoScalingGroupMinSize','Ejlkc','3aZMRBC','Properties','RhfTE','7342344YADaGA','schema','EESYY','Subnet02','LvmkO','ybRbL','load','exjoI','RzpWH','aOnHI','RfIMu','GDZGM','cSKZh','AWS::CloudFormation::Interface','5088342LlwjuG','Subnet02Block','qIRGk','10oEBnff','paehm','SILYx','createClusterStack','fPzzt','wlAYK','XmEHx','jpYTZ','UMKCK','CthRd','eOEgD','FyjUL','DELETE','../config/logger','NodeGroupName','IiISb','jgpZa','XGLjK','8Adbntn','oqyYe','VpIoi','SEUSy','xiGYZ','nSlTX','iGrbe','SCOeB','CGeAf','Ref','CNqoU','join','NodeAutoScalingGroupDesiredSizeWindows','zMWcD','RNanZ','mrEvV','kbjLD','padStart','ParameterKey','78ULpXoT','UQtVg','cYLbj','svIdc','nuLgS','GHPtH','apiVersion','WZARS','subnet-create.yaml','tQiCI','path'];a27_0x5b61=function(){return _0x20ab83;};return a27_0x5b61();}const fs=require('fs'),path=require(a27_0x111073(0x194)),Promise=require(a27_0x111073(0x1ab)),yaml=require(a27_0x111073(0x1ef)),{CLOUDFORMATION_SCHEMA}=require(a27_0x111073(0x200)),AWS=require('./AWSUtils')[a27_0x111073(0x1fb)],{CLUSTER_DEP_STACK_NAME,COMMON_HST_TAGS,global_registry}=require(a27_0x111073(0x1e6)),{logger}=require(a27_0x111073(0x172)),{isBucketPresent}=require(a27_0x111073(0x1ac));Promise['promisifyAll'](fs);const mergeTemplates=(_0x162090,_0x130bc9)=>{const _0x4c3ec9=a27_0x111073,_0x498da2={};_0x498da2[_0x4c3ec9(0x1bf)]=function(_0x378c5c,_0x5dfd65){return _0x378c5c===_0x5dfd65;},_0x498da2[_0x4c3ec9(0x224)]=_0x4c3ec9(0x184),_0x498da2[_0x4c3ec9(0x22e)]=_0x4c3ec9(0x221),_0x498da2[_0x4c3ec9(0x174)]='LdwFl';const _0x583de4=_0x498da2;Object[_0x4c3ec9(0x1da)](_0x130bc9)[_0x4c3ec9(0x1f5)](_0x9ecab6=>{const _0x2044b2=_0x4c3ec9,_0x890e25={'rBaET':function(_0xb7ac3d,_0x2ae788){return _0x583de4['ZYgfK'](_0xb7ac3d,_0x2ae788);},'VpIoi':_0x583de4['RzpWH']};if(_0x583de4[_0x2044b2(0x1bf)](_0x583de4[_0x2044b2(0x22e)],_0x583de4[_0x2044b2(0x174)]))_0x37a342[_0x1de5fd][_0x2baad1]=_0x36ff6e[_0xc81249];else{var _0x5c8ccb=_0x130bc9[_0x9ecab6];Object[_0x2044b2(0x1da)](_0x5c8ccb)[_0x2044b2(0x1f5)](_0x3ee156=>{const _0x5a6d79=_0x2044b2;_0x890e25[_0x5a6d79(0x1b1)](_0x890e25[_0x5a6d79(0x179)],_0x890e25['VpIoi'])?_0x162090[_0x9ecab6][_0x3ee156]=_0x5c8ccb[_0x3ee156]:_0x5ef25f[_0x5a6d79(0x1a6)][_0x31aa35][_0x5a6d79(0x21a)]['Tags'][_0x5a6d79(0x1b2)](..._0x4c763c);});}});},addVPCData=async(_0x48676c,_0x1265f4)=>{const _0x406b92=a27_0x111073,_0x3df345={'GHPtH':function(_0x47f8a0,_0x433925){return _0x47f8a0(_0x433925);},'cLEwh':function(_0xd7a470,_0x36562d){return _0xd7a470===_0x36562d;},'wxfGM':_0x406b92(0x1aa),'IsVKb':_0x406b92(0x1b4),'cMZtN':_0x406b92(0x1d0),'FyjUL':'utf-8','hlhMj':function(_0x7d4247,_0x34d63d,_0x4554fe){return _0x7d4247(_0x34d63d,_0x4554fe);},'dFfVb':'AWS::CloudFormation::Interface','XOvGT':'VPC','jpYTZ':function(_0x1b4aec,_0x4e982c){return _0x1b4aec===_0x4e982c;},'JoPUj':'OghhE','svIdc':'lSrEo','UMKCK':_0x406b92(0x1e4),'ACXuT':'VpcBlock'};if(_0x1265f4){if(_0x3df345[_0x406b92(0x215)](_0x3df345['wxfGM'],_0x3df345[_0x406b92(0x1c8)])){const _0x1b2138=await fs[_0x406b92(0x1e5)](path[_0x406b92(0x182)](__dirname,'..',_0x3df345[_0x406b92(0x1de)],_0x3df345[_0x406b92(0x1a5)]),_0x3df345[_0x406b92(0x238)]),_0x1f5b1a={};_0x1f5b1a[_0x406b92(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x3fbce9=yaml[_0x406b92(0x222)](_0x1b2138,_0x1f5b1a);_0x3df345[_0x406b92(0x1cb)](mergeTemplates,_0x48676c,_0x3fbce9),_0x48676c[_0x406b92(0x1fa)][_0x3df345[_0x406b92(0x1c0)]][_0x406b92(0x20f)][0x0]['Parameters'][_0x406b92(0x1b2)](_0x3df345[_0x406b92(0x1f2)]);}else _0x28b939[_0x406b92(0x1da)](_0xd6d9c0)[_0x406b92(0x1f5)](_0x1f1ea8=>{const _0x46c5ec=_0x406b92;var _0x44a6b3=_0x21c97f[_0x1f1ea8];_0x12f7a0['keys'](_0x44a6b3)[_0x46c5ec(0x1f5)](_0x8bb9bc=>{_0x5bd6fb[_0x1f1ea8][_0x8bb9bc]=_0x44a6b3[_0x8bb9bc];});});}else{if(_0x3df345[_0x406b92(0x234)](_0x3df345['JoPUj'],_0x3df345[_0x406b92(0x18d)]))_0x29c7eb['Parameters']['push']({'ParameterKey':_0x406b92(0x1f4)+_0x3df345[_0x406b92(0x18f)](_0x1c0831,_0x38fea9)['padStart'](0x2,'0'),'ParameterValue':_0x3ecfb8['value']}),_0x336ebd+=0x1;else{const _0x2a0e49=await fs[_0x406b92(0x1e5)](path['join'](__dirname,'..',_0x3df345[_0x406b92(0x1de)],_0x3df345[_0x406b92(0x235)]),_0x3df345[_0x406b92(0x238)]),_0x17f8d3={};_0x17f8d3[_0x406b92(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x1a1ae6=yaml[_0x406b92(0x222)](_0x2a0e49,_0x17f8d3);_0x3df345[_0x406b92(0x1cb)](mergeTemplates,_0x48676c,_0x1a1ae6),_0x48676c[_0x406b92(0x1fa)][_0x3df345['dFfVb']][_0x406b92(0x20f)][0x0][_0x406b92(0x20e)][_0x406b92(0x1b2)](_0x3df345[_0x406b92(0x1b9)]);}}},addS3Data=async _0xf1a4f7=>{const _0x4b6734=a27_0x111073,_0x1a0f88={'CNqoU':_0x4b6734(0x1b4),'zOuDv':_0x4b6734(0x1e7),'RfIMu':_0x4b6734(0x19e),'UQtVg':function(_0x2563d9,_0x4cc74c){return _0x2563d9(_0x4cc74c);},'nuLgS':function(_0x56a758,_0x3105d9){return _0x56a758===_0x3105d9;},'yAwmW':_0x4b6734(0x1a0),'jeqAp':_0x4b6734(0x17d),'fPzzt':function(_0x46f038,_0x454da9,_0x23c71d){return _0x46f038(_0x454da9,_0x23c71d);}},_0x40fbb1=await fs[_0x4b6734(0x1e5)](path[_0x4b6734(0x182)](__dirname,'..',_0x1a0f88[_0x4b6734(0x181)],_0x1a0f88[_0x4b6734(0x214)]),_0x1a0f88[_0x4b6734(0x226)]),_0x4f37bf={};_0x4f37bf[_0x4b6734(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x452747=yaml[_0x4b6734(0x222)](_0x40fbb1,_0x4f37bf),_0x2fe1df=await _0x1a0f88[_0x4b6734(0x18b)](isBucketPresent,global_registry[_0x4b6734(0x1b3)]);_0x1a0f88[_0x4b6734(0x18e)](_0x2fe1df,![])&&(_0x1a0f88['nuLgS'](_0x1a0f88[_0x4b6734(0x1d5)],_0x1a0f88[_0x4b6734(0x213)])?_0x3f6d36[_0x4a3b9c[_0x4b6734(0x1cf)]]=_0x26af99[_0x4b6734(0x1e0)]:_0x1a0f88[_0x4b6734(0x231)](mergeTemplates,_0xf1a4f7,_0x452747));},addSubnetData=async(_0x506c6c,_0x19ef1a)=>{const _0x5958ac=a27_0x111073,_0x462efb={'DCzvN':function(_0x5c9c69,_0x5dcdf6,_0x4aaf4c){return _0x5c9c69(_0x5dcdf6,_0x4aaf4c);},'XGLjK':function(_0xf9d16b,_0x6a1698){return _0xf9d16b!==_0x6a1698;},'RNanZ':_0x5958ac(0x1af),'xNLXb':'LLzAA','CGeAf':_0x5958ac(0x1ce),'xiGYZ':'AWS::CloudFormation::Interface','vUFKn':function(_0x423633,_0x5c3b43){return _0x423633(_0x5c3b43);},'koIEk':function(_0xcbdfb7,_0x1035ac){return _0xcbdfb7(_0x1035ac);},'Ejlkc':function(_0x460c7c,_0x2fca6e){return _0x460c7c(_0x2fca6e);},'ViWAx':_0x5958ac(0x1e2),'TRIeJ':function(_0x1023d2,_0xe318aa){return _0x1023d2!==_0xe318aa;},'HJmLm':'BKQYS','fmvWL':'CFTemplates','NUDhq':'subnet-import.yaml','jgpZa':_0x5958ac(0x19e),'qIRGk':function(_0x491591,_0x4ff803,_0x13d48e){return _0x491591(_0x4ff803,_0x13d48e);},'HdzQL':function(_0x4db928,_0x1cb5fb){return _0x4db928===_0x1cb5fb;},'GwXgs':_0x5958ac(0x1b0),'LvmkO':_0x5958ac(0x192),'ZOTLW':function(_0x9f8b65,_0x56543d,_0x44b3df){return _0x9f8b65(_0x56543d,_0x44b3df);},'gGYnL':_0x5958ac(0x1be),'fSgai':_0x5958ac(0x21f),'CthRd':_0x5958ac(0x1f6),'MZfYv':'Subnet01Block','xdABV':_0x5958ac(0x22b),'uwuyT':_0x5958ac(0x1f7)};if(_0x19ef1a){if(_0x462efb[_0x5958ac(0x1ee)](_0x462efb[_0x5958ac(0x198)],_0x462efb['HJmLm'])){var _0x4f6dc5=_0x31bfa9[_0x1801a5];_0x271cd1[_0x5958ac(0x1da)](_0x4f6dc5)[_0x5958ac(0x1f5)](_0x4cd3f2=>{_0x4be435[_0x670ec7][_0x4cd3f2]=_0x4f6dc5[_0x4cd3f2];});}else{const _0x262cf7=await fs[_0x5958ac(0x1e5)](path[_0x5958ac(0x182)](__dirname,'..',_0x462efb['fmvWL'],_0x462efb[_0x5958ac(0x1ea)]),_0x462efb[_0x5958ac(0x175)]),_0x432c98={};_0x432c98[_0x5958ac(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x3c860f=yaml[_0x5958ac(0x222)](_0x262cf7,_0x432c98);_0x462efb[_0x5958ac(0x22c)](mergeTemplates,_0x506c6c,_0x3c860f);let _0x2f7406=0x1;_0x19ef1a[_0x5958ac(0x1f5)](_0x45c00b=>{const _0x130fcd=_0x5958ac,_0x495c9f={'bTXdv':function(_0x4ed958,_0x28008a,_0x4caaaa){const _0x3a6950=a27_0x170e;return _0x462efb[_0x3a6950(0x19f)](_0x4ed958,_0x28008a,_0x4caaaa);}};if(_0x462efb[_0x130fcd(0x176)](_0x462efb[_0x130fcd(0x185)],_0x462efb[_0x130fcd(0x20d)])){const _0xde5258=_0x462efb[_0x130fcd(0x17f)][_0x130fcd(0x20a)]('|');let _0x47bb40=0x0;while(!![]){switch(_0xde5258[_0x47bb40++]){case'0':_0x506c6c[_0x130fcd(0x1fa)][_0x462efb[_0x130fcd(0x17b)]][_0x130fcd(0x20f)][0x0][_0x130fcd(0x20e)][_0x130fcd(0x1b2)]('Subnet'+_0x462efb['vUFKn'](String,_0x2f7406)[_0x130fcd(0x188)](0x2,'0'));continue;case'1':_0x506c6c[_0x130fcd(0x1a6)][_0x130fcd(0x1df)]['Properties'][_0x130fcd(0x1f8)][_0x130fcd(0x1b2)]({'Ref':_0x130fcd(0x1f4)+_0x462efb[_0x130fcd(0x1c6)](String,_0x2f7406)[_0x130fcd(0x188)](0x2,'0')});continue;case'2':_0x506c6c[_0x130fcd(0x1a6)][_0x130fcd(0x1a2)][_0x130fcd(0x21a)]['ResourcesVpcConfig']['SubnetIds'][_0x130fcd(0x1b2)]({'Ref':_0x130fcd(0x1f4)+_0x462efb[_0x130fcd(0x218)](String,_0x2f7406)['padStart'](0x2,'0')});continue;case'3':_0x2f7406+=0x1;continue;case'4':_0x506c6c[_0x130fcd(0x195)][_0x130fcd(0x1d7)][_0x130fcd(0x1e0)][_0x462efb[_0x130fcd(0x1ed)]][0x1]['push']({'Ref':_0x130fcd(0x1f4)+_0x462efb[_0x130fcd(0x218)](String,_0x2f7406)[_0x130fcd(0x188)](0x2,'0')});continue;case'5':_0x506c6c[_0x130fcd(0x1a6)][_0x130fcd(0x201)][_0x130fcd(0x21a)][_0x130fcd(0x1f8)][_0x130fcd(0x1b2)]({'Ref':_0x130fcd(0x1f4)+_0x462efb[_0x130fcd(0x218)](String,_0x2f7406)[_0x130fcd(0x188)](0x2,'0')});continue;}break;}}else _0x495c9f[_0x130fcd(0x1ca)](_0x572418,_0x1ed754,_0x599ea2);});}}else{if(_0x462efb[_0x5958ac(0x209)](_0x462efb['GwXgs'],_0x462efb[_0x5958ac(0x1dd)])){const _0x582ccf=await fs[_0x5958ac(0x1e5)](path['join'](__dirname,'..',_0x462efb[_0x5958ac(0x1c1)],_0x462efb[_0x5958ac(0x220)]),_0x462efb[_0x5958ac(0x175)]),_0x457ed1={};_0x457ed1[_0x5958ac(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x56a327=yaml[_0x5958ac(0x222)](_0x582ccf,_0x457ed1);_0x462efb[_0x5958ac(0x1b5)](mergeTemplates,_0x506c6c,_0x56a327),_0x506c6c['Resources'][_0x5958ac(0x1a2)]['DependsOn']['push'](_0x462efb[_0x5958ac(0x1d8)],_0x462efb[_0x5958ac(0x207)],_0x462efb[_0x5958ac(0x236)]);const _0x201797={};_0x201797[_0x5958ac(0x180)]=_0x462efb[_0x5958ac(0x1d8)];const _0x3ab754={};_0x3ab754['Ref']=_0x462efb[_0x5958ac(0x207)];const _0x597154={};_0x597154['Ref']=_0x462efb[_0x5958ac(0x236)],_0x506c6c['Resources'][_0x5958ac(0x1a2)][_0x5958ac(0x21a)][_0x5958ac(0x1ae)]['SubnetIds']=[_0x201797,_0x3ab754,_0x597154],_0x506c6c[_0x5958ac(0x1fa)][_0x462efb['xiGYZ']][_0x5958ac(0x20f)][0x0]['Parameters']['push'](_0x462efb[_0x5958ac(0x20c)],_0x462efb['xdABV'],_0x462efb[_0x5958ac(0x1e1)]);const _0x41b5e9={};_0x41b5e9[_0x5958ac(0x180)]=_0x462efb[_0x5958ac(0x1d8)];const _0x43a631={};_0x43a631[_0x5958ac(0x180)]=_0x462efb[_0x5958ac(0x207)];const _0x206278={};_0x206278[_0x5958ac(0x180)]=_0x462efb[_0x5958ac(0x236)],_0x506c6c['Resources'][_0x5958ac(0x1df)]['Properties']['Subnets']=[_0x41b5e9,_0x43a631,_0x206278];const _0xb2b828={};_0xb2b828['Ref']=_0x462efb[_0x5958ac(0x1d8)];const _0x5938ea={};_0x5938ea['Ref']=_0x462efb[_0x5958ac(0x207)];const _0x3b52ee={};_0x3b52ee[_0x5958ac(0x180)]=_0x462efb[_0x5958ac(0x236)],_0x506c6c[_0x5958ac(0x1a6)][_0x5958ac(0x201)]['Properties']['Subnets']=[_0xb2b828,_0x5938ea,_0x3b52ee],_0x506c6c[_0x5958ac(0x195)][_0x5958ac(0x1d7)][_0x5958ac(0x1e0)][_0x462efb[_0x5958ac(0x1ed)]][0x1]=[{'Ref':_0x462efb[_0x5958ac(0x1d8)]},{'Ref':_0x462efb[_0x5958ac(0x207)]},{'Ref':_0x462efb[_0x5958ac(0x236)]}];}else _0x3b2279['Resources'][_0x1568b5][_0x5958ac(0x21a)]&&_0x11d26d[_0x5958ac(0x1a6)][_0xb83f48][_0x5958ac(0x21a)][_0x5958ac(0x1b6)]&&_0x46f7a1['Resources'][_0x599a49]['Properties'][_0x5958ac(0x1b6)][_0x5958ac(0x1b2)](..._0x4f5815);}},addTags=async(_0x598a0b,_0x57a48b,_0x124727)=>{const _0x5553e9=a27_0x111073,_0x4cdbd4={'ZFhPM':_0x5553e9(0x1dc),'EESYY':_0x5553e9(0x1df),'SILYx':_0x5553e9(0x201),'kGyED':function(_0x1a97f1,_0x3018bc){return _0x1a97f1(_0x3018bc);},'SEUSy':function(_0x296673,_0x40c44e){return _0x296673!==_0x40c44e;},'jdWul':_0x5553e9(0x1d1),'nwmIN':_0x5553e9(0x19a),'RDEbi':function(_0x311760,_0xf0389){return _0x311760===_0xf0389;},'djaCv':_0x5553e9(0x1db),'wlAYK':_0x5553e9(0x1d3)};for(const _0x25dd77 in _0x598a0b['Resources']){if(_0x4cdbd4['RDEbi'](_0x4cdbd4[_0x5553e9(0x199)],_0x4cdbd4[_0x5553e9(0x199)])){if(_0x598a0b[_0x5553e9(0x1a6)][_0x25dd77][_0x5553e9(0x21a)]&&_0x598a0b['Resources'][_0x25dd77]['Properties'][_0x5553e9(0x1b6)]){if(_0x4cdbd4['SEUSy'](_0x4cdbd4[_0x5553e9(0x232)],_0x4cdbd4[_0x5553e9(0x232)])){const _0x51c710={};_0x51c710['ParameterKey']=_0x4cdbd4['ZFhPM'],_0x51c710[_0x5553e9(0x1fd)]=_0x16332e,_0x1982bc[_0x5553e9(0x20e)][_0x5553e9(0x1b2)](_0x51c710);}else _0x598a0b[_0x5553e9(0x1a6)][_0x25dd77][_0x5553e9(0x21a)][_0x5553e9(0x1b6)][_0x5553e9(0x1b2)](..._0x124727);}}else{for(const _0x4f19fb in _0x50496d[_0x5553e9(0x1a6)]){_0xc1f526[_0x5553e9(0x1a6)][_0x4f19fb][_0x5553e9(0x21a)]&&_0x1c70aa[_0x5553e9(0x1a6)][_0x4f19fb]['Properties'][_0x5553e9(0x1b6)]&&_0x417e9b[_0x5553e9(0x1a6)][_0x4f19fb][_0x5553e9(0x21a)][_0x5553e9(0x1b6)]['push'](..._0x14fd97);}const _0x1cebdc={};_0x5b381e[_0x5553e9(0x1f5)](_0x783018=>{const _0x427a4e=_0x5553e9;_0x1cebdc[_0x783018[_0x427a4e(0x1cf)]]=_0x783018[_0x427a4e(0x1e0)];}),_0x3b7a3c[_0x5553e9(0x1a6)][_0x4cdbd4['EESYY']]['Properties'][_0x5553e9(0x1b6)]=_0x1cebdc,_0x38f5e7['Resources'][_0x4cdbd4[_0x5553e9(0x22f)]]['Properties']['Tags']=_0x1cebdc;}}const _0x443483={};_0x124727[_0x5553e9(0x1f5)](_0x4e9304=>{const _0x51ddce=_0x5553e9,_0x5ad27f={'KFlDM':function(_0x309cf3,_0x5b42b9){const _0xc1d231=a27_0x170e;return _0x4cdbd4[_0xc1d231(0x1b7)](_0x309cf3,_0x5b42b9);}};if(_0x4cdbd4[_0x51ddce(0x17a)](_0x4cdbd4[_0x51ddce(0x208)],_0x4cdbd4[_0x51ddce(0x1d4)]))_0x443483[_0x4e9304[_0x51ddce(0x1cf)]]=_0x4e9304[_0x51ddce(0x1e0)];else{let _0x29c94f=0x1;_0x5bf97d[_0x51ddce(0x1f5)](_0x3b4afa=>{const _0xe6b498=_0x51ddce;_0x33f8f3['Parameters'][_0xe6b498(0x1b2)]({'ParameterKey':_0xe6b498(0x1f4)+_0x5ad27f[_0xe6b498(0x20b)](_0x2e26d2,_0x29c94f)[_0xe6b498(0x188)](0x2,'0'),'ParameterValue':_0x3b4afa[_0xe6b498(0x1c4)]}),_0x29c94f+=0x1;});}}),_0x598a0b[_0x5553e9(0x1a6)][_0x4cdbd4[_0x5553e9(0x21e)]][_0x5553e9(0x21a)][_0x5553e9(0x1b6)]=_0x443483,_0x598a0b[_0x5553e9(0x1a6)][_0x4cdbd4[_0x5553e9(0x22f)]]['Properties']['Tags']=_0x443483;};exports[a27_0x111073(0x230)]=async(_0x1d781f,_0x49e8da,_0x5977a0,_0x181ba9=null,_0x4650a8=null)=>{const _0x588160=a27_0x111073,_0x47688d={'SEZIE':'0|2|4|1|3|5','GDZGM':function(_0x52662d,_0x12da78){return _0x52662d(_0x12da78);},'MDaII':function(_0x14e266,_0x1ab35d){return _0x14e266(_0x1ab35d);},'vhrnn':_0x588160(0x229),'OKWhv':function(_0xd45610,_0x27621c){return _0xd45610(_0x27621c);},'FTdBp':_0x588160(0x1e2),'nsdaV':function(_0x51c365,_0x3fe0e1){return _0x51c365(_0x3fe0e1);},'cQByt':_0x588160(0x1d6),'ESsjO':_0x588160(0x1f3),'dZoCm':_0x588160(0x1cd),'mrEvV':'CFTemplates','XmEHx':'aws-eks-cluster-dep.yaml','LSSny':_0x588160(0x19e),'aOnHI':function(_0x1b32e0,_0x113070,_0x3e2cd8){return _0x1b32e0(_0x113070,_0x3e2cd8);},'LavKJ':function(_0x27b3c1,_0x1a05fd){return _0x27b3c1(_0x1a05fd);},'tQiCI':function(_0x267916,_0x57c96a,_0x42677f){return _0x267916(_0x57c96a,_0x42677f);},'GgAJx':function(_0x434371,_0x851ded,_0x468129,_0x50a179){return _0x434371(_0x851ded,_0x468129,_0x50a179);},'OFOxv':_0x588160(0x239),'CLuxF':_0x588160(0x197),'YpNmc':_0x588160(0x173),'SCOeB':_0x588160(0x217),'FfBJr':_0x588160(0x1cc),'shTKq':_0x588160(0x183),'OMcaU':_0x588160(0x1ad),'LGjMJ':'NodeImageId','cSKZh':_0x588160(0x1e8),'RKDij':_0x588160(0x1ba),'eOEgD':_0x588160(0x1f9),'gudJK':'CAPABILITY_NAMED_IAM','oqyYe':function(_0x4de6bf,_0x30e3b8){return _0x4de6bf!=_0x30e3b8;},'XmkPR':function(_0x211364,_0x1f4deb){return _0x211364!==_0x1f4deb;},'YxOpJ':function(_0x2fee64,_0x2fb6c2){return _0x2fee64!==_0x2fb6c2;},'aTBoS':_0x588160(0x223),'kbjLD':_0x588160(0x191),'hUsLw':'VPC','nSlTX':function(_0x240b6c,_0x3bc03e){return _0x240b6c!=_0x3bc03e;},'cYLbj':function(_0x36bc57,_0x60f5b3){return _0x36bc57!==_0x60f5b3;},'uhXAL':_0x588160(0x1bb),'RhfTE':'stackCreateComplete'},_0x297b5a=COMMON_HST_TAGS,_0x2bd0e9={};_0x2bd0e9['Key']=_0x47688d[_0x588160(0x19c)],_0x2bd0e9['Value']=_0x1d781f,_0x297b5a['push'](_0x2bd0e9),_0x297b5a[_0x588160(0x1b2)]({'Key':_0x47688d['ESsjO'],'Value':new Date()[_0x588160(0x1a3)]()['toString']()});const _0x4d01ed={};_0x4d01ed[_0x588160(0x190)]=_0x47688d[_0x588160(0x1a9)];const _0x1353f8=new AWS[(_0x588160(0x1d9))](_0x4d01ed),_0x24e6f8=await fs[_0x588160(0x1e5)](path['join'](__dirname,'..',_0x47688d[_0x588160(0x186)],_0x47688d[_0x588160(0x233)]),_0x47688d[_0x588160(0x1a7)]),_0x3e03d7={};_0x3e03d7[_0x588160(0x21d)]=CLOUDFORMATION_SCHEMA;const _0x59dca9=yaml['load'](_0x24e6f8,_0x3e03d7);await _0x47688d[_0x588160(0x225)](addVPCData,_0x59dca9,_0x181ba9),await _0x47688d['LavKJ'](addS3Data,_0x59dca9),await _0x47688d[_0x588160(0x193)](addSubnetData,_0x59dca9,_0x4650a8),await _0x47688d[_0x588160(0x1bd)](addTags,_0x59dca9,_0x1d781f,_0x297b5a);const _0x2169be=JSON[_0x588160(0x1b8)](_0x59dca9),_0x5e175c={};_0x5e175c[_0x588160(0x1c2)]=CLUSTER_DEP_STACK_NAME+'-'+_0x1d781f,_0x5e175c[_0x588160(0x1c5)]=_0x47688d[_0x588160(0x1e3)],_0x5e175c['TemplateBody']=_0x2169be,_0x5e175c['Parameters']=[{'ParameterKey':_0x47688d['CLuxF'],'ParameterValue':_0x1d781f},{'ParameterKey':_0x47688d[_0x588160(0x1e9)],'ParameterValue':_0x1d781f+'-NodeGroup'},{'ParameterKey':_0x47688d[_0x588160(0x17e)],'ParameterValue':''+_0x49e8da},{'ParameterKey':_0x47688d[_0x588160(0x1fc)],'ParameterValue':'0'},{'ParameterKey':_0x47688d['shTKq'],'ParameterValue':'1'},{'ParameterKey':_0x47688d[_0x588160(0x205)],'ParameterValue':''+_0x5977a0},{'ParameterKey':_0x47688d[_0x588160(0x19d)],'ParameterValue':global_registry[_0x588160(0x1a4)]},{'ParameterKey':_0x47688d[_0x588160(0x228)],'ParameterValue':global_registry[_0x588160(0x1eb)]},{'ParameterKey':_0x47688d[_0x588160(0x202)],'ParameterValue':global_registry[_0x588160(0x1b3)]},{'ParameterKey':_0x47688d[_0x588160(0x237)],'ParameterValue':_0x1d781f+_0x588160(0x1fe)}],_0x5e175c['Capabilities']=[_0x47688d['gudJK']],_0x5e175c['Tags']=_0x297b5a;const _0x14a45b=_0x5e175c;if(_0x47688d[_0x588160(0x178)](_0x181ba9,null)&&_0x47688d['XmkPR'](_0x181ba9,undefined)){if(_0x47688d['YxOpJ'](_0x47688d['aTBoS'],_0x47688d[_0x588160(0x187)])){const _0x36ac5a={};_0x36ac5a[_0x588160(0x189)]=_0x47688d[_0x588160(0x210)],_0x36ac5a[_0x588160(0x1fd)]=_0x181ba9,_0x14a45b['Parameters'][_0x588160(0x1b2)](_0x36ac5a);}else{const _0x443c5d=_0x47688d[_0x588160(0x212)][_0x588160(0x20a)]('|');let _0x1adf3c=0x0;while(!![]){switch(_0x443c5d[_0x1adf3c++]){case'0':_0x2dda3a[_0x588160(0x1a6)][_0x588160(0x1a2)][_0x588160(0x21a)][_0x588160(0x1ae)][_0x588160(0x1d7)]['push']({'Ref':_0x588160(0x1f4)+_0x47688d[_0x588160(0x227)](_0x3c1f40,_0x464044)[_0x588160(0x188)](0x2,'0')});continue;case'1':_0x40b161[_0x588160(0x1a6)][_0x588160(0x201)][_0x588160(0x21a)]['Subnets']['push']({'Ref':_0x588160(0x1f4)+_0x47688d[_0x588160(0x19b)](_0x2071aa,_0x269ccd)['padStart'](0x2,'0')});continue;case'2':_0x16760e[_0x588160(0x1fa)][_0x47688d[_0x588160(0x1bc)]][_0x588160(0x20f)][0x0][_0x588160(0x20e)][_0x588160(0x1b2)]('Subnet'+_0x47688d[_0x588160(0x1c7)](_0x35d3ca,_0x3dacbd)[_0x588160(0x188)](0x2,'0'));continue;case'3':_0x2faa52[_0x588160(0x195)][_0x588160(0x1d7)][_0x588160(0x1e0)][_0x47688d[_0x588160(0x206)]][0x1][_0x588160(0x1b2)]({'Ref':'Subnet'+_0x47688d['MDaII'](_0x26cf55,_0x2dfb56)[_0x588160(0x188)](0x2,'0')});continue;case'4':_0x4baf11['Resources'][_0x588160(0x1df)][_0x588160(0x21a)][_0x588160(0x1f8)][_0x588160(0x1b2)]({'Ref':'Subnet'+_0x47688d[_0x588160(0x19b)](_0x3c1464,_0x4ff8fb)[_0x588160(0x188)](0x2,'0')});continue;case'5':_0x17c021+=0x1;continue;}break;}}}if(_0x47688d[_0x588160(0x17c)](_0x4650a8,null)&&_0x47688d[_0x588160(0x18c)](_0x4650a8,undefined)){let _0x112c6b=0x1;_0x4650a8[_0x588160(0x1f5)](_0x4ab69b=>{const _0x4510ea=_0x588160;_0x14a45b[_0x4510ea(0x20e)][_0x4510ea(0x1b2)]({'ParameterKey':'Subnet'+_0x47688d[_0x4510ea(0x1ff)](String,_0x112c6b)[_0x4510ea(0x188)](0x2,'0'),'ParameterValue':_0x4ab69b[_0x4510ea(0x1c4)]}),_0x112c6b+=0x1;});}const _0x4d7098=await _0x1353f8[_0x588160(0x1d2)](_0x14a45b)['promise']();logger[_0x588160(0x1a8)](_0x47688d[_0x588160(0x1c9)]);const _0x2703d1={};return _0x2703d1[_0x588160(0x1c2)]=_0x4d7098['StackId'],_0x1353f8[_0x588160(0x204)](_0x47688d[_0x588160(0x21b)],_0x2703d1)[_0x588160(0x1f1)]();};
@@ -1 +1 @@
1
- const a28_0x41697e=a28_0x3f5c;(function(_0x2b8c06,_0xcb93a3){const _0x4568ed=a28_0x3f5c,_0x53952c=_0x2b8c06();while(!![]){try{const _0x59015d=parseInt(_0x4568ed(0xd6))/0x1*(-parseInt(_0x4568ed(0xb4))/0x2)+parseInt(_0x4568ed(0xd0))/0x3+-parseInt(_0x4568ed(0xc1))/0x4+-parseInt(_0x4568ed(0xbe))/0x5+-parseInt(_0x4568ed(0xcb))/0x6+parseInt(_0x4568ed(0xae))/0x7+parseInt(_0x4568ed(0xc0))/0x8;if(_0x59015d===_0xcb93a3)break;else _0x53952c['push'](_0x53952c['shift']());}catch(_0x3e28ae){_0x53952c['push'](_0x53952c['shift']());}}}(a28_0x583f,0xc9419));const fs=require('fs'),path=require(a28_0x41697e(0xe6)),Promise=require(a28_0x41697e(0xe3)),yaml=require('js-yaml'),{CLOUDFORMATION_SCHEMA}=require(a28_0x41697e(0xb3)),AWS=require(a28_0x41697e(0xd3))[a28_0x41697e(0xad)],AWSUtils=require(a28_0x41697e(0xd3)),{CLUSTER_HUB_HA_STACK_NAME,COMMON_HST_TAGS}=require(a28_0x41697e(0xd2)),{logger}=require(a28_0x41697e(0xc6));Promise[a28_0x41697e(0xb6)](fs);const addTags=async(_0x226410,_0x3e6230)=>{const _0x4493ac=a28_0x41697e;for(const _0x23db0f in _0x226410[_0x4493ac(0xdc)]){_0x226410[_0x4493ac(0xdc)][_0x23db0f][_0x4493ac(0xe4)]&&_0x226410['Resources'][_0x23db0f][_0x4493ac(0xe4)]['Tags']&&_0x226410[_0x4493ac(0xdc)][_0x23db0f][_0x4493ac(0xe4)][_0x4493ac(0xbc)][_0x4493ac(0xb5)](..._0x3e6230);}};function a28_0x3f5c(_0x4ab413,_0x46fd63){const _0x583f61=a28_0x583f();return a28_0x3f5c=function(_0x3f5ce7,_0xa99999){_0x3f5ce7=_0x3f5ce7-0xab;let _0x28acd3=_0x583f61[_0x3f5ce7];return _0x28acd3;},a28_0x3f5c(_0x4ab413,_0x46fd63);}function a28_0x583f(){const _0x3094e7=['promise','Tags','-cf','6450740iZhfyn','cbIvk','20491792wIzXhu','2479576oaXqFH','hub-ha.yaml','load','utf-8','Parameters','../config/logger','AeigR','createHubHaStack','argLR','getOidcUrl','4685016TMdkMF','Value','TemplateBody','CAPABILITY_NAMED_IAM','OnFailure','4876197nLCeoc','CFTemplates','../config/constants','./AWSUtils','Capabilities','CloudFormation','89uSRzAX','join','BaseResourceName','HSRJe','DELETE','StackId','Resources','info','2010-05-15','readFileAsync','browserstack:creationDate','xPDMB','toString','bluebird','Properties','MTkKx','path','hjadm','VpcId','ClusterOIDCURL','cOgDX','tBthb','awsObj','821968wzqABr','iKiCJ','oZcix','apiVersion','split','js-yaml-cloudformation-schema','17732IASItD','push','promisifyAll','://','waitFor','stackCreateComplete','StackName'];a28_0x583f=function(){return _0x3094e7;};return a28_0x583f();}exports[a28_0x41697e(0xc8)]=async(_0x4e79bd,_0x536b50=null)=>{const _0x3df7a1=a28_0x41697e,_0x193688={'oxraO':'browserstack:cluster','GsMPa':_0x3df7a1(0xe0),'cOgDX':_0x3df7a1(0xde),'xPDMB':_0x3df7a1(0xd1),'oZcix':_0x3df7a1(0xc2),'hjadm':_0x3df7a1(0xc4),'tBthb':function(_0x588ea7,_0x4eef22,_0x241597){return _0x588ea7(_0x4eef22,_0x241597);},'UJsOX':_0x3df7a1(0xb7),'kmfmz':_0x3df7a1(0xda),'HSRJe':_0x3df7a1(0xe8),'cbIvk':_0x3df7a1(0xd8),'argLR':_0x3df7a1(0xe9),'iKiCJ':_0x3df7a1(0xce),'MTkKx':'Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','AeigR':_0x3df7a1(0xb9)},_0x260485=COMMON_HST_TAGS,_0x5eb830={};_0x5eb830['Key']=_0x193688['oxraO'],_0x5eb830[_0x3df7a1(0xcc)]=_0x4e79bd,_0x260485[_0x3df7a1(0xb5)](_0x5eb830),_0x260485['push']({'Key':_0x193688['GsMPa'],'Value':new Date()['valueOf']()[_0x3df7a1(0xe2)]()});const _0x36bc66={};_0x36bc66[_0x3df7a1(0xb1)]=_0x193688[_0x3df7a1(0xab)];const _0x14ccd2=new AWS[(_0x3df7a1(0xd5))](_0x36bc66),_0x4440e0=await fs[_0x3df7a1(0xdf)](path[_0x3df7a1(0xd7)](__dirname,'..',_0x193688[_0x3df7a1(0xe1)],_0x193688[_0x3df7a1(0xb0)]),_0x193688[_0x3df7a1(0xe7)]),_0x300ea4={};_0x300ea4['schema']=CLOUDFORMATION_SCHEMA;const _0x9a001=yaml[_0x3df7a1(0xc3)](_0x4440e0,_0x300ea4);await _0x193688[_0x3df7a1(0xac)](addTags,_0x9a001,_0x260485);const _0x46863e=JSON['stringify'](_0x9a001);let _0x3793cb=await AWSUtils[_0x3df7a1(0xca)](_0x4e79bd);_0x3793cb=_0x3793cb[_0x3df7a1(0xb2)](_0x193688['UJsOX'])[0x1];const _0x3952d4={};_0x3952d4[_0x3df7a1(0xba)]=CLUSTER_HUB_HA_STACK_NAME+'-'+_0x4e79bd+_0x3df7a1(0xbd),_0x3952d4[_0x3df7a1(0xcf)]=_0x193688['kmfmz'],_0x3952d4[_0x3df7a1(0xcd)]=_0x46863e,_0x3952d4[_0x3df7a1(0xc5)]=[{'ParameterKey':_0x193688[_0x3df7a1(0xd9)],'ParameterValue':_0x536b50},{'ParameterKey':_0x193688[_0x3df7a1(0xbf)],'ParameterValue':CLUSTER_HUB_HA_STACK_NAME+'-'+_0x4e79bd},{'ParameterKey':_0x193688[_0x3df7a1(0xc9)],'ParameterValue':_0x3793cb}],_0x3952d4[_0x3df7a1(0xd4)]=[_0x193688[_0x3df7a1(0xaf)]],_0x3952d4['Tags']=_0x260485;const _0x52075f=_0x3952d4,_0x3f0536=await _0x14ccd2['createStack'](_0x52075f)[_0x3df7a1(0xbb)]();logger[_0x3df7a1(0xdd)](_0x193688[_0x3df7a1(0xe5)]);const _0x5366e0={};return _0x5366e0['StackName']=_0x3f0536[_0x3df7a1(0xdb)],_0x14ccd2[_0x3df7a1(0xb8)](_0x193688[_0x3df7a1(0xc7)],_0x5366e0)[_0x3df7a1(0xbb)]();};
1
+ const a28_0x3cf50d=a28_0x1cd7;(function(_0x1f4967,_0x3995cb){const _0x1dd78f=a28_0x1cd7,_0x55af03=_0x1f4967();while(!![]){try{const _0x645178=parseInt(_0x1dd78f(0xcc))/0x1*(-parseInt(_0x1dd78f(0xc1))/0x2)+-parseInt(_0x1dd78f(0xb6))/0x3+parseInt(_0x1dd78f(0xc9))/0x4*(parseInt(_0x1dd78f(0xb7))/0x5)+parseInt(_0x1dd78f(0xd5))/0x6+parseInt(_0x1dd78f(0xd6))/0x7*(parseInt(_0x1dd78f(0xa8))/0x8)+parseInt(_0x1dd78f(0xc7))/0x9*(parseInt(_0x1dd78f(0xbc))/0xa)+-parseInt(_0x1dd78f(0xb2))/0xb;if(_0x645178===_0x3995cb)break;else _0x55af03['push'](_0x55af03['shift']());}catch(_0x61dfd5){_0x55af03['push'](_0x55af03['shift']());}}}(a28_0xf32c,0xc1595));const fs=require('fs'),path=require('path'),Promise=require(a28_0x3cf50d(0xaa)),yaml=require(a28_0x3cf50d(0xca)),{CLOUDFORMATION_SCHEMA}=require(a28_0x3cf50d(0xa4)),AWS=require(a28_0x3cf50d(0xb3))[a28_0x3cf50d(0xd2)],AWSUtils=require(a28_0x3cf50d(0xb3)),{CLUSTER_HUB_HA_STACK_NAME,COMMON_HST_TAGS}=require(a28_0x3cf50d(0xab)),{logger}=require(a28_0x3cf50d(0xc5));Promise[a28_0x3cf50d(0xad)](fs);function a28_0xf32c(){const _0x32831f=['lvvsS','stringify','ClusterOIDCURL','join','awsObj','CAPABILITY_NAMED_IAM','Properties','7975860vPxwIA','28XktGeB','HsMdw','createStack','toString','Capabilities','info','apiVersion','Key','vYApH','js-yaml-cloudformation-schema','browserstack:cluster','-cf','lGvci','2006344jyGLXZ','promise','bluebird','../config/constants','XwrPh','promisifyAll','createHubHaStack','OnFailure','Resources','browserstack:creationDate','12456037IEeTZa','./AWSUtils','://','load','3995961GqLTqA','101055hygxOb','VpcId','push','2010-05-15','StackName','841270uGOcCV','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','sycIX','eyrfl','FYBTG','75332GQplXB','BaseResourceName','oRurJ','stackCreateComplete','../config/logger','split','135BslfZR','CeiOn','112hyRTzo','js-yaml','waitFor','24GstLmg','KbxyV'];a28_0xf32c=function(){return _0x32831f;};return a28_0xf32c();}function a28_0x1cd7(_0x2f1e3f,_0x267d22){const _0xf32cf8=a28_0xf32c();return a28_0x1cd7=function(_0x1cd79d,_0x5806e8){_0x1cd79d=_0x1cd79d-0x9e;let _0xe28474=_0xf32cf8[_0x1cd79d];return _0xe28474;},a28_0x1cd7(_0x2f1e3f,_0x267d22);}const addTags=async(_0x36020e,_0x462cad)=>{const _0x35dab2=a28_0x3cf50d;for(const _0x56fa02 in _0x36020e[_0x35dab2(0xb0)]){_0x36020e[_0x35dab2(0xb0)][_0x56fa02][_0x35dab2(0xd4)]&&_0x36020e[_0x35dab2(0xb0)][_0x56fa02][_0x35dab2(0xd4)]['Tags']&&_0x36020e[_0x35dab2(0xb0)][_0x56fa02][_0x35dab2(0xd4)]['Tags'][_0x35dab2(0xb9)](..._0x462cad);}};exports[a28_0x3cf50d(0xae)]=async(_0x552d70,_0x3551c6=null)=>{const _0x5eedf0=a28_0x3cf50d,_0x25048b={'CeiOn':_0x5eedf0(0xa5),'oRurJ':_0x5eedf0(0xb1),'wGMVp':_0x5eedf0(0xba),'sycIX':'CFTemplates','ySZPW':'hub-ha.yaml','HsMdw':'utf-8','eyrfl':function(_0x1cee7b,_0x227b55,_0x1ca188){return _0x1cee7b(_0x227b55,_0x1ca188);},'KbxyV':_0x5eedf0(0xb4),'ELAXl':'DELETE','lGvci':_0x5eedf0(0xb8),'FYBTG':_0x5eedf0(0xc2),'XwrPh':_0x5eedf0(0xd0),'HWZTq':_0x5eedf0(0xd3),'vYApH':_0x5eedf0(0xbd),'lvvsS':_0x5eedf0(0xc4)},_0x10ab7a=COMMON_HST_TAGS,_0x5eb3df={};_0x5eb3df[_0x5eedf0(0xa2)]=_0x25048b[_0x5eedf0(0xc8)],_0x5eb3df['Value']=_0x552d70,_0x10ab7a[_0x5eedf0(0xb9)](_0x5eb3df),_0x10ab7a[_0x5eedf0(0xb9)]({'Key':_0x25048b[_0x5eedf0(0xc3)],'Value':new Date()['valueOf']()[_0x5eedf0(0x9e)]()});const _0xe9112={};_0xe9112[_0x5eedf0(0xa1)]=_0x25048b['wGMVp'];const _0xb6ce27=new AWS['CloudFormation'](_0xe9112),_0x32f18c=await fs['readFileAsync'](path[_0x5eedf0(0xd1)](__dirname,'..',_0x25048b[_0x5eedf0(0xbe)],_0x25048b['ySZPW']),_0x25048b[_0x5eedf0(0xd7)]),_0x4b5555={};_0x4b5555['schema']=CLOUDFORMATION_SCHEMA;const _0x3019f2=yaml[_0x5eedf0(0xb5)](_0x32f18c,_0x4b5555);await _0x25048b[_0x5eedf0(0xbf)](addTags,_0x3019f2,_0x10ab7a);const _0x13d1f4=JSON[_0x5eedf0(0xcf)](_0x3019f2);let _0x3b2231=await AWSUtils['getOidcUrl'](_0x552d70);_0x3b2231=_0x3b2231[_0x5eedf0(0xc6)](_0x25048b[_0x5eedf0(0xcd)])[0x1];const _0x166b85={};_0x166b85['StackName']=CLUSTER_HUB_HA_STACK_NAME+'-'+_0x552d70+_0x5eedf0(0xa6),_0x166b85[_0x5eedf0(0xaf)]=_0x25048b['ELAXl'],_0x166b85['TemplateBody']=_0x13d1f4,_0x166b85['Parameters']=[{'ParameterKey':_0x25048b[_0x5eedf0(0xa7)],'ParameterValue':_0x3551c6},{'ParameterKey':_0x25048b[_0x5eedf0(0xc0)],'ParameterValue':CLUSTER_HUB_HA_STACK_NAME+'-'+_0x552d70},{'ParameterKey':_0x25048b[_0x5eedf0(0xac)],'ParameterValue':_0x3b2231}],_0x166b85[_0x5eedf0(0x9f)]=[_0x25048b['HWZTq']],_0x166b85['Tags']=_0x10ab7a;const _0x5657a2=_0x166b85,_0x4f99ac=await _0xb6ce27[_0x5eedf0(0xd8)](_0x5657a2)[_0x5eedf0(0xa9)]();logger[_0x5eedf0(0xa0)](_0x25048b[_0x5eedf0(0xa3)]);const _0x1309ee={};return _0x1309ee[_0x5eedf0(0xbb)]=_0x4f99ac['StackId'],_0xb6ce27[_0x5eedf0(0xcb)](_0x25048b[_0x5eedf0(0xce)],_0x1309ee)[_0x5eedf0(0xa9)]();};
@@ -1 +1 @@
1
- const a29_0x13f6be=a29_0x1852;function a29_0x1852(_0xd9c698,_0x345c25){const _0x2629f7=a29_0x2629();return a29_0x1852=function(_0x18522e,_0x3f2455){_0x18522e=_0x18522e-0x189;let _0x49c26e=_0x2629f7[_0x18522e];return _0x49c26e;},a29_0x1852(_0xd9c698,_0x345c25);}(function(_0x2f759b,_0x4aec0e){const _0x2169ba=a29_0x1852,_0x13066f=_0x2f759b();while(!![]){try{const _0x396c2c=-parseInt(_0x2169ba(0x18e))/0x1+-parseInt(_0x2169ba(0x18f))/0x2*(parseInt(_0x2169ba(0x190))/0x3)+parseInt(_0x2169ba(0x191))/0x4+parseInt(_0x2169ba(0x18b))/0x5+parseInt(_0x2169ba(0x18d))/0x6*(-parseInt(_0x2169ba(0x1a0))/0x7)+-parseInt(_0x2169ba(0x197))/0x8*(parseInt(_0x2169ba(0x19a))/0x9)+parseInt(_0x2169ba(0x19d))/0xa;if(_0x396c2c===_0x4aec0e)break;else _0x13066f['push'](_0x13066f['shift']());}catch(_0x356d73){_0x13066f['push'](_0x13066f['shift']());}}}(a29_0x2629,0x1e1a9));const fs=require('fs'),yaml=require(a29_0x13f6be(0x19c)),Promise=require(a29_0x13f6be(0x1a7)),{getDirForConfig}=require('./utilityMethods');function a29_0x2629(){const _0xc90231=['cQMhR','624744CyadDz','createK8sClient','YWpJQ','9IAPfsg','loadFromString','js-yaml','1612200yZUlVg','mkdirSync','makeApiClient','11676ZDhaXz','RbacAuthorizationV1Api','promisifyAll','NetworkingV1Api','@kubernetes/client-node','AppsV1Api','CoreV1Api','bluebird','existsSync','MARjz','insecure-skip-tls-verify','739690zrWjNz','getKubeConfigData','846scxAsT','68497RTqQtL','28850ONYUQl','6ucelve','899100omekhH','load','cluster','StorageV1Api','KubeConfig'];a29_0x2629=function(){return _0xc90231;};return a29_0x2629();}Promise[a29_0x13f6be(0x1a2)](fs),exports[a29_0x13f6be(0x198)]=async(_0x35b9d2,_0x5c9aaa)=>{const _0xfadaca=a29_0x13f6be,_0x1e4111={'cQMhR':function(_0x35846e){return _0x35846e();},'MARjz':_0xfadaca(0x18a),'YWpJQ':_0xfadaca(0x1a4)},_0x40354c=_0x1e4111[_0xfadaca(0x196)](getDirForConfig);!fs[_0xfadaca(0x1a8)](_0x40354c)&&fs[_0xfadaca(0x19e)](_0x40354c);let _0xe85bf7=await _0x35b9d2[_0xfadaca(0x18c)]();if(_0x5c9aaa){const _0x925e42=yaml[_0xfadaca(0x192)](_0xe85bf7);_0x925e42['clusters'][0x0][_0xfadaca(0x193)][_0x1e4111[_0xfadaca(0x189)]]=!![],_0xe85bf7=yaml['dump'](_0x925e42);}const _0x5063c0=await import(_0x1e4111[_0xfadaca(0x199)]),_0x249d97=new _0x5063c0[(_0xfadaca(0x195))]();_0x249d97[_0xfadaca(0x19b)](_0xe85bf7);const _0x4efe74=_0x249d97['makeApiClient'](_0x5063c0[_0xfadaca(0x1a6)]),_0x1be96e=_0x249d97[_0xfadaca(0x19f)](_0x5063c0[_0xfadaca(0x1a5)]),_0x15fdee=_0x249d97[_0xfadaca(0x19f)](_0x5063c0[_0xfadaca(0x1a3)]),_0x1f2dc9=_0x249d97[_0xfadaca(0x19f)](_0x5063c0[_0xfadaca(0x1a1)]),_0x38f89d=_0x249d97[_0xfadaca(0x19f)](_0x5063c0['ApiregistrationV1Api']),_0x5379c4=_0x249d97[_0xfadaca(0x19f)](_0x5063c0[_0xfadaca(0x194)]);return[_0x4efe74,_0x1be96e,_0x15fdee,_0x1f2dc9,_0x38f89d,_0x5379c4,_0x249d97];};
1
+ function a29_0x3a13(){const _0x108934=['insecure-skip-tls-verify','RbacAuthorizationV1Api','GSZVN','yZcyF','HpdTu','AppsV1Api','CoreV1Api','createK8sClient','js-yaml','existsSync','2424UlUXrN','makeApiClient','155007rnZKoK','clusters','KubeConfig','2481650OlXAnR','105011SEhybu','@kubernetes/client-node','./utilityMethods','20QGpjrA','dump','cluster','getKubeConfigData','10782CgzMaX','1688346RpJMBs','2848650Uvkhty','4RGYVFm','promisifyAll','bluebird','3699661xCSMvi','6DQMTbb'];a29_0x3a13=function(){return _0x108934;};return a29_0x3a13();}const a29_0x44b1e0=a29_0xa778;function a29_0xa778(_0x4cd4ad,_0x4c94fe){const _0x3a13f6=a29_0x3a13();return a29_0xa778=function(_0xa77816,_0x42c012){_0xa77816=_0xa77816-0x140;let _0x3b6291=_0x3a13f6[_0xa77816];return _0x3b6291;},a29_0xa778(_0x4cd4ad,_0x4c94fe);}(function(_0x25823a,_0x24ad6b){const _0x47d519=a29_0xa778,_0x2cf864=_0x25823a();while(!![]){try{const _0x112012=-parseInt(_0x47d519(0x140))/0x1*(parseInt(_0x47d519(0x14a))/0x2)+-parseInt(_0x47d519(0x15b))/0x3*(-parseInt(_0x47d519(0x143))/0x4)+-parseInt(_0x47d519(0x15e))/0x5*(parseInt(_0x47d519(0x14e))/0x6)+parseInt(_0x47d519(0x14d))/0x7+parseInt(_0x47d519(0x159))/0x8*(parseInt(_0x47d519(0x147))/0x9)+-parseInt(_0x47d519(0x149))/0xa+parseInt(_0x47d519(0x148))/0xb;if(_0x112012===_0x24ad6b)break;else _0x2cf864['push'](_0x2cf864['shift']());}catch(_0x2501cf){_0x2cf864['push'](_0x2cf864['shift']());}}}(a29_0x3a13,0x4c343));const fs=require('fs'),yaml=require(a29_0x44b1e0(0x157)),Promise=require(a29_0x44b1e0(0x14c)),{getDirForConfig}=require(a29_0x44b1e0(0x142));Promise[a29_0x44b1e0(0x14b)](fs),exports[a29_0x44b1e0(0x156)]=async(_0x444b16,_0x595c4c)=>{const _0x5133e7=a29_0x44b1e0,_0x1803ca={'GSZVN':function(_0x106c46){return _0x106c46();},'yZcyF':_0x5133e7(0x14f),'HpdTu':_0x5133e7(0x141)},_0x24781a=_0x1803ca[_0x5133e7(0x151)](getDirForConfig);!fs[_0x5133e7(0x158)](_0x24781a)&&fs['mkdirSync'](_0x24781a);let _0x5402e5=await _0x444b16[_0x5133e7(0x146)]();if(_0x595c4c){const _0x3d2580=yaml['load'](_0x5402e5);_0x3d2580[_0x5133e7(0x15c)][0x0][_0x5133e7(0x145)][_0x1803ca[_0x5133e7(0x152)]]=!![],_0x5402e5=yaml[_0x5133e7(0x144)](_0x3d2580);}const _0x153dce=await import(_0x1803ca[_0x5133e7(0x153)]),_0x3f71fd=new _0x153dce[(_0x5133e7(0x15d))]();_0x3f71fd['loadFromString'](_0x5402e5);const _0x1df116=_0x3f71fd[_0x5133e7(0x15a)](_0x153dce[_0x5133e7(0x155)]),_0x428f8c=_0x3f71fd['makeApiClient'](_0x153dce[_0x5133e7(0x154)]),_0x4ced66=_0x3f71fd[_0x5133e7(0x15a)](_0x153dce['NetworkingV1Api']),_0x40b116=_0x3f71fd[_0x5133e7(0x15a)](_0x153dce[_0x5133e7(0x150)]),_0x7b6e37=_0x3f71fd[_0x5133e7(0x15a)](_0x153dce['ApiregistrationV1Api']),_0x549b7d=_0x3f71fd['makeApiClient'](_0x153dce['StorageV1Api']);return[_0x1df116,_0x428f8c,_0x4ced66,_0x40b116,_0x7b6e37,_0x549b7d,_0x3f71fd];};
@@ -1 +1 @@
1
- const a30_0x45d040=a30_0x3a60;(function(_0x4f4eb3,_0x2ccf8a){const _0x72bd5=a30_0x3a60,_0xb07890=_0x4f4eb3();while(!![]){try{const _0xa0344b=parseInt(_0x72bd5(0x162))/0x1*(parseInt(_0x72bd5(0x170))/0x2)+parseInt(_0x72bd5(0x161))/0x3+-parseInt(_0x72bd5(0x16a))/0x4+-parseInt(_0x72bd5(0x15f))/0x5*(-parseInt(_0x72bd5(0x167))/0x6)+parseInt(_0x72bd5(0x178))/0x7*(-parseInt(_0x72bd5(0x16c))/0x8)+parseInt(_0x72bd5(0x16d))/0x9+-parseInt(_0x72bd5(0x179))/0xa;if(_0xa0344b===_0x2ccf8a)break;else _0xb07890['push'](_0xb07890['shift']());}catch(_0x3ae647){_0xb07890['push'](_0xb07890['shift']());}}}(a30_0x2dbb,0x2585a));function a30_0x3a60(_0x5786b5,_0x3b369f){const _0x2dbb95=a30_0x2dbb();return a30_0x3a60=function(_0x3a60e2,_0x54a4fb){_0x3a60e2=_0x3a60e2-0x15e;let _0x230ce1=_0x2dbb95[_0x3a60e2];return _0x230ce1;},a30_0x3a60(_0x5786b5,_0x3b369f);}const {logger}=require(a30_0x45d040(0x168)),awsSDK=require(a30_0x45d040(0x176)),{global_registry}=require(a30_0x45d040(0x174));function a30_0x2dbb(){const _0xbcb239=['SAzDc','7nSszZA','333680bdjPtf','MountTargets','OzNWe','OutputValue','region','5lsYkep','EFSFileSystemId','145053wiVjTS','258779GcmtJg','info','EFS\x20FileSystem\x20ID\x20found:\x20','MountTargetId','clusterRegion','528306NjeMEz','../config/logger','No\x20EFS\x20FileSystem\x20ID\x20found\x20in\x20stack\x20outputs,\x20skipping\x20mount\x20target\x20deletion.','41384DCmNif','.\x20Deleting\x20mount\x20targets...','2224808XoWFkx','722916riflHI','rZeRi','describeMountTargets','2bmlgrK','No\x20Mount\x20targets\x20found\x20for\x20the\x20EFS\x20FileSystem\x20ID,\x20skipping\x20mount\x20target\x20deletion.','promise','EFS','../config/constants','error','aws-sdk'];a30_0x2dbb=function(){return _0xbcb239;};return a30_0x2dbb();}exports['deleteEFSMountTarget']=async _0x1d62ea=>{const _0x2f9772=a30_0x45d040,_0x1cd4ae={};_0x1cd4ae[_0x2f9772(0x16e)]=_0x2f9772(0x171),_0x1cd4ae['OzNWe']=_0x2f9772(0x169),_0x1cd4ae[_0x2f9772(0x177)]='Error\x20deleting\x20EFS\x20mount\x20targets:';const _0x56b0d3=_0x1cd4ae;try{const _0x459648={};_0x459648[_0x2f9772(0x15e)]=global_registry[_0x2f9772(0x166)];const _0x15f611=new awsSDK[(_0x2f9772(0x173))](_0x459648),_0x40cc2f=_0x1d62ea['find'](_0x1d1aab=>_0x1d1aab['OutputKey']===_0x2f9772(0x160))?.[_0x2f9772(0x17c)];if(_0x40cc2f){logger[_0x2f9772(0x163)](_0x2f9772(0x164)+_0x40cc2f+_0x2f9772(0x16b));const _0x2ebeed={};_0x2ebeed['FileSystemId']=_0x40cc2f;const _0x588966=_0x2ebeed,_0xff363d=await _0x15f611[_0x2f9772(0x16f)](_0x588966)[_0x2f9772(0x172)]();if(_0xff363d)for(const _0x3b772e of _0xff363d[_0x2f9772(0x17a)]){const _0x2d1aec={};_0x2d1aec[_0x2f9772(0x165)]=_0x3b772e[_0x2f9772(0x165)];const _0x5aa383=_0x2d1aec;await _0x15f611['deleteMountTarget'](_0x5aa383)[_0x2f9772(0x172)](),logger[_0x2f9772(0x163)]('Mount\x20target\x20'+_0x3b772e['MountTargetId']+'\x20deleted\x20successfully');}else logger[_0x2f9772(0x163)](_0x56b0d3[_0x2f9772(0x16e)]);}else logger[_0x2f9772(0x163)](_0x56b0d3[_0x2f9772(0x17b)]);}catch(_0x22b7d5){logger[_0x2f9772(0x175)](_0x56b0d3[_0x2f9772(0x177)],_0x22b7d5);}};
1
+ function a30_0x17d9(_0x29f6bc,_0x32e45b){const _0x5d6196=a30_0x5d61();return a30_0x17d9=function(_0x17d991,_0x3c5d21){_0x17d991=_0x17d991-0xc9;let _0x1180a0=_0x5d6196[_0x17d991];return _0x1180a0;},a30_0x17d9(_0x29f6bc,_0x32e45b);}const a30_0x5d27ed=a30_0x17d9;(function(_0x5972d5,_0x1fd4fc){const _0x438632=a30_0x17d9,_0x2afd44=_0x5972d5();while(!![]){try{const _0x177a78=parseInt(_0x438632(0xda))/0x1*(parseInt(_0x438632(0xea))/0x2)+-parseInt(_0x438632(0xd7))/0x3*(parseInt(_0x438632(0xd1))/0x4)+parseInt(_0x438632(0xd9))/0x5*(-parseInt(_0x438632(0xd6))/0x6)+parseInt(_0x438632(0xc9))/0x7*(parseInt(_0x438632(0xcc))/0x8)+-parseInt(_0x438632(0xdc))/0x9+-parseInt(_0x438632(0xcf))/0xa*(-parseInt(_0x438632(0xcd))/0xb)+parseInt(_0x438632(0xdd))/0xc;if(_0x177a78===_0x1fd4fc)break;else _0x2afd44['push'](_0x2afd44['shift']());}catch(_0x2f6a37){_0x2afd44['push'](_0x2afd44['shift']());}}}(a30_0x5d61,0x80c70));const {logger}=require(a30_0x5d27ed(0xce)),awsSDK=require(a30_0x5d27ed(0xca)),{global_registry}=require(a30_0x5d27ed(0xe5));exports[a30_0x5d27ed(0xe9)]=async _0x4d5389=>{const _0x30e6b3=a30_0x5d27ed,_0x370506={};_0x370506[_0x30e6b3(0xe4)]=_0x30e6b3(0xe3),_0x370506[_0x30e6b3(0xd8)]=_0x30e6b3(0xeb),_0x370506['xHOaf']='Error\x20deleting\x20EFS\x20mount\x20targets:';const _0x1581a2=_0x370506;try{const _0x5be0e9={};_0x5be0e9['region']=global_registry[_0x30e6b3(0xd4)];const _0x290c3f=new awsSDK['EFS'](_0x5be0e9),_0xc5273b=_0x4d5389[_0x30e6b3(0xe6)](_0x27640f=>_0x27640f[_0x30e6b3(0xd5)]===_0x30e6b3(0xd2))?.[_0x30e6b3(0xe7)];if(_0xc5273b){logger['info'](_0x30e6b3(0xec)+_0xc5273b+_0x30e6b3(0xd3));const _0x16e914={};_0x16e914['FileSystemId']=_0xc5273b;const _0x23a7fa=_0x16e914,_0xe47b73=await _0x290c3f[_0x30e6b3(0xe1)](_0x23a7fa)[_0x30e6b3(0xe2)]();if(_0xe47b73)for(const _0x5263b9 of _0xe47b73['MountTargets']){const _0x1b9e8e={};_0x1b9e8e[_0x30e6b3(0xdb)]=_0x5263b9[_0x30e6b3(0xdb)];const _0x5c307c=_0x1b9e8e;await _0x290c3f[_0x30e6b3(0xdf)](_0x5c307c)['promise'](),logger['info'](_0x30e6b3(0xe8)+_0x5263b9[_0x30e6b3(0xdb)]+_0x30e6b3(0xcb));}else logger[_0x30e6b3(0xd0)](_0x1581a2['aAUxz']);}else logger[_0x30e6b3(0xd0)](_0x1581a2[_0x30e6b3(0xd8)]);}catch(_0x30411d){logger[_0x30e6b3(0xde)](_0x1581a2[_0x30e6b3(0xe0)],_0x30411d);}};function a30_0x5d61(){const _0x3bbe7e=['614616ngvfAh','358182gaKEGZ','../config/logger','120XnyqUh','info','1684588BjpfJX','EFSFileSystemId','.\x20Deleting\x20mount\x20targets...','clusterRegion','OutputKey','48EYyxEw','3IOYZrR','yyuFL','68410RiomeG','326033yeFdGv','MountTargetId','3810654DNWNlP','429732OdsrQr','error','deleteMountTarget','xHOaf','describeMountTargets','promise','No\x20Mount\x20targets\x20found\x20for\x20the\x20EFS\x20FileSystem\x20ID,\x20skipping\x20mount\x20target\x20deletion.','aAUxz','../config/constants','find','OutputValue','Mount\x20target\x20','deleteEFSMountTarget','6wuqvqJ','No\x20EFS\x20FileSystem\x20ID\x20found\x20in\x20stack\x20outputs,\x20skipping\x20mount\x20target\x20deletion.','EFS\x20FileSystem\x20ID\x20found:\x20','7WxgVjp','aws-sdk','\x20deleted\x20successfully'];a30_0x5d61=function(){return _0x3bbe7e;};return a30_0x5d61();}
@@ -1 +1 @@
1
- function a31_0x512a(_0x5a3955,_0x2787a8){const _0x413777=a31_0x4137();return a31_0x512a=function(_0x512a42,_0x2d391d){_0x512a42=_0x512a42-0x89;let _0x2e5591=_0x413777[_0x512a42];return _0x2e5591;},a31_0x512a(_0x5a3955,_0x2787a8);}const a31_0x1e1627=a31_0x512a;function a31_0x4137(){const _0x1e7946=['12ypfKWs','apiVersion','62495gDJVvl','11ipbwlE','5900976wyqCxy','awsObj','xeWoI','deleteClusterStack','wCzAk','4nczicK','StackName','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','../config/logger','promise','./AWSUtils','1370656yJyjNX','4834144xTRhyA','HIVYd','8WKpocm','1616110AdoKyK','13665MQLRQc','stackDeleteComplete','deleteStack','598561VqLYzR','CloudFormation'];a31_0x4137=function(){return _0x1e7946;};return a31_0x4137();}(function(_0x31e847,_0x428fc5){const _0x297d0d=a31_0x512a,_0x3e36ed=_0x31e847();while(!![]){try{const _0x5b8d0e=parseInt(_0x297d0d(0x93))/0x1+parseInt(_0x297d0d(0x8e))/0x2*(-parseInt(_0x297d0d(0x90))/0x3)+parseInt(_0x297d0d(0x9e))/0x4*(-parseInt(_0x297d0d(0x97))/0x5)+-parseInt(_0x297d0d(0x95))/0x6*(parseInt(_0x297d0d(0x8b))/0x7)+-parseInt(_0x297d0d(0x8c))/0x8+parseInt(_0x297d0d(0x99))/0x9+-parseInt(_0x297d0d(0x8f))/0xa*(-parseInt(_0x297d0d(0x98))/0xb);if(_0x5b8d0e===_0x428fc5)break;else _0x3e36ed['push'](_0x3e36ed['shift']());}catch(_0x12a133){_0x3e36ed['push'](_0x3e36ed['shift']());}}}(a31_0x4137,0x5f071));const AWS=require(a31_0x1e1627(0x8a))[a31_0x1e1627(0x9a)],{logger}=require(a31_0x1e1627(0xa1));exports[a31_0x1e1627(0x9c)]=async _0x3c92c4=>{const _0x2a5bf4=a31_0x1e1627,_0x2524f7={};_0x2524f7[_0x2a5bf4(0x9b)]='2010-05-15',_0x2524f7[_0x2a5bf4(0x8d)]=_0x2a5bf4(0xa0),_0x2524f7[_0x2a5bf4(0x9d)]=_0x2a5bf4(0x91);const _0x523901=_0x2524f7,_0x2c03eb={};_0x2c03eb[_0x2a5bf4(0x96)]=_0x523901[_0x2a5bf4(0x9b)];const _0x582ebf=new AWS[(_0x2a5bf4(0x94))](_0x2c03eb),_0x797839={};_0x797839['StackName']=_0x3c92c4;const _0x12953d=_0x797839,_0x22cbb2=await _0x582ebf[_0x2a5bf4(0x92)](_0x12953d)[_0x2a5bf4(0x89)]();logger['debug'](_0x523901[_0x2a5bf4(0x8d)]);const _0x1393e3={};return _0x1393e3[_0x2a5bf4(0x9f)]=_0x3c92c4,_0x582ebf['waitFor'](_0x523901['wCzAk'],_0x1393e3)[_0x2a5bf4(0x89)]();};
1
+ const a31_0x1116c1=a31_0x54ca;(function(_0x91f721,_0x2aa97c){const _0x44a1d8=a31_0x54ca,_0x215ef1=_0x91f721();while(!![]){try{const _0x29c366=parseInt(_0x44a1d8(0x14f))/0x1+-parseInt(_0x44a1d8(0x154))/0x2+parseInt(_0x44a1d8(0x150))/0x3+-parseInt(_0x44a1d8(0x15a))/0x4+parseInt(_0x44a1d8(0x162))/0x5*(-parseInt(_0x44a1d8(0x152))/0x6)+-parseInt(_0x44a1d8(0x161))/0x7+parseInt(_0x44a1d8(0x15b))/0x8;if(_0x29c366===_0x2aa97c)break;else _0x215ef1['push'](_0x215ef1['shift']());}catch(_0x182d84){_0x215ef1['push'](_0x215ef1['shift']());}}}(a31_0x3cbc,0x56bb0));const AWS=require(a31_0x1116c1(0x157))[a31_0x1116c1(0x164)],{logger}=require('../config/logger');exports['deleteClusterStack']=async _0xc9c7d1=>{const _0x2f98ea=a31_0x1116c1,_0x9a0845={};_0x9a0845[_0x2f98ea(0x151)]=_0x2f98ea(0x165),_0x9a0845[_0x2f98ea(0x15c)]=_0x2f98ea(0x155),_0x9a0845[_0x2f98ea(0x15d)]=_0x2f98ea(0x153);const _0xe8d3e2=_0x9a0845,_0x32bcae={};_0x32bcae[_0x2f98ea(0x15e)]=_0xe8d3e2[_0x2f98ea(0x151)];const _0x43d39f=new AWS[(_0x2f98ea(0x159))](_0x32bcae),_0x36cb6a={};_0x36cb6a['StackName']=_0xc9c7d1;const _0x2147c7=_0x36cb6a,_0x21b554=await _0x43d39f[_0x2f98ea(0x15f)](_0x2147c7)[_0x2f98ea(0x160)]();logger[_0x2f98ea(0x156)](_0xe8d3e2[_0x2f98ea(0x15c)]);const _0x81e0f8={};return _0x81e0f8[_0x2f98ea(0x163)]=_0xc9c7d1,_0x43d39f[_0x2f98ea(0x158)](_0xe8d3e2[_0x2f98ea(0x15d)],_0x81e0f8)['promise']();};function a31_0x54ca(_0x465d57,_0x3e0036){const _0x3cbc1f=a31_0x3cbc();return a31_0x54ca=function(_0x54ca67,_0x5c362e){_0x54ca67=_0x54ca67-0x14f;let _0x2271dd=_0x3cbc1f[_0x54ca67];return _0x2271dd;},a31_0x54ca(_0x465d57,_0x3e0036);}function a31_0x3cbc(){const _0x247be4=['2010-05-15','705397ltIPui','1216623psmqVg','RoImw','150iYULhl','stackDeleteComplete','763996JKTeKE','Waiting\x20for\x20CloudFormation\x20stack\x20to\x20complete','debug','./AWSUtils','waitFor','CloudFormation','257432VcSQNZ','5912512OEDnwE','MyKEQ','QgJOZ','apiVersion','deleteStack','promise','4080811GdNxEq','93085pZHeQk','StackName','awsObj'];a31_0x3cbc=function(){return _0x247be4;};return a31_0x3cbc();}
@@ -1 +1 @@
1
- const a32_0x300428=a32_0x277b;function a32_0x277b(_0x596aad,_0xc442ff){const _0x3c201c=a32_0x3c20();return a32_0x277b=function(_0x277b9c,_0x4373f1){_0x277b9c=_0x277b9c-0xeb;let _0x3d2d9d=_0x3c201c[_0x277b9c];return _0x3d2d9d;},a32_0x277b(_0x596aad,_0xc442ff);}(function(_0x4901e1,_0x32d409){const _0x2b0e38=a32_0x277b,_0x3aa38b=_0x4901e1();while(!![]){try{const _0x4b219f=parseInt(_0x2b0e38(0xec))/0x1*(parseInt(_0x2b0e38(0xf5))/0x2)+-parseInt(_0x2b0e38(0xf3))/0x3+parseInt(_0x2b0e38(0xee))/0x4*(parseInt(_0x2b0e38(0xeb))/0x5)+-parseInt(_0x2b0e38(0xf0))/0x6+parseInt(_0x2b0e38(0xf2))/0x7*(parseInt(_0x2b0e38(0xfa))/0x8)+-parseInt(_0x2b0e38(0xf1))/0x9+parseInt(_0x2b0e38(0xed))/0xa*(-parseInt(_0x2b0e38(0xf6))/0xb);if(_0x4b219f===_0x32d409)break;else _0x3aa38b['push'](_0x3aa38b['shift']());}catch(_0x170c55){_0x3aa38b['push'](_0x3aa38b['shift']());}}}(a32_0x3c20,0xe3eb5));const AWS=require(a32_0x300428(0xff))[a32_0x300428(0xef)],{logger}=require(a32_0x300428(0xf9));function a32_0x3c20(){const _0xc13136=['awsObj','3934608iJdOgG','9117918ygZdPZ','861pGvgcn','1075833QxUCPb','describeClusterStack','106tidohV','11ycDNYY','promise','CloudFormation','../config/logger','113904rzWIfI','apiVersion','describeStacks','StackName','MbwJm','./AWSUtils','2005fhNamg','18748ecKjWi','7915930UMULUY','10052gSbzJG'];a32_0x3c20=function(){return _0xc13136;};return a32_0x3c20();}exports[a32_0x300428(0xf4)]=async _0x17be80=>{const _0x424234=a32_0x300428,_0x3fbbcb={};_0x3fbbcb[_0x424234(0xfe)]='2010-05-15';const _0xb9d0f6=_0x3fbbcb,_0x4569ab={};_0x4569ab[_0x424234(0xfb)]=_0xb9d0f6['MbwJm'];const _0x2795de=new AWS[(_0x424234(0xf8))](_0x4569ab),_0x196197={};_0x196197[_0x424234(0xfd)]=_0x17be80;const _0x241b06=_0x196197;return _0x2795de[_0x424234(0xfc)](_0x241b06)[_0x424234(0xf7)]();};
1
+ function a32_0x17d2(){const _0x1b7604=['4041752gdtwhj','../config/logger','apiVersion','awsObj','6232rpcbQb','1012210eummSj','177hGxNJJ','4340sFopAa','Tvezc','CloudFormation','promise','3483xnQbfh','48xTqhrJ','StackName','442543AuKNrF','18UHYaUk','describeClusterStack','80990pGVXuo','994716nsMimk'];a32_0x17d2=function(){return _0x1b7604;};return a32_0x17d2();}const a32_0x1afc5b=a32_0xe362;(function(_0x50757a,_0x5b9771){const _0x5703fc=a32_0xe362,_0x40e2ee=_0x50757a();while(!![]){try{const _0x4e5b3a=parseInt(_0x5703fc(0x1cd))/0x1+-parseInt(_0x5703fc(0x1d1))/0x2+-parseInt(_0x5703fc(0x1d8))/0x3*(parseInt(_0x5703fc(0x1d6))/0x4)+parseInt(_0x5703fc(0x1d7))/0x5*(parseInt(_0x5703fc(0x1ce))/0x6)+-parseInt(_0x5703fc(0x1d0))/0x7*(-parseInt(_0x5703fc(0x1cb))/0x8)+parseInt(_0x5703fc(0x1ca))/0x9*(parseInt(_0x5703fc(0x1d9))/0xa)+-parseInt(_0x5703fc(0x1d2))/0xb;if(_0x4e5b3a===_0x5b9771)break;else _0x40e2ee['push'](_0x40e2ee['shift']());}catch(_0x150641){_0x40e2ee['push'](_0x40e2ee['shift']());}}}(a32_0x17d2,0x50b27));function a32_0xe362(_0x5038f0,_0x271df1){const _0x17d274=a32_0x17d2();return a32_0xe362=function(_0xe36298,_0x40edd8){_0xe36298=_0xe36298-0x1ca;let _0x5e3c26=_0x17d274[_0xe36298];return _0x5e3c26;},a32_0xe362(_0x5038f0,_0x271df1);}const AWS=require('./AWSUtils')[a32_0x1afc5b(0x1d5)],{logger}=require(a32_0x1afc5b(0x1d3));exports[a32_0x1afc5b(0x1cf)]=async _0x4cf435=>{const _0x1d5b6c=a32_0x1afc5b,_0x4ebbd8={};_0x4ebbd8[_0x1d5b6c(0x1da)]='2010-05-15';const _0x5766c0=_0x4ebbd8,_0x111091={};_0x111091[_0x1d5b6c(0x1d4)]=_0x5766c0[_0x1d5b6c(0x1da)];const _0x1d6caf=new AWS[(_0x1d5b6c(0x1db))](_0x111091),_0xc44763={};_0xc44763[_0x1d5b6c(0x1cc)]=_0x4cf435;const _0x12539f=_0xc44763;return _0x1d6caf['describeStacks'](_0x12539f)[_0x1d5b6c(0x1dc)]();};