Skip to content

Commit 44590c7

Browse files
Merge pull request #100 from tominal/main
AWS New users experience update
2 parents 7a0fdae + d0bc07b commit 44590c7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/Commands/Configure.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,19 @@ protected function askForAdminCredentials()
119119
$this->text(' --> Click "Add User."');
120120
$this->text(' ');
121121
$this->text(' --> Enter "sidecar-cli-helper" as the name.');
122-
$this->text(' --> Choose "Programmatic access."');
123122
$this->text(' --> Press "Next: Permissions."');
124123
$this->text(' ');
125124
$this->text(' --> Choose "Attach existing policies directly."');
126125
$this->text(' --> Select "AdministratorAccess."');
127126
$this->text(' ');
128-
$this->text(' --> Click "Next: Tags."');
129-
$this->text(' --> Click "Next: Review."');
130127
$this->text(' --> Click "Create user."');
128+
$this->text('');
129+
$this->text(' --> Navigate to the "sidecar-cli-helper" user.');
130+
$this->text(' --> Click "Security Credentials."');
131+
$this->text(' --> Scroll down and click "Create access key."');
132+
$this->text(' --> Select "Application running outside AWS."');
133+
$this->text(' --> Click "Next."');
134+
$this->text(' --> Click "Create access key."');
131135
$this->line(str_repeat('-', $this->width));
132136

133137
$this->key = $this->ask('Enter the Access key ID');

0 commit comments

Comments
 (0)