
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
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...
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 …
how to stop and start AWS EC2 instance automatically
Mar 7, 2018 · The AWS Instance Scheduler is a simple AWS-provided solution that enables customers to easily configure custom start and stop schedules for their Amazon Elastic Compute Cloud …
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 …
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?
How can I view files in EC2 instance? - Stack Overflow
Apr 19, 2022 · 1 After some more AWS training, I found out that I can also see the files and folders in my EC2 instance in a "GUI" format using the Fleet Manager in AWS Systems Manager. The Systems …
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.
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 ...
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 …