Migrate Azure Linux VM to AWS EC2
We need to migrate Linux VM which is running in Azure to AWS EC2. Please, suggest the best way to migrate the VM as I am not familiar with azure cloud.
View ArticleKeep EC2 Windows server alive after disconnection
I have Windows server in virtual machine (Amazon EC2).I have Java Script that run on Chrome extension.When I disconnect my virtual machine, my JavaScript stop running.Is there any way to keep the...
View ArticleAWS: instance metadata for iam is not found
I'm trying to setup elasticsearch s3 snapshots on my ec2 instances. And it fails with following error:nested: NotSerializableExceptionWrapper[sdk_client_exception: The requested metadata is not found...
View Articleconnect jira app on EC2 to godaddy subdomain [closed]
I am following this guide ( https://www.cloudbooklet.com/install-jira-on-ubuntu-18-04-with-nginx-and-letsencrypt-ssl-google-cloud/ )to connect jira app on ec2 to godaddy subdomain. but i am getting...
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 ArticleUnable to connect the database which is on EC2 from the AWS DMS endpoint
I have a SQL Server running in a EC2 instance. I created a replication instance in DMS. I created a Source Endpoint in DMS pointing to the sql server instance. The Test of the endpoint fails with this...
View ArticleSend SNS Notification when EC2 instance is rebooted
I need help with one AWS Step. I know we can send an SNS Notification when the Instance is Stopped, terminated, starting and pending stages. But how do we send a notification when the EC2 instance is...
View ArticleAmazon EC2 and EBS disk space problem
I am having a problem reconciling the space available on my EBS volume. According to the AWS console the volume is 50GB and is attached to an instance.If I ssh to this instance and do a df -h, I get...
View ArticleDocker Scrapinghub/splash exited with 139
I'm using Scrapy to do some crawling with Splash using the Scrapinghub/splash docker container however the container exit after a while by itself with exit code 139, I'm running the scraper on an AWS...
View ArticleGradle build tools.jar not found
I am trying to build spring boot application in RHEL EC2 machine.I am getting could not find "tools.jar" in gradle buildreadlink -f $(which java)...
View ArticleUse Apache Airflow to edit CSV stored in AWS S3 without download
I have a project that requires large amounts of CSV data to be transformed regularly. This data will be stored in S3 and I am using an EC2 instance running Ubuntu server 16.04 to perform edits to the...
View ArticleConfig reverse DNS PTR on cpanel with AWS EC2
Anybody here has experience with configuration SMTP on Cpanel host by AWS EC2.After I have done configurations, DKIM is valid, SPF is valid, but PTR is not valid (reverse DNS). Then when I sent a test...
View ArticleIncreasing client_max_body_size in Nginx conf on AWS Elastic Beanstalk
I'm running into "413 Request Entity Too Large" errors when posting files larger than 10MB to our API running on AWS Elastic Beanstalk.I've done quite a bit of research and believe that I need to up...
View ArticleSet volume size in Dockerrun.aws.json
Hey I am deploying my multi container docker env via elastic beanstalk.My docker-compose.yml has an entry like service: image: redis volumes: - redisdata:/data volumes: redisdata: By this the contents...
View ArticleEC2 instance files not retrieved after attaching volume to instance
I accidentally terminated my EC2 instance instead of stopping and lost all my files and previous work. Luckily I had a snapshot which I created a volume from.I then proceeded to attach the volume to a...
View ArticleHow to manage ssh key file when we want to execute ansible command with...
I have a github repository, a docker repository and a Amazon ec2 instance. I am trying to create a CI/CD pipeline with these tools. The idea is to deploy a docker container to ec2 instance when a push...
View ArticleHow to use proxy_pass for simplest IP mapping?
Basically whenever anyone visit http://123.123.123.123/sample, I wish to reverse proxy map to http://456.456.456.456:7001/sampleMy attempt on nginx config as belowserver { listen 80 default_server;...
View ArticleCopy data from one ec2 to another ec2 from local [closed]
I want to copy one file from one ec2 instance to another ec2 instance, But I want to run command in the local machine terminal.Command is- scp -ri source.pem...
View ArticleDocker freezes AWS EC2 instance?
My AWS Ec2 gets frozen after 2-3 hours of running. and this only happens why I run my docker application. the only one thing which I found as what is happening to my instance is that AWS console says...
View ArticleHow to exchange EC2 Reserved No Upfront Instance
I have three reserved instances r4.xlarge. Now I don't want these reserved instances. I want to exchange them for two r5.xlarge and one r5a.xlarge. How can I exchange them?Please advise.
View Article