Data Pipeline load bulk tables in one time
I am using AWS Data Pipeline for copying my RDS MySQL Database to Redshift. I need to create separate pipeline for each table and each pipeline create new EC2 instance. (Process takes time).ProblemIs...
View ArticleHow to run polynote on remote AWS machine?
I have a remote ec2 machine on AWS (Ubuntu 18.04). I have installed there polynote notebook.From my local laptop I have connected to the machine and use:cd /polynote ./polynote But it opens the server...
View ArticleAWS EC2 RDS SQL Server Performance Insight and send to Cloud watch
Currently trying to capture the performance details for the SQL Server which is hosted on the AWS EC2.I have seen few links which captured the windows performance counters and sent it to the...
View ArticleHow to find AMI ID of CentOS 7 image in AWS Marketplace?
I have been launching EC2 instances by logging in to the AWS site, hitting the "Launch" button and following the proscribed steps. Now I'd like to launch instance from an Ansible script, and to do this...
View ArticleAWS EC2 multiple NIC routing
I have currently three tomcat servers running off of Apache which listens to certain IP address each on one machine to redirect to certain routes. I want to move them up to AWS VPC for higher...
View ArticleDifficulty With Multiple VHosts on EC2 Instance
I admit my knowledge of VirtualHosts can be cursory, but I'm taking on a task that I am struggling with. I will need to have two domains reaching two different folders on my EC2 instance; let's call...
View ArticleHow to update EC2 instance after pushing new image version
Currently I have a docker container running an image from an ECR repository.After doing the push commands to the repository, the image is updated successfully, however, the EC2 instance still runs the...
View ArticleHow do you share volumes between Docker containers in an Elastic Beanstalk...
I'm trying to share data between two Docker containers that are running in a multicontainer AWS EC2 instance.Normally, I would specify the volume as a command flag when I ran the container, ie: docker...
View Articleinstall latest python version on AWS EC2 Ubuntu
I'm trying to install the latest python version (today = 3.8) onto Amazon EC2 Ubuntu 18.04I don't understand why doing sudo apt-get install python3 I only have 3.6.8Using other than Ubuntu 18.04 but...
View ArticleCloudformation stack provisioning windows ec2 instance doesn't install...
I am trying to install git and vscode on windows ec2 instance using cloudformation template executing a stack. The stack completes successfully, however when I log onto the ec2 instance I don't see git...
View Articlehow to make my website that is on Amazon EC2 load faster
I'm currently developing CRM with a t2.micro EC2 instance and it works very slow but the average usage of the instance is stable under 50% if I use auto-scaling it will help the speed, or maybe another...
View ArticleTerminate AWS EC2 instance when SSM Run Command status changes
I would like to (1) launch an AWS EC2 instance, (2) run a shell script (that sends output to an S3 bucket) and (3) terminate the instance automatically when the script terminates, all remotely without...
View ArticleHow to create custom filesystem partitions (/var, /home/, /var/log etc) on a...
To elaborate, I would like to partition the root disk and create separate partitions for /var, /var/log, /home etc. as part of the AMI build process and create a custom image. I do not want all the...
View Articlewhat is the requirements of a mobile chat app that using xmpp?
I want to create a cross platform mobile chat app with react-native, so i was making some researches about it for a while. I found that i should use a xmpp server like prosody and also aws ec2 with an...
View ArticleRestoring wordpress site using .zip and .sql onto AWS
What is the best was to restore a website from a backup when all I have is a .zip file and a .sql file of the wordpress site migrating onto aws. So far I tried installing wordpress with a EC2 instance...
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 ArticleRunning a live Java Server on Amazon AWS
I am developing a Client-Server application with several other programmers, in Java. At this point in time I do not want to be running the code locally. I want to be able to connect to the Server from...
View ArticleUploading a directory from local to ec2 instance using RSYNC
Here is the command I am using to move my ProjectLocal directory to the EC2 ProjectRemote Directory (obviously I replaced some real values with fake ones):rsync -ravze "ssh -i...
View ArticleUnable to access Flask app hosted on EC2 after adding https support
I have a Flask application currently using http being hosted on an ec2 instance. I want to host my application using https. Currently with http, I am able to access my application (running on 0.0.0.0...
View ArticleConnection testing of DMS target endpoint fails
In my case, the source is SQL Server in EC2. Target is SQL Server in RDS. In DMS, I created the replication instance. The source endpoint test is a success. But the target endpoint test fails with this...
View Article