Skip to content

Commit e29c7af

Browse files
author
iru
authored
doc: add troubleshooting for 409 entityalreadyexists
1 parent 99849d5 commit e29c7af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ This error happens when the ECS `TaskRole` has no permissions to assume this rol
204204
<br/>S: Give permissions to `sts:AssumeRole` to the role used.
205205

206206

207+
### Q-AWS: Getting error 409 `EntityAlreadyExists`
208+
209+
A: Probably you or someone in the same environment you're using, already deployed a resource with the sysdig terraform module and a naming collision is happening.
210+
<br/>S: If you want to maintain several versions, make use of the [`name` input var of the examples](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/tree/master/examples/single-account#input_name)
207211

208212
<br/><br/>
209213
## Authors

0 commit comments

Comments
 (0)