Skip to content

Commit 1a93098

Browse files
Update quickstart-onboard-aws.md
Updated Cloudformation - added numbered items
1 parent d7e8dfa commit 1a93098

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

articles/defender-for-cloud/quickstart-onboard-aws.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -161,27 +161,20 @@ The native cloud connector requires:
161161

162162
Defender for Cloud will immediately start scanning your AWS resources and you'll see security recommendations within a few hours. For a reference list of all the recommendations Defender for Cloud can provide for AWS resources, see [Security recommendations for AWS resources - a reference guide](recommendations-reference-aws.md).
163163

164-
## Understanding CloudFormation
164+
## CloudFormation deployment source
165165

166-
As part of connecting an AWS account to Microsoft Defender for Cloud, a CloudFormation template is generated. This CloudFormation template creates all the required resources so Microsoft Defender for Cloud can connect to the AWS account.
167-
168-
169-
170-
### AWS CloudFormation deployment
166+
As part of connecting an AWS account to Microsoft Defender for Cloud, a CloudFormation template should be deployed to the AWS account. This CloudFormation template creates all the required resources so Microsoft Defender for Cloud can connect to the AWS account.
171167

172168
The CloudFormation template should be deployed using Stack (or StackSet if you have a management account).
173169

174170
When deploying the CloudFormation template, the Stack creation wizard offers the following options:
175171

176172
:::image type="content" source="media/quickstart-onboard-aws/cloudformation-template.png" alt-text="screen shot showing stack creation wizard." lightbox="media/quickstart-onboard-aws/cloudformation-template.png":::
177173

178-
- **Amazon S3 URL** - Create a new S3 bucket where a template will be auto-generated for you.
179-
180-
- **Upload a template file** -Here you can upload the downloaded CloudFormation template to your own S3 bucket with your own security configurations.
174+
1. **Amazon S3 URL** – upload the downloaded CloudFormation template to your own S3 bucket with your own security configurations. Here you should provide the URL to this S3 bucket in the AWS deployment wizard.
181175

182-
- **Amazon S3 URL** - Enter a previously created S3 URL. AWS will automatically create a S3 bucket in which the CloudFormation template will be saved.
176+
1. **Upload a template file** AWS will automatically create an S3 bucket in which the CloudFormation template will be saved. Please note that with this automation the S3 bucket will be created with a security misconfiguration which will result in a security recommendation “S3 buckets should require requests to use Secure Socket Layer”. This recommendation can be fixed by applying the following policy:
183177

184-
This automated S3 bucket will be created with a security misconfiguration which will result in the security recommendation `S3 buckets should require requests to use Secure Socket Layer`. This recommendation can be fixed by applying the following policy:
185178
```bash
186179
{
187180
"Id": "ExamplePolicy",

0 commit comments

Comments
 (0)