Topic 1 Question 52
2 つ選択A new application runs on Amazon EC2 instances and accesses data in an Amazon RDS database instance. When fully deployed in production, the application fails. The database can be queried from a console on a bastion host. When looking at the web server logs, the following error is repeated multiple times: *** Error Establishing a Database Connection Which of the following may be causes of the connectivity problems?
The security group for the database does not have the appropriate egress rule from the database to the web server.
The certificate used by the web server is not trusted by the RDS instance.
The security group for the database does not have the appropriate ingress rule from the web server to the database.
The port used by the application developer does not match the port specified in the RDS configuration.
The database is still being created and is not available for connectivity.
ユーザの投票
コメント(11)
It can't be E because it says the database can be queried from bastion host
👍 4AAAaat2022/09/06- 正解だと思う選択肢: CD
I go with CD here. The question states
"When fully deployed in production, the application fails. The database can be queried from a console on a bastion host."
Stupid question if the answer is that the DB is not in state available. Thats just always true.
👍 2haxaffee2022/09/03 - 正解だと思う選択肢: CD
CD for sure
👍 2andrerkn2022/09/04
シャッフルモード