exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 375 discussion

A company runs an intranet application on premises. The company wants to configure a cloud backup of the application. The company has selected AWS Elastic Disaster Recovery for this solution.

The company requires that replication traffic does not travel through the public internet. The application also must not be accessible from the internet. The company does not want this solution to consume all available network bandwidth because other applications require bandwidth.

Which combination of steps will meet these requirements? (Choose three.)

  • A. Create a VPC that has at least two private subnets, two NAT gateways, and a virtual private gateway.
  • B. Create a VPC that has at least two public subnets, a virtual private gateway, and an internet gateway.
  • C. Create an AWS Site-to-Site VPN connection between the on-premises network and the target AWS network.
  • D. Create an AWS Direct Connect connection and a Direct Connect gateway between the on-premises network and the target AWS network.
  • E. During configuration of the replication servers, select the option to use private IP addresses for data replication.
  • F. During configuration of the launch settings for the target servers, select the option to ensure that the Recovery instance’s private IP address matches the source server's private IP address.
Show Suggested Answer Hide Answer
Suggested Answer: ADE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
heatblur
Highly Voted 1 year, 4 months ago
Selected Answer: ADE
ADE Option D: Create an AWS Direct Connect connection and a Direct Connect gateway between the on-premises network and the target AWS network. Option E: During configuration of the replication servers, select the option to use private IP addresses for data replication. Option A: could be considered if the private subnets are used without the NAT gateways, ensuring internal-only network access
upvoted 9 times
...
MegalodonBolado
Highly Voted 1 year, 3 months ago
Selected Answer: DEF
https://docs.aws.amazon.com/drs/latest/userguide/quick-start-guide-gs.html (E) Data routing and throttling controls how data flows from the external server to the replication servers. If you choose not to use a private IP, your replication servers will be automatically assigned a public IP and data will flow over the public internet. Check "Use private IP for data replication". (F) On Default DRS launch settings, check "Copy private IP". This way all other servers can transparently reach the recovered server. (D) Architects could use VPN or AWS DC, but "...The company does not want this solution to consume all available network bandwidth because other applications require bandwidth.", preferably use AWS Direct Connect.
upvoted 7 times
...
Deztroyer88
Most Recent 1 month, 1 week ago
Selected Answer: CDE
C - This ensures that replication traffic does not travel over the public internet, meeting the security requirement. D- Direct Connect provides a dedicated, high-bandwidth, and lower-latency connection to AWS, ensuring replication traffic does not consume all available internet bandwidth. E- Ensures that replication occurs over private connectivity rather than the public internet, aligning with the security requirement.
upvoted 1 times
...
0b43291
5 months, 1 week ago
Selected Answer: ADE
By following these steps, you can meet the requirements of configuring a cloud backup of the on-premises intranet application using AWS Elastic Disaster Recovery, ensuring that replication traffic does not travel through the public internet, preventing the application from being accessible from the internet (since it's deployed in private subnets), and not consuming all available network bandwidth (since you're using a dedicated Direct Connect connection).
upvoted 1 times
...
that1guy
6 months ago
Selected Answer: DEF
> By default, data is sent from the source servers to the replication servers over the public internet, using the public IP that was automatically assigned to the replication servers. Transferred data is always encrypted in transit. > Choose the box to the left of the Use private IP for data replication... option if you want to route the replicated data from your source servers to the staging area subnet through a private network with a VPN, AWS Direct Connect, VPC peering, or another type of existing private connection.
upvoted 1 times
...
AloraCloud
6 months, 1 week ago
Why it cannot be the following: • A. Create a VPC that has at least two private subnets, two NAT gateways, and a virtual private gateway. - NAT Gateway not necessary • B. Create a VPC that has at least two public subnets, a virtual private gateway, and an internet gateway. - IGW not required • C. Create an AWS Site-to-Site VPN connection between the on-premises network and the target AWS network. - You need bandwidth so that teh solution does not impact other applications
upvoted 1 times
...
Syre
6 months, 4 weeks ago
Selected Answer: ACE
Direct Connect is an overkill for such a solution. You cant set it all up just to do DR.
upvoted 3 times
...
ShenYuying
7 months, 2 weeks ago
Regarding Option A, I'm not sure why there should be at least 2 subnets in the VPC. When configuring the Elastic Disaster Recovery, you only need to choose 1 subnet as target area. Besides, NAT is not needed here. For Option F, you can choose "Copy private IP" to match source server's IP address, but this is not a must, it is an optional choice, you don't need to choose it to meet the question's requirement. I'm really confused
upvoted 2 times
...
asquared16
8 months, 1 week ago
Those who picked A, why would you need the NAT gateways?!
upvoted 1 times
...
kgpoj
8 months, 2 weeks ago
I am super confused about A A says Virtual Private Gateway, which is for Site-to-Site VPNs. Why do we need this ???
upvoted 1 times
...
vip2
9 months, 2 weeks ago
Selected Answer: DEF
replication traffic does not travel through the public internet. --> Not A must not be accessible from the internet --> Not B The company does not want this solution to consume all available network bandwidth --> not C, it requires D as dedicated network E and F during the Disaster Recovery step 3 and 4 as described as link below, https://docs.aws.amazon.com/drs/latest/userguide/quick-start-guide-gs.html
upvoted 2 times
...
ftaws
1 year, 2 months ago
We don't need to connect internet, why we need NAT gateway in A?
upvoted 4 times
drake2020
1 year ago
the question says not accessible from internet NAT gateway is for inbound to internet and not internet -> inbound
upvoted 2 times
...
marszalekm
1 year, 2 months ago
https://docs.aws.amazon.com/drs/latest/userguide/Network-Requirements.html There are two ways to establish direct connectivity to the Internet for the VPC of the staging area, as described in the VPC FAQ 1. Public IP address + Internet gateway 2. Private IP address + NAT instance
upvoted 1 times
marszalekm
1 year, 2 months ago
Thats the only info I found, however this doesn't exactly answer your question.
upvoted 1 times
...
...
...
zhooon
1 year, 3 months ago
How about A,C,E? A. Create an intranet application and other application in a private subnet. Intranet applications connect to a private gateway(one). Other applications connect to the NAT gateway(one). Eliminates traffic interference. C. Site-to-Site VPN connect to private gateway. E. Replicates private IP.
upvoted 4 times
zhooon
1 year, 2 months ago
Can not backup for other application through Site-to-Site VPN. It is correct Option D. 'Direct Connect gateway' A, D, E
upvoted 1 times
...
zhooon
1 year, 3 months ago
Can other applications communicate with the Internet through the NAT gateway?
upvoted 1 times
...
...
career360guru
1 year, 3 months ago
Selected Answer: ADE
A, D and E
upvoted 2 times
...
yuliaqwerty
1 year, 4 months ago
Answer ADE
upvoted 1 times
...
shaaam80
1 year, 4 months ago
Selected Answer: ADE
Answer ADE
upvoted 2 times
...
J0n102
1 year, 4 months ago
Selected Answer: ADE
DX is needed as it Provides a dedicated, private network connection that can be managed to avoid consuming all available network bandwidth
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago