Fetch API not working with localhost/127.0.0.1
Just as background, I have a react app sitting on a remote EC2 Ubuntu instance. The same server also runs a Go app listening on port 8080 (port has been opened to everyone from the Security settings).I...
View ArticleAngular 2 app deploy in a docker Container running on AWS
Hello Fellow Programmer,For a project we created an Angular 2, which will be our GUI. This GUI will get his Data from a Backend-API hosted at Amazon Web Services (AWS)‎.The GUI should run also on AWS,...
View ArticleEC2 instance connect : There was a problem setting up the instance connection
I launched a new Amazon Linux 2 instance. I tried connecting to the instance via the EC2 instance connect option under the Connect ->EC2 Instance Connect (browser-based SSH connection) option in the...
View ArticleIntermittent pip install error in virtualenv?
For the commands below:virtualenv --system-site-packages `pwd`/.test # load virtual environment source `pwd`/.test/bin/activate # install required python modules # for some reason argparse is not...
View ArticleAWS Elastic Beanstalk 500 Internal Server Error with Django
I deployed a django server using AWS Elastic Beanstalk a week ago.There were no issues after I deployed the server and it worked without problems.However, I accessed today the server, there are...
View Article.htaccess not working apache
I have a server from AWS EC2 service running on Linux ubuntu and I have installed apache, php, and mysql.I have added a .htaccess file in my document root /var/www/html.I entered this code in it:...
View ArticleMemory Error while using Requests and BeautifulSoup on EC2
I am using requests and BeautifulSoup to parse Wikidata to build a Person object. I am able to do this successfully, however when doing it iteratively I run into the MemoryError below after creating...
View ArticleHow can i connect android studio to the Amazon EC2 server
I have an android studio app which use an amazon ec2 server to do what I wrote there , how can I connect android studio to amazon ec2 server ?
View ArticleAWS - Can't detaching network interfaces - You are not allowed to manage...
I did the AWS mysfits tutorial and I thought the cleanup would be as simple as deleting the Cloud Formation stack. However, items failed to delete so I am trying to clean them up manually to assist the...
View ArticleCan not access internet through my centos ec2 instance on AWS
I have created a centos 7 ec2 instance on AWS. it resides in a public subnet which have an internet gateway attached to VPC.the inbound rules are as follow:Ports Protocol Source ohio-dev-rst-public 80...
View ArticleCan i do ssh into my ec2 instance created by terraform?
i have created an ec2 instance using terraform (do not have .pem keys). Can i establish ssh connection between my local system and ec2 instance?
View ArticleEC2 or S3 to host AngularJS app?
I want to launch a production version of an AngularJS application, and I find Amazon AWS to be an awesome hosting suite. As AngularJS is essentially static it could be hosted on S3 storage, or on an...
View ArticleIIS10 in Windows-Server-2016(AWS) unable to redirect HTTP request to HTTPS
IIS-10 in windows-server-2016 unable to redirect HTTP request to HTTPS.I tried almost all configurations that are available over internet but still no success.Note: My server will get sub-directory url...
View Articleaws eb cli set Healthcheck utl
I am deploying a Django app with python 3.6 to AWS Elastic Beanstalk. Does anyone know how to set the Healthcheck URL when creating or restoring an elastic beanstalk environment? I have tried saving a...
View ArticleInstalling VM Virtualbox in EC2 Windows server
I am trying to install a red hat os on VirtualBox in my EC2 Windows Server 2016. The import happened smoothly, but when I try to start the virtual OS, the EC2 instance reboots.My system specifications...
View ArticleFile not fount in AWS EC2 hosting
I have set up my server on AWS EC2In my apache config (php) I have this:<VirtualHost *:80> ServerAdmin email@address DocumentRoot "path/repo/" ServerName domain name ServerAlias domain name...
View Articleuserdata .sh script not running on startup for cloudformation
I need to run a .sh script on startup of ec2 created from cloudformation.I am copying script from s3 and then trying to run it. The script is able to be copied from the s3 bucket to ec2 root but its...
View ArticleEC2 Instance doesn't become managed after installing SSM Agent
I've installed SSM Agent (2.2.607.0) on Windows Server 2012 R2 Standard instance with the EC2 Config (4.9.2688.0). After installing it, i cannot see the server on the Managed Instances screen. I did...
View ArticleArgument 3 passed to MongoDB\Driver\Server::executeBulkWrite() must be an...
I got an error from mongo db, when I connect with application server through php 7.2,**Fatal error: Uncaught TypeError: Argument 3 passed to MongoDB\Driver\Server::executeBulkWrite() must be an...
View Articlespot bid AWS backend for R foreach [closed]
I'd like to set up an AWS architecture where I have a memory-optimized instance (say, an X1) running a head node for a dynamically allocated cluster, and then the rest of the cluster is spun on demand...
View Article