Score:0

Can't find Rancher instances in AWS EC2 dashboard

cn flag

I followed the official AWS quickstart guide from the Rancher website: https://rancher.com/docs/rancher/v2.5/en/quick-start-guide/deployment/amazon-aws-qs/

The tutorial consists in :

  • Downloading a Terraform project
  • Finding your AWS access
  • Changing the terraform.tfvars configuration file
  • Creating the environment with the command terraform apply --auto-approve

When the environnement is created, the Rancher IP is printed in the output and I can access the server.

But I can’t find the machine in my EC2 instances dashboard.
How can I stop the server? Where is it? It’s supposed to be in AWS


P.S:

I checked that my access are correct with the command

aws configure

To find the access token, I did:

aws sts get-session-token

This printed credentials that I copied in the Terraform Configuration file.

EDIT

Like said by Michael Hampton, the instance is supossed to be in EKS cluster, but there is none.

To destroy the environment I have to do:

terraform destroy --auto-approve

But it seems it stucks in a loop.

Score:1
cz flag

The quickstart document you linked to clearly says:

Two Kubernetes clusters are deployed into your AWS account, one running Rancher Server and the other ready for experimentation deployments.

You can find Kubernetes clusters in your AWS console by going to Elastic Kubernetes Service, and then clicking Clusters.

Hamza Ince avatar
cn flag
Thank you for your answer, but when I look at Elastic Kubernetes Service, I can't find it in the cluster section, neither it is in ECS.
Michael Hampton avatar
cz flag
@HamzaInce Did you select the correct region?
Hamza Ince avatar
cn flag
Thank you, the answer was correct.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.