About 6,310,000 results
Open links in new tab
  1. AWS - Disconnected : No supported authentication methods available ...

    ec2-user or fedora on Fedora ec2-user or root on: RHEL AMI, SUSE AMI, other ones. If you are using OS: Windows - get PEM key from AWS website and generate PPK file using PuttyGen. Then use …

  2. How can I re-download the pem file in AWS EC2? - Stack Overflow

    Jun 30, 2015 · How can I re-download the pem file in AWS EC2? Asked 11 years, 8 months ago Modified 1 year, 6 months ago Viewed 171k times

  3. HTTPS Setup in Amazon EC2 Instance - Stack Overflow

    Aug 15, 2024 · How do I enable HTTPS in Amazon EC2 instance? Because our website is running on HTTP and doesn't provide secure connections. Would need some suggestions from others.

  4. How to see all running Amazon EC2 instances across all regions?

    I switch instances between different regions frequently and sometimes I forget to turn off my running instance from a different region. I couldn't find any way to see all the running instances on A...

  5. How to upload files and folders to AWS EC2 instance?

    Jun 4, 2012 · I use SSH to connect to my Ubuntu instance. With SSH I can administer files and folders on the instance, but how do I upload files and folders from my local machine to the instance? Is it …

  6. How to check whether my user data passing to EC2 instance is working

    Feb 24, 2022 · While creating a new AWS EC2 instance using the EC2 command line API, I passed some user data to the new instance. How can I know whether that user data executed or not?

  7. Using scp to copy a file to Amazon EC2 instance? [closed]

    Jul 9, 2012 · I am trying to use my Mac Terminal to scp a file from Downloads (phpMyAdmin I downloaded online) to my Amazon EC2 instance. The command I used was: scp -i …

  8. AWS EC2: How to check disk size and usage from Dashboard?

    I'm using Amazon Web Services and can see my EC2 instances in the dashboard. I would like to see the size of the attached disk for each one and how much unused space I have left. I know that I can ...

  9. How to get the instance Name from the instance in AWS?

    The article uses ec2-metadata to get the instance-id and and the hostname. I'm wondering if there is a way, using bash within the instance, to get the instance Name instead. ec2-metadata only seems to …

  10. What is the best way to pass AWS credentials to a Docker container?

    I am running docker-container on Amazon EC2. Currently I have added AWS Credentials to Dockerfile. Could you please let me know the best way to do this?