Skip to content

Using "--internal-alb-allow-vpc-ingress" with "copilot env deploy" #4032

Answered by efekarakus
rverpillot asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Regis! 👋

Apologies, looks like we forgot to translate that flag in the manifest file 🤦
I believe what you are looking for is this field: https://aws.github.io/copilot-cli/docs/manifest/environment/#http-private-security-groups-ingress

type: Environment

http:
  private:
    security_groups:
      ingress: # Enable incoming traffic within the VPC to the internal load balancer.
        from_vpc: true

Hope this helps!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rverpillot
Comment options

@efekarakus
Comment options

Answer selected by rverpillot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants