0

I have set up Auto Scaling CLI correctly and also created two groups.
Here is some sample output :

-bash-4.1# as-describe-auto-scaling-instances --headers INSTANCE INSTANCE-ID GROUP-NAME AVAILABILITY-ZONE STATE STATUS LAUNCH-CONFIG INSTANCE i-2aaf0e42 MyGroup_micro us-east-1a InService HEALTHY MyLC_micro INSTANCE i-88338ce4 MyGroup us-east-1a InService HEALTHY MyLC 

My problems are these :
1. I don't see the above instances in my EC2 Dashboard. Is that okay?
2. Can I login to those instances? If yes, how?

3
  • 2
    1) you should see these in your dashboard. check which region you have selected. 2) using your private key Commented Mar 26, 2013 at 19:20
  • @Napalm, Yes it was because of the wrong region. Commented Mar 26, 2013 at 19:26
  • That's what I was going to suggest. Commented Mar 26, 2013 at 20:08

1 Answer 1

1
  1. They should show up on your dashboard. Sometimes not immediately, but it will show eventually
  2. Yes, get the ip address to the instance and login with the authentication you have configured.
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.