amazon-ec2 Questions
5
Solved
I'm trying to set up a service that launches 20 single-container tasks with an application load balancer. The problem is that every task stays stuck on PROVISIONING
The service has logged an error ...
Saar asked 27/7, 2020 at 20:56
6
I have an EC2 instance which is running with the following security groups:
HTTP - TCP - 80 - 0.0.0.0/0
Custom UDP Rule - UDP - 1194 - 0.0.0.0/0
SSH - TCP - 22 - 0.0.0.0/0
Custom TCP Rule - TCP - ...
Arium asked 20/4, 2016 at 2:41
3
Solved
I am using the mongo-express.
Installed on AWS EC2, it was started.
$ node app
Mongo Express server listening on port 8081 at localhost
Database connected
Connecting to db...
Database db connecte...
Ofori asked 22/2, 2016 at 12:18
3
What is the best approach to enable https on ec2 public dns? I just have single instance running so i don't think adding load balancer is good approach and I don't have any domain name to point to ...
Magdaleno asked 18/3, 2021 at 7:41
4
Solved
I have a volume of 250 gb initially in one of my ec2 instance. I have increased the volume to 300gb. I could able to see that 300gb using the below command
But when i do df-h command i could not ...
Seagoing asked 2/6, 2020 at 6:47
5
I have configured my Jenkins to execute a Linux instance on AWS EC2. This works absolutely fine and I am able to invoke Linux instances on EC2 via Jenkins. (Installed a couple of plugins; settings;...
Savagery asked 24/6, 2016 at 10:53
2
I use AWS CloudWatch log agent to push my application log to AWS Cloudwatch.
In the cloudwatchLogs config file inside my EC2 instance, I have this entry:
[/scripts/application]
datetime_format = ...
Multistage asked 21/3, 2017 at 10:40
4
I was following the tutorial here for a Ruby on Rails app to deploy to AWS using Elastic Beanstalk. I am getting the error
Unable to assume role "arn:aws:iam::xxxxxxxxxx:role/aws-elasticbeanstalk-...
Diarmit asked 18/12, 2015 at 2:31
6
Solved
I am trying to install postgresql for the meta data of hive on Amazon EC2 Linux machine.
And at that point, I am trying to connect postgresql outside docker image. Inside, I can connect the postgre...
Deify asked 19/5, 2022 at 15:23
11
I have been following the facebook bot setup guide and have setup a callback url that is running on an EC2 instance.
I am getting an error (see title of this) when trying to validate the callback ...
Rehash asked 5/3, 2020 at 11:56
5
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 ...
Kayne asked 6/5, 2020 at 18:18
3
Lets say I have an EKS cluster, an EC2 instance and my local machine, I can pull images from my private ECR without any issues. But when I pull a generic image like nginx, it will come from Docker ...
Chasidychasing asked 11/3, 2021 at 17:33
4
I am trying to learn/use AWS ECS but keep getting
service has reached a steady state.
Followed by:
service (instance i-05873e2a55ecba2f6) (port 32768) is unhealthy in target-group due to (...
Lucullus asked 28/3, 2018 at 6:27
4
Solved
I understand that I get 5 EIP per region and if I need more I need to request service limit increase.
My question is how many can I get after service limit increase? Is it possible to get 50 EIP?...
Margheritamargi asked 17/6, 2014 at 23:55
5
Solved
How do I setup passwordless ssh between nodes on AWS cluster
Jobber asked 4/1, 2011 at 13:21
1
I need to run an android project from a remote location to the Appetize.io simulators. The simulator provides an ssh command to do it. Every time I tried to connect, it outputs the following error:...
Strawn asked 2/9, 2019 at 17:11
4
I have a website that I am hosting on AWS. The ec2 instance is stored in a VPC. The instance is attached to an ELB and Network Interface. What I am trying to do is assign an Elastic IP to the Netwo...
Cauldron asked 30/9, 2016 at 15:31
16
Error: error configuring Terraform AWS Provider:
error validating provider credentials: error calling sts:GetCallerIdentity: operation error STS: GetCallerIdentity, https response error StatusCode...
Seabrooke asked 18/8, 2022 at 7:45
8
I could connect to ec2 instance with the following command, but today I couldn't connect using it.
ssh -i abcKey.pem [email protected] -v
Following is the verbose. I have opened SSH port in...
Revell asked 16/4, 2015 at 7:10
4
Solved
My client created a ubuntu server 16.04 to deploy a web app. And I have been getting difficulties the get the app deployed properly ...
So is there a way for me to reset the server back to its ori...
Drunkard asked 19/8, 2017 at 11:40
5
Solved
I have Postgres RDS instance which was available and working 7 days ago. Today I noticed in my app log, which is hosted in an EC2 instance that connectivity fails with
FATAL: password authenticatio...
Spare asked 3/7, 2020 at 17:58
3
I need to do some heap dumps and it would be great to have an easy (and fast) way to get the files as seamless as possible.
Current way doing it is:
Create file
Optional: Upload SSH key to EC2 ins...
Nesbitt asked 15/12, 2020 at 10:27
4
I want to install chromedriver in one of the AWS EC2 instance which is linux(Red Hat Enterprise Linux Server release 6.7 Santiago - 64 bit). While installing the chromedriver, we ran into issue due...
Revolting asked 3/6, 2016 at 22:15
3
Solved
I'm dynamically provisioning a EBS Volume (Kubernetes on AWS through EKS) through PersistentVolumeClaim with a StorageClass
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: k8seb...
Stercoraceous asked 14/8, 2018 at 15:35
2
Solved
Problem:
I have EC2 instance with Linux (Ubunty) and root volume of 10 GB. I have consumed about 96% of the size and now my application responding slow, so I wanted to increase the size to 50 GB.
T...
Sandstorm asked 27/10, 2021 at 15:7
1 Next >
© 2022 - 2025 — McMap. All rights reserved.