aws saa vpc questions

aws saa vpc questions

Professional Development

6 Qs

quiz-placeholder

Similar activities

Architecture and Infrastructure - Coming on Board

Architecture and Infrastructure - Coming on Board

Professional Development

5 Qs

MyReskill IoT

MyReskill IoT

10th Grade - Professional Development

10 Qs

Get SORTED with AWS (2)

Get SORTED with AWS (2)

Professional Development

8 Qs

Net.2 wk.5 IP Add. SW

Net.2 wk.5 IP Add. SW

Professional Development

10 Qs

Targeted Threat Protection

Targeted Threat Protection

Professional Development

8 Qs

Is Your AWS Cloud Well Architected

Is Your AWS Cloud Well Architected

Professional Development

10 Qs

AWS Security - Semana 5

AWS Security - Semana 5

Professional Development

10 Qs

AWS-Quiz

AWS-Quiz

Professional Development

10 Qs

aws saa vpc questions

aws saa vpc questions

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Huy Tùng Lê

FREE Resource

6 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A silicon valley based startup has a two-tier architecture using Amazon EC2 instances for its flagship application. The web servers (listening on port 443), which have been assigned security group A, are in public subnets across two Availability Zones (AZs) and the MSSQL based database instances (listening on port 1433), which have been assigned security group B, are in two private subnets across two Availability Zones (AZs). The DevOps team wants to review the security configurations of the application architecture.

As a solutions architect, which of the following options would you select as the MOST secure configuration? (Select two)

For security group B: Add an inbound rule that allows traffic only from security group A on port 1433

For security group B: Add an inbound rule that allows traffic only from all sources on port 1433

For security group A: Add an inbound rule that allows traffic from all sources on port 443. Add an outbound rule with the destination as security group B on port 1433

For security group B: Add an inbound rule that allows traffic only from security group A on port 443

For security group A: Add an inbound rule that allows traffic from all sources on port 443. Add an outbound rule with the destination as security group B on port 443

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer has configured inbound traffic for the relevant ports in both the Security Group of the Amazon EC2 instance as well as the network access control list (network ACL) of the subnet for the Amazon EC2 instance. The developer is, however, unable to connect to the service running on the Amazon EC2 instance.

As a solutions architect, how will you fix this issue?

Network access control list (network ACL) are stateful, so allowing inbound traffic to the necessary ports enables the connection. Security Groups are stateless, so you must allow both inbound and outbound traffic

Rules associated with network access control list (network ACL) should never be modified from command line. An attempt to modify rules from command line blocks the rule and results in an erratic behavior

Security Groups are stateful, so allowing inbound traffic to the necessary ports enables the connection. Network access control list (network ACL) are stateless, so you must allow both inbound and outbound traffic

IAM Role defined in the Security Group is different from the IAM Role that is given access in the network access control list (network ACL)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company has many Amazon Virtual Private Cloud (Amazon VPC) in various accounts, that need to be connected in a star network with one another and connected with on-premises networks through AWS Direct Connect.

What do you recommend?

AWS Transit Gateway

AWS PrivateLink

Virtual private gateway (VGW)

VPC Peering Connection

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An engineering lead is designing a VPC with public and private subnets. The VPC and subnets use IPv4 CIDR blocks. There is one public subnet and one private subnet in each of three Availability Zones (AZs) for high availability. An internet gateway is used to provide internet access for the public subnets. The private subnets require access to the internet to allow Amazon EC2 instances to download software updates.

Which of the following options represents the correct solution to set up internet access for the private subnets?

Set up three NAT gateways, one in each private subnet in each AZ. Create a custom route table for each AZ that forwards non-local traffic to the NAT gateway in its AZ

Set up three Internet gateways, one in each private subnet in each AZ. Create a custom route table for each AZ that forwards non-local traffic to the Internet gateway in its AZ

Set up three NAT gateways, one in each public subnet in each AZ. Create a custom route table for each AZ that forwards non-local traffic to the NAT gateway in its AZ

Set up three egress-only internet gateways, one in each public subnet in each AZ. Create a custom route table for each AZ that forwards non-local traffic to the egress-only internet gateway in its AZ

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A company has its application servers in the public subnet that connect to the Amazon RDS instances in the private subnet. For regular maintenance, the Amazon RDS instances need patch fixes that need to be downloaded from the internet.

Considering the company uses only IPv4 addressing and is looking for a fully managed service, which of the following would you suggest as an optimal solution?

Configure an Egress-only internet gateway for the resources in the private subnet of the VPC

Configure the Internet Gateway of the VPC to be accessible to the private subnet resources by changing the route tables

Configure a Network Address Translation instance (NAT instance) in the public subnet of the VPC

Configure a Network Address Translation gateway (NAT gateway) in the public subnet of the VPC

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The DevOps team at an IT company has recently migrated to AWS and they are configuring security groups for their two-tier application with public web servers and private database servers. The team wants to understand the allowed configuration options for an inbound rule for a security group.

As a solutions architect, which of the following would you identify as an INVALID option for setting up such a configuration?

You can use an Internet Gateway ID as the custom source for the inbound rule

You can use a range of IP addresses in CIDR block notation as the custom source for the inbound rule

You can use an IP address as the custom source for the inbound rule

You can use a security group as the custom source for the inbound rule