amazon web services - lauching an EC2 Instance with AWS Explorer in Visual Studio error -
i installed aws explorer visual studio , tried launching various ec2-instances. none worked. error message following:
so far tried using frankfurt region , if correct, user account visual studio has full admin access. cause of problem?
it's difficult advise without launch configuration have used. have selected instance type e.g. t1.micro not available in frankfurt region. can check available instance type using: curl -s https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/amazonec2/current/index.json | jq -r '.products[].attributes | select(.location == "eu (frankfurt)" , .tenancy == "shared") | .instancetype' | sort -u
this blog explains well: http://rodos.haywood.org/2016/03/which-instances-are-available-in-my.html

Comments
Post a Comment