exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 39 discussion

A SysOps administrator migrates NAT instances to NAT gateways. After the migration, an application that is hosted on Amazon EC2 instances in a private subnet cannot access the internet.
Which of the following are possible reasons for this problem? (Choose two.)

  • A. The application is using a protocol that the NAT gateway does not support.
  • B. The NAT gateway is not in a security group.
  • C. The NAT gateway is in an unsupported Availability Zone.
  • D. The NAT gateway is not in the Available state.
  • E. The port forwarding settings do not allow access to internal services from the internet.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

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
piavik
Highly Voted 2 years ago
Selected Answer: AD
A - NAT gateway does not support IPv6 D - NAT gateway itself has issues or not yet ready
upvoted 7 times
...
griggrig
Most Recent 9 months, 1 week ago
A and D Causes The cause of this problem might be one of the following: The NAT gateway is not ready to serve traffic. Your route tables are not configured correctly. Your security groups or network ACLs are blocking inbound or outbound traffic. You're using an unsupported protocol.
upvoted 1 times
...
willows
1 year ago
A - TCP, UDP & ICMP only D - Must be in available state https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-troubleshooting.html#nat-gateway-troubleshooting-no-internet-connection
upvoted 2 times
...
ExamGuru727
1 year, 1 month ago
Selected Answer: CD
https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-troubleshooting.html#nat-gateway-troubleshooting-unsupported-az From the doc above: - AZ is unsupported - C - Must be in Available state - D
upvoted 1 times
kret
1 year, 1 month ago
Your link points to article to troubleshoot NATGW creation errors. Question clearly says that NATGW was created, but is not working. So it can't be Unsupported AZ.
upvoted 1 times
...
...
Learning4life
1 year, 3 months ago
Selected Answer: AD
https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-troubleshooting.html#nat-gateway-troubleshooting-no-internet-connection
upvoted 2 times
...
tamng
1 year, 4 months ago
A D are correct answers
upvoted 1 times
tamng
1 year, 4 months ago
Link: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-troubleshooting.html
upvoted 1 times
...
...
callspace
1 year, 7 months ago
Selected Answer: CD
Only CD Security group, port forwarding and protocol do not play a direct role in accessing the internet. As EC2 instances are in private subnet, 0.0.0.0/0 - nat-gateway-id entry is required to access internet and that option is not mentioned in the answers so CD are left as possible answers.
upvoted 2 times
...
NiiroIjin
2 years ago
Selected Answer: AD
A & D Wrong protocol and nat not available
upvoted 2 times
...
caputmundi666
2 years, 1 month ago
Selected Answer: AD
Please correct answer to AD
upvoted 2 times
...
caputmundi666
2 years, 1 month ago
Please correct answer to AD
upvoted 1 times
...
Gomer
2 years, 1 month ago
Selected Answer: AD
A & D for now. My research suggests that either A, C or D could be correct (see quotes and URL below). However, in analyzing the wording, I think "C" might be incorrect IF the NAT Gateway creation fails due to NotAvailableInZone error. If the NAT Gateway "object" still get's created, but is just not available due to the error, then C is back in play. Not sure if question is tricky or is just bad. A: "Ensure that your connection is using a TCP, UDP, or ICMP protocol only." C: If creation of NAT Gateway generates a "NotAvailableInZone" error, the "Availability Zone is unsupported" because it is constrained from being expanded D: "Check that the NAT gateway is in the Available state." and "here may have been an error when it was created") (see: "Troubleshoot NAT gateways") https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-troubleshooting.html
upvoted 4 times
jipark
1 year, 8 months ago
I agree..
upvoted 1 times
...
...
FKZ
2 years, 2 months ago
Selected Answer: AE
For sure.
upvoted 2 times
atlasgooner
1 year, 2 months ago
A and E https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-comparison.html
upvoted 1 times
...
...
sualej
2 years, 3 months ago
A y D, as documentation said. The cause of this problem might be one of the following: The NAT gateway is not ready to serve traffic. Your route tables are not configured correctly. Your security groups or network ACLs are blocking inbound or outbound traffic. You're using an unsupported protocol. In case Availability Zone you were not able to create the NAT Gateway as you were got an error.
upvoted 1 times
...
BietTuot
2 years, 4 months ago
Selected Answer: AD
Instances cannot access the internet Problem You created a public NAT gateway and followed the steps to test it, but the ping command fails, or your instances in the private subnet cannot access the internet. Causes The cause of this problem might be one of the following: The NAT gateway is not ready to serve traffic. Your route tables are not configured correctly. Your security groups or network ACLs are blocking inbound or outbound traffic. You're using an unsupported protocol. Solution Check the following information: Check that the NAT gateway is in the Available state. In the Amazon VPC console, go to the NAT Gateways page and view the status information in the details pane. If the NAT gateway is in a failed state, there may have been an error when it was created. For more information, see NAT gateway creation fails. Reference: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-troubleshooting.html
upvoted 3 times
...
MrMLB
2 years, 4 months ago
The possible reasons for this problem are options A and D: the application is using a protocol that the NAT gateway does not support, or the NAT gateway is not in the Available state. If the application is using a protocol that the NAT gateway does not support, it will not be able to access the internet through the NAT gateway. Similarly, if the NAT gateway is not in the Available state, it will not be able to provide internet access to the EC2 instances. The other options, B, C, and E, are not possible reasons for this problem.
upvoted 1 times
...
mautpo
2 years, 5 months ago
Selected Answer: CD
Thinking about A, I believe its not a matter of protocol once application was behind NAT Instances and I was supposed to be working...Thats why I vote for C and D.
upvoted 2 times
piavik
2 years ago
NAT gateway does not support IPv6, so A is correct
upvoted 1 times
...
...
Liongeek
2 years, 5 months ago
Ans: D Ref.https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-troubleshooting.html#nat-gateway-troubleshooting-no-internet-connection
upvoted 2 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