AWS Certified SysOps Administrator – Associate (legacy) — Question 77

While creating the wait condition resource in AWS CloudFormation, a SysOps Administrator receives the error `received 0 signals out of the 1 expected from the
EC2 instance`.
What steps should be taken to troubleshoot this issue? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct because checking the cfn logs will confirm if the cfn-signal command was executed, which is crucial for the wait condition to receive signals. Option C is also correct, as the instance needs Internet access to communicate back to CloudFormation. The other options do not address the specific issue of signal reception and are not relevant to troubleshooting this error.