Does Harness CI module has first class integration with AWS Codebuild? The expectation is to:
  1. Call AWS codebuild job
  2. While code build job running, it should tail the logs of AWS codebuild on harness UI
  3. On stop of step on harness UI, it should stop AWS code build job.
  4. On stop of AWS code build job through AWS console, harness UI should show it stopped.