Ansible Timeout (12s) waiting for privilege escalation prompt
I'm having trouble running my Ansible playbook on AWS instance. Here is my version:$ ansible --version ansible 2.0.0.2 I created an inventory file as:[my_ec2_instance] default...
View ArticleForbidden: ecs-task to apigateway websocket connection
I'm trying to make a post_to_connection request from an ecs-task to an APIGateway Websocket @connection api but was unable to do so from this ecs-task getting a Forbidden response every time.This...
View ArticlePython script fails with a lot of data
I wrote a python script that seemed to work pretty well. It lists EC2 instances in AWS and then writes them to our Confluence wiki.If it processes one environment with 10 servers it works and writes to...
View ArticleDockerized Jenkins server on AWS
I have a dockerized Jenkins build server set up like below and I want move it to AWS.I have some questions on how to do it, Thanks.Is ECS the right choice to deploy dockerized Jenkins agents?Is Fargate...
View ArticleHow to install chrome inside AWS Lambda
How do I install Chrome in AWS Lambda? I know I might need a specific file from an EC2 instance but I can't figure out how to retrieve it. not duplicate as as a micro instance ec2 won't be the same...
View ArticleAWS VPC - Logical isolation from other virtual networks
Documentation says, "A virtual private cloud (VPC) is a virtual network dedicated to your AWS account. It is logically isolated from other virtual networks in the AWS Cloud."My understanding is,...
View ArticleExposed Elastic IP EC2 API times out from certain devices and works fine from...
I have an API written in Go running on a t2.micro EC2 instance with Ubuntu server 18.04. I deployed this instance to a VPN in a public subnet, attached to an Elastic IP Address. When I send HTTP...
View ArticleNginx reverse proxy for domain.com:port
I have a web application running and publicly available on http://example.com:8099To run the application over HTTPS, the app documentation suggests that we use a standard reverse proxy because it does...
View ArticleGot TLS cert, ,Route53, ALB, and EC2 all ready but browser is blocking part...
So we have this project due tonight. We have sat up all necessary AWS services using Terraform except for the TLS cert part. we have EC2, Route53, ALB, VPC. everything is working good but once we try...
View ArticleWhy traceroute ignores route table in AWS EC2 with VPC
Here my route table in AWS EC2 with VPCubuntu@ip-10-10-47-44:~$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.10.32.1 0.0.0.0 UG 100 0 0 eth0...
View ArticleRunning Node app via PM2 on port 80
I have an express that I want to run on port 80. -->app.listen(80);I'm using PM2 to manage the app (restarting, stopping, monitoring, etc.) . I have a deployment shell script whose last command is...
View ArticleHow can I move my AWS Lightsail Account to a different hosting provider?
I been trying to figure out how can I migrate my site from AWS-Lightsail to another hosting provider. Normally I would just download all the files from my file directory then upload them to the new...
View ArticleAmazon Launch Template - Updated AMI
I have started using Amazon's new Launch Templates and so far liking it however I just recently made an image from one of my instances, I then created a new version of the Launch template and used the...
View ArticleAWS Glue classifier for multi-delimiter not working
I am trying to run a crawler on CSV file located in s3 where |~| is the delimiter. I gave the delimiter as below:I ran the crawler but it is not able to read the data and creates an empty table. I have...
View Articlehow the account on AWS may be suspended on particular region?
While i have requested to increase the sending limits in Amazon SES ,it sent me that your account was suspended on the particular day of creating case...what does it mean?
View ArticleMYSQL service not getting started after disk full on AWS EC2 linux instance
For one of our applications we are using AWS EC2 Linux AMI server. We have PHP & MYSQL installed on this server. Suddenly due to no free space available APACHE2 and MYSQL service stopped.We have...
View ArticleStore CredentialProvider.VSS Credentials on EC2 programmatically
I am attempting to compile a significant project. Part of our build scripts downloads CredentialProvider.VSS.exe to download Nuget packages from a private repo.We are trying to programmatically kick...
View Article504 Page Error with Few Website URLs - WordPress [closed]
Do you see anything wrong with my settings?I currently manage my own website hosting using AWS EC2 instance.I am facing an issue only with several website URLs returning error 504, which I suspect is...
View Articledocker image of spring boot application
I want to learn how to create docker image of spring boot application with Gradle as their is requirement for same in my shop.To get started i have referred...
View Articleanomaly detection in cloud computing environments
I am looking for anomaly detection code in cloud environment as shown in this video https://www.youtube.com/watch?v=n70BdI7apXI&t=93sIs there similar code some which I can have a look I am probably...
View Article