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 (
|
return (
|
||||||
<div className={'aws-scoutsuite-configuration'}>
|
<div className={'aws-scoutsuite-configuration'}>
|
||||||
<h2>ScoutSuite configuration for AWS</h2>
|
<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>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
1. Configure AWS CLI on Monkey Island Server (if you already have a configured CLI you can skip this step).
|
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>
|
<li>
|
||||||
1. Download <Button href={'https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html'}
|
1. Download <Button href={'https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html'}
|
||||||
target={'_blank'} variant={'link'}>AWS CLI</Button> and
|
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>
|
||||||
<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
|
allows ScoutSuite to get information about your cloud configuration. The most trivial way to do so is to
|
||||||
provide <Button
|
provide <Button
|
||||||
href={'https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-creds'}
|
href={'https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-creds'}
|
||||||
|
|
Loading…
Reference in New Issue