Sha256: 1a0868f3644b58207b8596ea252949af207ddcf8a0f38636497032b579fe0811
Contents?: true
Size: 783 Bytes
Versions: 40
Compression:
Stored size: 783 Bytes
Contents
## Terraform Setup This is an example module that can be used in its current form or modified for your specific environment. It builds the minimum components necessary to collect inventory on a schedule running AWS Recon as a Fargate scheduled task. ### Requirements Before running this Terraform module, adjust your region accordingly in `main.tf`. ### What is created? This Terraform example will deploy the following resources: - an S3 bucket to store compressed JSON output files - an IAM role for ECS task execution - a Security Group for the ECS cluster/task - a VPC and NGW for the ECS cluster/task - an ECS/Fargate cluster - an ECS task definition to run AWS Recon collection - a CloudWatch event rule to trigger the ECS task - a CloudTrail log group for ECS task logs
Version data entries
40 entries across 40 versions & 1 rubygems