exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 44 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 44
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

Which AWS service or feature can be used to create a private connection between an on-premises workload and an AWS Cloud workload?

  • A. Amazon Route 53
  • B. Amazon Macie
  • C. AWS Direct Connect
  • D. AWS PrivateLink
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
blackcomb
Highly Voted 2 years, 5 months ago
Selected Answer: C
Correct answer is C- Direct connect is for private dedicated connection between on premise and AWS. PrivateLink provides direct secure connections from VPCs to other AWS services. VPC Private Link is a way of making your service available to set of consumers. You can expose a service and the consumers can consume your service by creating an endpoint for your service.With PrivateLink, endpoints are instead created directly inside of your VPC, using Elastic Network Interfaces (ENIs) and IP addresses in your VPC's subnets.To use AWS PrivateLink, create a VPC endpoint in your VPC, specifying the name of the service and a subnet. This creates an elastic network interface in the subnet that serves as an entry point for traffic destined to the service. The service is now in your VPC, enabling connectivity to AWS services via private IP addresses.
upvoted 77 times
srdvx
2 years ago
Direct Connect is is for private dedicated connection between on-premise network and AWS infrastructure, not between workloads (applications and services). Private Link uses VPC endpoint services to access the service over an Amazon VPC endpoint, rather than over external network infrastructure.
upvoted 6 times
...
Guru4Cloud
1 year, 10 months ago
AWS PrivateLink provides private connectivity between virtual private clouds (VPCs), supported AWS services, and your on-premises networks without exposing your traffic to the public internet. See the link: https://aws.amazon.com/privatelink/#:~:text=AWS%20PrivateLink%20provides%20private%20connectivity,traffic%20to%20the%20public%20internet. Image: https://d1.awsstatic.com/products/privatelink/product-page-diagram_AWS-PrivateLink.fc899b8ebd46fa0b3537d9be5b2e82de328c63b8.png
upvoted 6 times
morozake
1 year, 6 months ago
AWS privatelink use case: - Migrate to a hybrid cloud Connect on-premises applications and data to SaaS applications hosted on AWS securely and realize a hybrid cloud architecture. https://aws.amazon.com/privatelink/#:~:text=AWS%20PrivateLink%20provides%20private%20connectivity,traffic%20to%20the%20public%20internet
upvoted 2 times
...
...
Makku69
2 years, 2 months ago
The question didnt mention - DEDICATED connection was a requirement. So Correct answer is D. Secured link is good enough.
upvoted 9 times
SilverAlpaca
2 years, 2 months ago
I'm confused, can you create a private but not dedicated connection between on-prem and AWS?
upvoted 2 times
srdvx
2 years ago
Yes, over VPN connection.
upvoted 1 times
johnpius
1 year, 2 months ago
which one is dedicated please
upvoted 1 times
...
...
...
...
...
Dipa_2910
Most Recent 5 days, 2 hours ago
Selected Answer: C
AWS Direct connect is the option as Direct connct is dedicated connecction between on premises network and AWS infrastructure . AWS Private link is for connections from VPCs to AWS services
upvoted 1 times
...
richleon
4 months, 1 week ago
Direct Connect is an overkill to just connect 1 workload on either side. PrivateLink should suffice
upvoted 1 times
...
DRon65
6 months, 3 weeks ago
What is AWS PrivateLink, exactly? PrivateLink is a networking construct that allows an application/service residing in one VPC (the “Service Provider VPC”) to be accessed by clients/consumers in (or through) other VPCs within the AWS Region (“Consumer VPCs”). The consumer accesses the service privately via an interface (VPC Endpoint) deployed locally in the Consumer VPC, avoiding any requirement for internet connectivity and keeping all traffic inside AWS’s private network. It’s also possible to access the VPC Endpoint via Direct Connect, allowing end-to-end private connectivity to applications/integrations from an enterprise LAN/WAN or data center.
upvoted 1 times
...
Shailen
10 months, 2 weeks ago
Selected Answer: C
AWS Direct connect is the service name.
upvoted 1 times
...
PearlR
11 months ago
Private link provides a private network connection btw vpc and AWS services while AWS direct connect is a dedicated, private connection between on premises infrastructure and an AWS location.. the answer is DIRECT CONNECT
upvoted 1 times
...
chini786
11 months, 1 week ago
https://aws.amazon.com/privatelink/faqs/# Q: What is AWS PrivateLink? A: AWS PrivateLink enables customers to access services hosted on AWS in a highly available and scalable manner, while keeping all the network traffic within the AWS network. Service users can privately access services powered by PrivateLink from their Amazon Virtual Private Cloud (VPC) or their on-premises, without using public IPs, and without requiring traffic to traverse across the Internet. Service owners can register their Network Load Balancers to PrivateLink services in order to provide their services to other AWS customers. Q: Can I privately access services powered by AWS PrivateLink over AWS Direct Connect? A: Yes. The application in your premises can connect to the service endpoints in Amazon VPC over AWS Direct Connect. The service endpoints will automatically direct the traffic to AWS services powered by AWS PrivateLink.
upvoted 1 times
...
Reidy
1 year ago
Selected Answer: C
C- Direct connect
upvoted 1 times
...
tiga502
1 year, 1 month ago
Selected Answer: C
Both services can facilitate private connections, but AWS Direct Connect specifically deals with establishing a dedicated physical connection between on-premises and AWS, while AWS PrivateLink facilitates private connectivity between services within the AWS cloud and on-premises environments.
upvoted 2 times
...
Derpowsky
1 year, 2 months ago
As I am reading documentation on AWS site, I believe that many people voting for D do not fully understand this. It indeed mentions that on-premise can reach PrivateLink endpoints over Direct Connect... but doesn't that mean that requirement to make on-premises use PrivateLink is Direct Connect it with VPC first?
upvoted 1 times
...
Vaib1396
1 year, 3 months ago
Checked with ChatGPT as well, it says C is the correct answer
upvoted 2 times
...
med_dernoun
1 year, 3 months ago
Selected Answer: C
PrivateLink is used when you comunicate with third party VPC and it Requires a network load balancer (Service VPC) and ENI (Customer VPC)
upvoted 1 times
...
isaphiltrick
1 year, 4 months ago
Seems like D - AWS PrivateLink is better answer. From https://aws.amazon.com/privatelink/: "AWS PrivateLink provides private connectivity between virtual private clouds (VPCs), supported AWS services, and your on-premises networks without exposing your traffic to the public internet."
upvoted 2 times
...
abrempong1_1414
1 year, 4 months ago
is D AWS PrivateLink provides private connectivity between virtual private clouds (VPCs), supported AWS services, and your on-premises networks without exposing your traffic to the public internet.
upvoted 1 times
...
backslash_cc
1 year, 4 months ago
Selected Answer: D
Tricky one again. Private Link uses VPC endpoint to access the service over an Direct Connect from on-premises. The right answer in indeed D
upvoted 1 times
...
marwanhefny
1 year, 5 months ago
Selected Answer: C
C is the answer
upvoted 1 times
...
roberto_rrt
1 year, 6 months ago
Selected Answer: C
C. AWS Direct Connect
upvoted 1 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