forked from p15670423/monkey
Minor typos and improvements on AWS scoutsutie setup run option
This commit is contained in:
parent
c3fde1898c
commit
2c87784a48
|
@ -20,7 +20,7 @@ const getContents = (props) => {
|
|||
return (
|
||||
<div className={'aws-scoutsuite-configuration'}>
|
||||
<h2>ScoutSuite configuration for AWS</h2>
|
||||
<p>To assess your AWS infrastructure security do the following:</p>
|
||||
<p>To assess your AWS infrastructure's security do the following:</p>
|
||||
<ol>
|
||||
<li>
|
||||
1. Configure AWS CLI on Monkey Island Server (if you already have a configured CLI you can skip this step).
|
||||
|
@ -28,10 +28,10 @@ const getContents = (props) => {
|
|||
<li>
|
||||
1. Download <Button href={'https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html'}
|
||||
target={'_blank'} variant={'link'}>AWS CLI</Button> and
|
||||
install it on Monkey Island server (machine running this page).
|
||||
install it on the Monkey Island server (machine running this page).
|
||||
</li>
|
||||
<li>
|
||||
2. Run <span className={'code'}>aws configure</span>. It's important to configure credentials, which
|
||||
2. Run <code>aws configure</code>. It's important to configure credentials, which
|
||||
allows ScoutSuite to get information about your cloud configuration. The most trivial way to do so is to
|
||||
provide <Button
|
||||
href={'https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-creds'}
|
||||
|
|
Loading…
Reference in New Issue