Boto3 Custom waiter rejected for not having a resource permission
I am trying to create a custom waiter to resume a boto3 script when an rds db cluster is restored to a point in time. (I'm trying to adapt this methodology to my needs:...
View ArticleCan not Connect to Jupyter Notebook on AWS EC2 Instance
I'm running Ubuntu 14.04 LTS on an AWS EC2 instance. I'm trying to connect to Jypter in Safari from my MacBookPro. I opened https port 443 and TCP 8888 in my security group.ubuntu@ip-10-0-1-62:~$...
View Articleaws temporary credentials update in nodejs app w iot communication
I am working on putting a node.js app in the AWS server so as to communicate using MQTT with IoTDevices. I am having some trouble with the temporary security credentials. Not sure how to automatically...
View ArticleMultiple WordPress Multisite under one EC2 instance (AWS)
We are trying to to configure the DNS routing for our multisites under one EC2 instance.Specifically we are setting up DEV, TEST, and UAT environments of a WordPress Multisite. We only just have 2...
View ArticleAPI Gateway not forwarding path parameters to URI for VPC Link integration
we recently changed our paths such that our APIs now use path parameters. We have some APIs that are running in EC2 containers. Since we made this change, these methods have stopped working. I found...
View ArticleDo I need AWS Load balancer with nginx in AWS ECS?
I'm using Docker in AWS ECS. I have one EC2 machine with docker agent from AWS ECS, and the ECS task contains of 3 containers:nginx containerapplication-nodejs containerstaticfiles-nodejs-application...
View ArticleNot able to connect to Kafka on AWS EC2
I created an Ubuntu VM on AWS EC2 and in this same VM I'm running one instance of Zookeeper and one instance of Kafka. The Zookeeper and Kafka are running just fine, I was even able to create a topic,...
View Articleaws ec2 run-instances: script as the plain text is ignored
I'm trying to pass the script as the --user-data parameter. If the same is run through --user-data file://some_file.sh all works. Also, it works if launch instance through AWS GUI by adding user-data...
View ArticleAws wordpress EC2 with 503 service unavailable
This is my first time using wordpress on EC2 (I have 0 knowledge about it. I just follow youtube tutorial...). It was fine when I created in July until last week. I ran into 503 error Service...
View ArticleHow to speed up this Rets feed import from MLS using Phrets (Bright MLS)
I am new to RETS importing so I developed this script: <?php use Aws\Credentials\Credentials; use Aws\S3\S3Client; date_default_timezone_set('America/New_York'); /*...
View ArticleHow to properly install a SSL for tomcat?
I am in need of having step by step information about installing a wildcard SSL in tomcat server. I tried suggestions in internet, even contacted the SSL provider but all are messing around, I believe...
View ArticleAnsible ec2.py doesnt return all ec2 instances in the AWS account, it returns...
Trying to run ec2.py with Ansible dynamic inventory and have added the parameters destination_variable = private_ip_address vpc_destination_variable = private_ip_addressin the ec2.ini file. gave...
View ArticlePermission denied when I copy letsencrypt folder using scp [closed]
I want to copy letsencrypt folder from my remote ec2 machine to my local folder.So I run this command:scp -i key.pem -r ubuntu@ec2-3-188-92-58.us-east-2.compute.amazonaws.com:/etc/letsencrypt...
View ArticleInstall unixODBC >= 2.3.1 on Linux Redhat/CentOS for msodbcsql17
I try to install msodbcsql17 on AWS EC2 with CentOS/RedHat (Linux). These are the steps, I have followed, from Microsoft (LINK):sudo su #Download appropriate package for the OS version #Choose only ONE...
View ArticleHow to manage Service Quotas (also referred to as limits in AWS Account)...
How can I manage my Service Quotas (also referred to as limits in AWS Account) using AWS CLI commands
View ArticleHow can I get the value of Usage in Service Quotas on AWS through aws ali?
I have created two instances with the package information t2.micro. When I checked with service-quotes, there were 02 instances. How can I use AWS CLI (or API) to get value at Usage?Hope you can help me.
View ArticleLaravel Pusher uses old apikey only in aws -> how can I clear/ change it?
I have an angular & laravel app that uses pusher. I changed the apiKey, secret etc in the .env in laravel. It works well on local but when I try on AWS EC2 the credentials are still the old...
View ArticleError: httpd24-tools conflicts with httpd-tools-2.2.34-1.16.amzn1.x86_64
Got these errors while installing and didn't find a specific answer for it. So, I'm offering the solutions as I found them in case anyone else encounters this: Error: httpd24 conflicts with...
View ArticleCan't install laravel-echo-server with npm and .ebextensions (code ELIFECYCLE)
Context of ErrorI am launching an EC2 instance (Linux PHP platform). During the build, I install npm successfully as well as an unrelated package PM2.However after that it tries to install...
View Articledomain shows 403 Forbidden in browser console
I have configure my domain and SSL in AWS EC2 instance. When i write domain in browser, amazon test page has been loaded successfully but in browser console, it shows below error:Request URL:...
View Article