I need add a list of ip to my allowlist

0

I am very new on AWS, I am using a cloud service for my site, now I am getting a 502 error and it said I need to verify that all QUIC.cloud IPs are in the allowlist on your server, I have not idea how I can do that, I am working with ans EC2 Linux instance. Can you please help me.

Thanks.

asked 2 months ago289 views
1 Answer
0

Hello.

When allowing connections with EC2, security group settings are relevant.
You must ensure that the security group inbound rules configured on EC2 allow the required IP address and port number.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/working-with-security-groups.html#describing-security-group

There is also something called a subnet network ACL, but I think this is set to allow all communication if nothing is configured.
https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html

profile picture
EXPERT
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions