
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A solutions architect is designing a two-tier web application. The application consists of a public-facing web tier hosted on Amazon EC2 in public subnets. The database tier consists of Microsoft SQL Server running on Amazon EC2 in a private subnet. Security is a high priority for the company.
How should security groups be configured in this situation? (Choose two.)
A
Configure the security group for the web tier to allow inbound traffic on port 443 from 0.0.0.0/0.
B
Configure the security group for the web tier to allow outbound traffic on port 443 from 0.0.0.0/0.
C
Configure the security group for the database tier to allow inbound traffic on port 1433 from the security group for the web tier.
D
Configure the security group for the database tier to allow outbound traffic on ports 443 and 1433 to the security group for the web tier.
E
Configure the security group for the database tier to allow inbound traffic on ports 443 and 1433 from the security group for the web tier.
Explanation:
Correct Answers: A and C
Detailed Analysis:
A. Configure the security group for the web tier to allow inbound traffic on port 443 from 0.0.0.0/0.
C. Configure the security group for the database tier to allow inbound traffic on port 1433 from the security group for the web tier.
Why other options are incorrect:
B. Configure the security group for the web tier to allow outbound traffic on port 443 from 0.0.0.0/0.
D. Configure the security group for the database tier to allow outbound traffic on ports 443 and 1433 to the security group for the web tier.
E. Configure the security group for the database tier to allow inbound traffic on ports 443 and 1433 from the security group for the web tier.
Security Best Practices Applied: