Skip to content

Commit 4d1d385

Browse files
author
iru
authored
docs: airing
1 parent d184653 commit 4d1d385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ You should see a log in the ECS cloud-connector task + CodeBuild project being l
157157
```
158158

159159
A: In order to subscribe to a SNS Topic, SQS queue must be in the same region
160-
S: Change `aws provider` `region` variable to match same region for all resources
160+
<br/>S: Change `aws provider` `region` variable to match same region for all resources
161161

162162
### Q: Getting error "400 availabilityZoneId is invalid" when creating the ECS subnet
163163
```text
@@ -170,7 +170,7 @@ S: Change `aws provider` `region` variable to match same region for all resource
170170
```
171171

172172
A: For the ECS workload deployment a VPC is being created under the hood. Some AWS zones, such as the 'apne1-az3' in the 'ap-northeast' region does not support NATS, which is activated by default.
173-
S: Specify the desired VPC region availability zones for the vpc module, using the `ecs_vpc_region_azs` variable to explicit its desired value and workaround the error until AWS gives support for your region.
173+
<br/>S: Specify the desired VPC region availability zones for the vpc module, using the `ecs_vpc_region_azs` variable to explicit its desired value and workaround the error until AWS gives support for your region.
174174

175175

176176
### Q: I'm not able to see Cloud Infrastructure Entitlements Management (CIEM) results
@@ -187,7 +187,7 @@ api error AuthorizationHeaderMalformed: The authorization header is malformed; a
187187
A: When the S3 bucket, where cloudtrail events are stored, is not in the same account as where the Cloud Connector workload is deployed, it requires the
188188
use of the [`assumeRole` configuration](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/blob/master/modules/services/cloud-connector/s3-config.tf#L30).
189189
This error happens when the ECS `TaskRole` has no permissions to assume this role
190-
S: Give permissions to `sts:AssumeRole` to the role used.
190+
<br/>S: Give permissions to `sts:AssumeRole` to the role used.
191191

192192

193193
### Q: How to iterate cloud-connector modification testing

0 commit comments

Comments
 (0)