You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ You should see a log in the ECS cloud-connector task + CodeBuild project being l
157
157
```
158
158
159
159
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
161
161
162
162
### Q: Getting error "400 availabilityZoneId is invalid" when creating the ECS subnet
163
163
```text
@@ -170,7 +170,7 @@ S: Change `aws provider` `region` variable to match same region for all resource
170
170
```
171
171
172
172
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.
174
174
175
175
176
176
### 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
187
187
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
188
188
use of the [`assumeRole` configuration](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/blob/master/modules/services/cloud-connector/s3-config.tf#L30).
189
189
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.
191
191
192
192
193
193
### Q: How to iterate cloud-connector modification testing
0 commit comments