Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Advanced Networking - Specialty ANS-C01 All Questions

View all questions & answers for the AWS Certified Advanced Networking - Specialty ANS-C01 exam

Exam AWS Certified Advanced Networking - Specialty ANS-C01 topic 1 question 49 discussion

A real estate company is building an internal application so that real estate agents can upload photos and videos of various properties. The application will store these photos and videos in an Amazon S3 bucket as objects and will use Amazon DynamoDB to store corresponding metadata. The S3 bucket will be configured to publish all PUT events for new object uploads to an Amazon Simple Queue Service (Amazon SQS) queue.
A compute cluster of Amazon EC2 instances will poll the SQS queue to find out about newly uploaded objects. The cluster will retrieve new objects, perform proprietary image and video recognition and classification update metadata in DynamoDB and replace the objects with new watermarked objects. The company does not want public IP addresses on the EC2 instances.
Which networking design solution will meet these requirements MOST cost-effectively as application usage increases?

  • A. Place the EC2 instances in a public subnet. Disable the Auto-assign Public IP option while launching the EC2 instances. Create an internet gateway. Attach the internet gateway to the VPC. In the public subnet's route table, add a default route that points to the internet gateway.
  • B. Place the EC2 instances in a private subnet. Create a NAT gateway in a public subnet in the same Availability Zone. Create an internet gateway. Attach the internet gateway to the VPC. In the public subnet's route table, add a default route that points to the internet gateway
  • C. Place the EC2 instances in a private subnet. Create an interface VPC endpoint for Amazon SQS. Create gateway VPC endpoints for Amazon S3 and DynamoDB.
  • D. Place the EC2 instances in a private subnet. Create a gateway VPC endpoint for Amazon SQS. Create interface VPC endpoints for Amazon S3 and DynamoDB.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Raphaello
5 months, 1 week ago
Selected Answer: C
C is the correct answer.
upvoted 1 times
...
tromyunpak
5 months, 4 weeks ago
C is the right answer as using gw endpoints for s3 and dynamodb and interface endpoint for sqs and the ec2 are in the private subnet. A is wrong due to the public subnet. B is a good option but not cost effective so the answer is wrong. D is wrong due to the gateway endpoint of sqs (only s3 and dynamodb are gateway endpoints)
upvoted 2 times
...
marfee
7 months, 2 weeks ago
I think that it's correcty answer is C.
upvoted 1 times
...
Arad
10 months, 4 weeks ago
Selected Answer: C
definitely C.
upvoted 3 times
...
habros
11 months, 1 week ago
Selected Answer: C
SQS: no choice, only interface endpoint (cost $ but negligible compared to S3/DynamoDB) S3/DynamoDB: Gateway endpoints $0.00 for endpoint use. C all the way
upvoted 3 times
...
neotusca
11 months, 2 weeks ago
C : SQS interface endpoint(free), S3 & DynamoDB gateway endpoint D : SQS gateway endpoint, S3 & DynamoDB interface endpoint(free) think about data size of SQS vs data size of S3 & DynamoDB
upvoted 2 times
neotusca
11 months, 2 weeks ago
The comment above is wrong, I hope it gets deleted.
upvoted 1 times
...
neotusca
11 months, 2 weeks ago
Sorry.. The 'free' sign is reversed.
upvoted 1 times
...
...
Scunningham99
1 year ago
C interface endpoint https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html gateway not supported service https://docs.aws.amazon.com/vpc/latest/privatelink/gateway-endpoints.html
upvoted 1 times
...
Mishranihal737
1 year, 1 month ago
Answer will be C - > To access S3 , Dynamo DB you need Gateway Endpoints.
upvoted 1 times
...
ITgeek
1 year, 5 months ago
Selected Answer: C
C is the most Cost effective and less complicated
upvoted 3 times
...
zaazanuna
1 year, 5 months ago
Actually D. because Gateway Endpoint is free of charge vs Interface Endpoint
upvoted 1 times
ohcan
1 year, 5 months ago
GW endpoint works only with S3 and DynamoDB.
upvoted 5 times
...
...
helloworldabc
1 year, 6 months ago
CCCCCCCCCC
upvoted 2 times
...
zaazanuna
1 year, 6 months ago
C - correct.
upvoted 3 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 ...