Skip to content

Allow additional security groups to the load balancer #2557

@mvn-bachhuynh-dn

Description

@mvn-bachhuynh-dn

Hi guys,
I really happy when we have an options to limit IP to access dev env.

Because It only added in to the rule of a lister rule without delete default rule
You could see that in my screeshot
image
and here is my manifest.yml

name: copilot-test-svc
type: Load Balanced Web Service
http:
  path: '/'
  allowed_source_ips: ["10.24.34.0/23"]
image:
  build: Dockerfile
  port: 80

cpu: 256       # Number of CPU units for the task.
memory: 512    # Amount of memory in MiB used by the task.
count: 1       # Number of tasks that should be running in your service.
exec: true     # Enable running commands in your container.

network:
        vpc:
                placement: private

and as you may know, only 5 conditions are allowed
image

So, it seems this option is useless to me because I have more 5 IP to allow.

So, If copilot could allow attaching existed security group of ELB maybe more effective!

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/envIssues about environments.area/manifestIssues about infrastructure-as-code templates.size/MWe should be able to deliver roughly 1 medium issue in a sprint.type/featureIssues that are new feature requests.type/requestIssues that are created by customers.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions