From f5b9c6fe4603a52ee27aaff7567acf3398e3cbc5 Mon Sep 17 00:00:00 2001 From: itay Date: Mon, 18 Feb 2019 11:53:52 +0200 Subject: [PATCH] Show AWS info regardless of failed auth --- .../cc/ui/src/components/pages/RunMonkeyPage.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js b/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js index 2cca7698c..55e7279c0 100644 --- a/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js +++ b/monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage.js @@ -327,17 +327,19 @@ class RunMonkeyPageComponent extends AuthComponent { +
+

+ + In order to remotely run commands on AWS EC2 instances, please make sure you have + the prerequisites and if the + instances don't show up, check the + AWS troubleshooting guide. +

+
{ this.state.awsUpdateFailed ?

Authentication failed.

-

- - In order to remotely run commands on AWS EC2 instances, please make sure you have - the prerequisites and if the - instances don't show up, check the - AWS troubleshooting guide. -

: null