Amazon CloudFormation Jobs
I need a remote session such as google meets to fix the following problem tby your instructions: I have 2 docker images I run 2 containers from them they depens on each other. They work fine in local on docker using docker compose up. : version: '3.8' services: selenium-driver: image: selenium/standalone-chrome ports: - "4444:4444" - "7900:7900" shm_size: 2g networks: - gridnetwork container_name: selenium-driver-container cloud-crawler: build: context: . dockerfile: ./Dockerfile networks: - gridnetwork container_name: cloud-crawler-container depends_on: - selenium-driver networks: gridnetwork: WHAT IS THE TASK FOR YOU? I need to deploy them to AWS as fargate tasks usi...