Skip to content

aws ec2 instance nvme1n1 is howing 12gb not sure where it came from i dont have any ec2 instance running up

0

aws ec2 instance nvme1n1 is howing 12gb not sure where it came from i dont have any ec2 instance running up df -h showing 12G and more no instance running

Cam soome one help i dont have any instance running i tried to run windows server ec2 instance and it failed but currently i dont see any instances running no tsure why its still shwoing 28Gb used did it crashed can i delete or clean up what are commands

and any ideas to run free windows server on aws

asked 2 years ago303 views

4 Answers
1

It appears there might be some confusion in your situation. If you don't have any EC2 instances running, you shouldn't be seeing any disk usage or device names like nvme1n1. This could indicate a few possibilities:

  1. There might be a terminated instance that hasn't fully cleaned up its resources.
  2. You might be looking at local storage on your own machine rather than an EC2 instance.
  3. There could be a misconfiguration or error in the AWS console or CLI you're using.

To address this issue:

  1. Double-check your AWS console to confirm no instances are running.
  2. If you recently terminated an instance, wait a few minutes for all resources to be fully released.
  3. Run 'aws ec2 describe-instances' in the AWS CLI to see if any instances are in a transitional state.

Regarding running a free Windows Server on AWS:

AWS offers a Free Tier that includes 750 hours per month of t2.micro instances running Microsoft Windows Server. This is available for 12 months for new AWS accounts. To use this:

  1. Create an AWS account if you haven't already.
  2. Launch a t2.micro instance with a Windows Server AMI.
  3. Make sure to stay within the Free Tier limits to avoid charges.

Remember, while the instance hours are free, you may still incur charges for other resources like storage or data transfer beyond the free tier limits. Always monitor your usage to avoid unexpected costs.

If you're having trouble launching a Windows Server instance, make sure you have sufficient permissions and that you're following the correct steps in the EC2 launch wizard. If issues persist, you may need to contact AWS support for further assistance.
Sources
EC2 for Windows Server – Amazon Web Services (AWS)
Amazon EC2 instances - Amazon Elastic Compute Cloud
Troubleshoot Amazon EC2 instance launch issues - Amazon Elastic Compute Cloud

answered 2 years ago

EXPERT

reviewed 2 years ago

1

Hi,

You're seeing here the storage used by the EC2 instance running under the CloudShell terminal that you are using to run your command.

I did same thing my side and I get exactly same result as you do:

[cloudshell-user@ip-10-130-63-14 ~]$ df -h
Filesystem      Size  Used Avail Use% Mounted on
overlay          16G  3.7G   12G  25% /
tmpfs            64M     0   64M   0% /dev
shm              64M     0   64M   0% /dev/shm
/dev/nvme1n1     16G  3.7G   12G  25% /home
/dev/loop0      974M  160K  907M   1% /home/cloudshell-user
/dev/nvme0n1p1   30G   14G   17G  47% /aws/mde/mde
[cloudshell-user@ip-10-130-63-14 ~]$ 

To know more about CloudShell: https://aws.amazon.com/cloudshell/

If you're interested in the pricing of this service: see https://aws.amazon.com/cloudshell/pricing/

There is no additional charge for AWS CloudShell. You only pay for other AWS 
resources you use with CloudShell to create and run your applications. Additionally, 
there are no minimum fees and no required upfront commitments. 
Data transfer is billed at standard AWS data transfer rates.

Best,

Didier

EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

0

You're running this command in AWS CloudShell, which under the hood is just a Linux host. As such, it needs things like CPU, memory, disk and network to run, and the output of df -h shows the 16GB disk that this CloudShell instance is using (look at the Size column not the Avail column).

You won't see this as an EBS volume in the AWS Console because you don't manage the CloudShell service, AWS does.

You won't be charged for it https://aws.amazon.com/cloudshell/pricing/

There is no additional charge for AWS CloudShell. You only pay for other AWS resources you use with CloudShell to create and run your applications. Additionally, there are no minimum fees and no required upfront commitments. Data transfer is billed at standard AWS data transfer rates.

Basically, the storage you can see here is nothing to do with any storage that you may have provisioned for use with EC2 instances.

EXPERT

answered 2 years ago

AWS
EXPERT

reviewed 2 years ago

0

My answer is I connected amazon +stripe it's an easy for you to use for open stot and selling Enter image description here

answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.