An SAP system fails to send emails via SAPconnect using SMTP. The EC2 instance has a public IP and the security group allows outbound traffic on port 25. The SMTP server is an on-premises relay. What is the most likely reason for the failure?
AWS restricts port 25 outbound; you need to request removal or use a different port.
Why this answer
The most likely reason is that AWS blocks outbound traffic on port 25 by default for EC2 instances to prevent spam. This restriction applies even if the security group allows outbound port 25 traffic. Option A is incorrect because the security group allows outbound traffic on port 25, but the default AWS block overrides it.
Option C is incorrect because the instance has a public IP. Option D is incorrect because the route table is not the issue; the instance has a public IP and can reach the internet, but port 25 is blocked at the AWS level.