Amazon EC2 Windows AMI booting slowly
I've inherited a system that has an custom AMI based on Windows Server 2019. This AMI boots up in about 60-90 seconds. Its based on Full Windows Server 2019 - not the stripped down Core version. The...
View ArticleCreating RDS cloudformation with route 53
I am having trouble with aws cloud formation. I need to create cloudformation that will install and configure RDS with RHEL and mariadb with route 53 and master user. I started first with basic...
View ArticleDon't know how to set up the Domain name on AWS EC2 server
There is an application Angular deployed on AWS S3 hosted as a static web application and Node JS as backend deployed on AWS EC2 with the Nginx and PM2 as production. Domain name was hosted on AWS...
View ArticleWhich AWS service would be more ideal for hosting a GO program when called...
I have a specific question regarding AWS services in that I have an application written in GO sitting in a EC2 instance. I also have created a bot in Telegram which uses webhooks to make function calls...
View ArticleSSH to private instances from bastion
I'm currently connected to my bastion server:Name-MacBook-Pro:.ssh name$ sudo ssh -i key.pem ec2-user@public-dnsLast login: Fri Oct 26 17:20:42 2018 from nat-000-000-000-000.central.domain.edu __| __|_...
View ArticleReact with Node js in AWS. Connection between React and Node Issue
I'm doing a project with React JS as Frontend and Node&Express as Backend.I'm testing the connection between React and Node in local dev environment and the real server.I'm using AWS EC2 as a...
View ArticleCloudfront 403 or no response error making request from S3 secured hosted...
My website clap.com is a SPA hosted on an AWS S3 bucket. It is SSL certified. My ec2 server is hosted on AWS EC2. I think it's SSL certified. I ran through the process to make it SSL certified. When I...
View Articlehow to enable ssl in auto assigned ip of aws ec2 running apache?
I have an amazon ec2 instance running apache server and nodejs express app. It has an auto assigned IP - http://ec2-13-126-38-24.ap-south-1.compute.amazonaws.comI want to be able to access my node app...
View ArticleHow to create an ec2 instances for ECS cluster
How do I create an ec2 instances that is compatible and can be added to an empty ECS cluster. Is there an existing Image avaliabe that I can use? or Do I create an vm from scratch and install if so...
View ArticleEC2 docker-selenium can not link hub and chrome node
I am bulding a selenium server in AWS EC2 and got some problems.AWS EC2 not support using networks param in docker-compose.yml, so I can not link between selenium-hub and chrome node. Are there any...
View ArticleOut of memory error in 'Composer update' command inside docker container in...
I have tried to run 'composer update' command inside docker container in Aws ec2 instance. But I get this error mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory...
View ArticleJenkins setup on EC2 vs ECS
Currently we have Jenkins that is running on-premise(VMware), planning to move into the cloud(aws). What would be the best approach to install Jenkins whether on ec2 or ECS?
View ArticleECS provisions multiple servers but never runs the task
I have an ECS cluster where the capacity provider is an auto-scaling group of ec2 servers with a Target Tracking scaling policy and Managed Scaling turned on.The min capacity of the cluster is 0, the...
View Articlehow to deploy .netcore to aws instance using azuredevops and my source code...
how to deploy my (.net core) 3.1 source code after building in Azure devops to my AWS windows ec2 servermy source code is in bit bucket reposeplease help me out this case.
View ArticleNeed end-to-end suggestion to connect EC2 instance to on-premises jump host...
Actually I am having one use case like "I am having one ansible server in cloud for example EC2 instance and I am having one customer jump host in a data center or another cloud". I need to establish...
View ArticleHTTPS not working on port 5000 of my domain (ex. domainexample.com:5000)
I added SSL on my domain using lets encrypt and connected it to my EC2 instance. I can access my domain with an https. But when i try to access it with a port (for example: mydomain.com:5000), https is...
View ArticleProxy Protocol on Elastic Load Balancing non-terminated SSL connection
For reasons we're not going to change, our application needs to handle the SSL connection, and not the ELB. The goal of using the Proxy Protocol is to get the client's IP address over an SSL...
View ArticleAWS Elastic Beanstalk Refused connection to database - Laravel
I am hosting my Laraval website in AWS using elastic beanstalk, it was working properly till tomorrow but when I visited my site today it showed the error " Connection Refused with database ", I...
View ArticleUsing multiple SSH keys for different hosts with Ansible EC2 Inventory Plugin
I am trying to use Ansible to install applications across a number of existing AWS EC2 instances which use a number of different SSH keys and usernames on different Linux OSes. Because of the changing...
View ArticleNginx docker container hosting reactjs app on AWS EC2 - Not showing
I am trying to run a docker container on an EC2 instance.When I access my EC2 container via. ssh and run the following command to serve a simple nginx container, it works.docker run -d -p 80:80 --name...
View Article