0

I am new to AWS. I am trying to setup AWS Elastic Beanstalk. I am using cli.

I followed a youtube tutorial(https://www.youtube.com/watch?v=xhc1boyBkJw&t=317s). The problem is that at the end of tutorial I see "INFO: New application version was deployed to running EC2 instances. INFO: Environment update completed successfully." success message in terminal. But when I open AWS console in web browser, I see 0 instances running and no beanstalk environment setup.

ujjwal garg
  • 711
  • 3
  • 8
  • 18
  • 3
    Make sure you are looking at the same AWS region in the AWS web console that you are deploying your EB environment to with the CLI tool. – Mark B Oct 05 '17 at 14:09
  • @MarkB thank you very much. You saved me from losing $$$$. – ujjwal garg Oct 05 '17 at 14:24
  • @MarkB it is not possible to check for each and every region, wether any instance is running or not. Is there any way to see all running instances in all the region on a single dashboard? – ujjwal garg Oct 05 '17 at 14:25
  • It is possible by writing a script that loops through each region. It is not possible via the AWS web interface. – Mark B Oct 05 '17 at 14:27
  • @MarkB can you provide me that script – ujjwal garg Oct 05 '17 at 14:32
  • 1
    This isn't a free code writing service... If you want to try writing that script, and need help with a specific issue, then post that as a question here. If you are just trying to track your resource usage to avoid billing surprises you should look at the AWS billing dashboard. – Mark B Oct 05 '17 at 15:03
  • Take a look at https://github.com/scopely-devops/skew. It can enumerate resources across regions. – jarmod Oct 05 '17 at 16:10

0 Answers0