Questions tagged [aws-network-acl]
2 questions
0
votes
1 answer
Use security group or network ACLs in Serverless architecture
I have question regarding using security group vs network ACLs in serverless application hosted in specific VPC.
Here is use case:
We have file AWS FIleTransfer server deployed in VPC with public endpoint.
We want to limit access to file transfer…

snowcoder
- 481
- 1
- 9
- 23
0
votes
1 answer
AWS Network ACS causes SQL Server to disconnect
I have two EC2 serers in the same VPC. Server "W" hosts a web server and a TCP connections server. Server "S" hosts a web server and a SQL Server. Both web servers and the TCP connections server uses the same SQL Server. The servers on server "W"…
user788454