You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a worker service with following configuration:
name: ...type: Worker Servicenetwork:
vpc:
placement: 'private'image:
build: ../Dockerfilehealthcheck:
command: [ "CMD-SHELL", "python run.py || exit 1" ]interval: 60sretries: 2timeout: 30scpu: 256# Number of CPU units for the task.memory: 512# Amount of memory in MiB used by the task.platform: linux/x86_64 # See https://aws.github.io/copilot-cli/docs/manifest/worker-service/#platformexec: true # Enable running commands in your container.
Details:
copilot version: v1.33.2
host os: mac OS Ventura Version 13.5.2
aws regions include us-east-1 and us-east-2
Observed result:
It seems like the configuration for placement is ignored - the service/tasks are placed in a public subnet with public IPs.
Expected result:
I would expect the service/tasks to be deployed in the private subnets associated with the env and without any public IP.
Thank you
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no response activity. Remove the stale label, add a comment, or this will be closed in 14 days.
Description:
I have created a worker service with following configuration:
Details:
Observed result:
It seems like the configuration for placement is ignored - the service/tasks are placed in a public subnet with public IPs.
Expected result:
I would expect the service/tasks to be deployed in the private subnets associated with the env and without any public IP.
Thank you
The text was updated successfully, but these errors were encountered: