All Questions
3 questions
1
vote
0
answers
234
views
(AWS) ALB with ec2 instances Amazon Linux and Nginx
I want to use Nginx in Amazon Linux intances. If I use a single instance with a public IP granted by Amazon, the configuration works. Then when I add an ALB and later add the target group the app ...
0
votes
3
answers
70
views
How to account traffic on CentOS Linux?
I have an EC2 CentOs instance on AWS with nginx that has been pumping out major outgoing traffic, which of course is pumping up my monthly cost.
How can I track down what is sending so much data?
3
votes
3
answers
3k
views
How to prevent update from conflicting repo?
On EC2 / Amazon Linux AMI (Centos based), I created /etc/yum.repos.d/nginx.repo:
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/6/$basearch/
gpgcheck=0
enabled=1
Then I ...