author avatar

soniya.rayabagi

Mon Jan 29 2024

how to troubleshoot the visibility of an AWS EC2 instance. discovered that instances may not appear in the console if deployed in a different region , verified instance existence by providing the correct region in the AWS console. example:

provider "aws" {
 region = "us-east-2"
}