Hello, I am trying to integrate CircleCI with AWS, but I don’t see where we should specify the configuration for the machine… I am trying to use the orbs for ECS but I don’t see any place to specify which image we must use or how to configure it. I would appreciate any help… I don’t see any tip in the documentation.
Hello @carlosb - Welcome to the CircleCI community!
For deploying AWS resources you can accomplish this by using Terraform.
Here is an example project & walkthrough on how to accomplish this further. Under Prerequisites
Step 2
- You will see that AWS resources can be configured in terraform_setup/terraform.tfvars
I hope this helps!