Top "Aws-ec2" questions

Amazon EC2 stands for "Amazon Elastic Compute Cloud". It is a part of Amazon Web Services (AWS) and allows users to rent virtual machine instances.

Can I add dns name in aws security group

I have to connect my dynamic IP(which changes every time) to the AWS EC2 machine. For this I mapped …

amazon-web-services amazon-ec2 aws-ec2 aws-security-group
what are pagecache, dentries, inodes?

Just learned these 3 new techniques from https://unix.stackexchange.com/questions/87908/how-do-you-empty-the-buffers-and-cache-on-a-linux-system: To free pagecache: # echo 1 > /proc/sys/vm/…

caching memory redis memcached aws-ec2
Node.js Forever.js uptime stopped

I'm running a node script on my EC2 instance. I 'm using forever.js to run it because I'd like …

javascript linux node.js forever aws-ec2
Retrieving public dns of EC2 instance with BOTO3

I'm using ipython to get an understanding of Boto3 and interacting with EC2 instances. Here is the code I'm using …

python amazon-web-services dns boto3 aws-ec2