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 714 discussion

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

A company has set up a VPC in its AWS account and has created a subnet in the VPC. The company wants to make the subnet public.

Which AWS features should the company use to meet this requirement? (Choose two.)

  • A. Amazon VPC internet gateway
  • B. Amazon VPC NAT gateway
  • C. Amazon VPC route tables
  • D. Amazon VPC network ACL
  • E. Amazon EC2 security groups
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

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
Pranava_GCP
1 year, 9 months ago
Selected Answer: AC
A. Amazon VPC internet gateway C. Amazon VPC route tables
upvoted 3 times
...
Zonci
1 year, 11 months ago
Selected Answer: AC
A. Amazon VPC internet gateway: An internet gateway allows traffic to flow between the VPC and the internet. By attaching an internet gateway to the VPC and configuring the appropriate route in the route table, the subnet can be made publicly accessible. C. Amazon VPC route tables: Route tables control the traffic flow within a VPC. To make the subnet public, the company needs to associate a route table with the subnet and add a route to the internet gateway in the route table.
upvoted 4 times
...
Madbo
2 years ago
A and C.To make a subnet public in a VPC, the company needs to do the following: 1.Attach an Internet Gateway to the VPC. 2. Create a public route in the route table of the subnet that points to the Internet Gateway. Therefore, the company should use Amazon VPC Internet Gateway and Amazon VPC route tables to make the subnet public. Amazon VPC NAT gateway is used to enable instances in a private subnet to connect to the Internet, while Amazon VPC network ACL and Amazon EC2 security groups are used for network security.
upvoted 1 times
...
Guru4Cloud
2 years, 1 month ago
Selected Answer: AC
To make a subnet public in AWS, the following two features should be used: A. Amazon VPC internet gateway: An internet gateway is used to enable communication between instances in the VPC and the internet. By attaching an internet gateway to a VPC and updating the route tables, instances in the subnet can access the internet. C. Amazon VPC route tables: A route table controls the traffic between subnets and between a subnet and the internet. By adding a route to the internet gateway, the instances in the subnet can access the internet. Therefore, options A and C are correct.
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 ...