If I reserve 5 Elastic IPs on AWS, do I get 500 free remaps?
It's hard to understand from Amazon EC2 Pricing if 100 free remaps/month are per account or per Elastic IP address. Any experience?
View ArticleHow to increase the EBS volume of a running ec2 instance using cloudformation
Can we update EBS volume attached to a running ec2 instance using cloudformation? I know we can do it through console or CLI. Is there a way to do it using cloudformation?
View ArticleWhy can't I connect AWS RDS instance from EC2 instance in another VPC after...
I am running Tableau Server on our EC2 instance in VPC A. Meanwhile, I created a postgres RDS in another VPC B. Now I want to establish the connection between the Tableau Server and RDS. CIDR of RDS...
View ArticleCould not edit systemd service file
Need to edit following entries:[Service] Type=notify # the default is not to use systemd for cgroups because the delegate issues still # exists and systemd currently does not support the cgroup feature...
View Articleimagick extension not showing up in phpinfo on Amazon linux
I am using AWS EC2 and installed the Imagemagick and php imagick extension using the below steps:Stepscd ImageMagick-6.7.8-9 - go where you placed the folder./configuremakemake installmake checkinstall...
View ArticleHow to deploy create-react-app in AWS EC2
I am using react-router so I want to host in AWS Ec2. How to deploy the app and run permanently in the background or let me know if any other way
View ArticleAWS Elastic Block Storage (EBS) Snapshot Access History
How can we know who has accessed AWS EBS snapshot which was publicly available? I am not able to find the option in AWS management console
View ArticleWordPress needs the FTP credentials to update plugins
I host wordpress on AWS EC2 (ubuntu) and encounter the following error while updating plugins:To perform the requested action, WordPress needs to access your web server. Please enter your FTP...
View ArticleHow to protect awsconfiguration.json data details in iOS app?
I'm using awsconfiguration.json for AWS Cognito for my iOS Application written in swift. But I'm afraid of security that awsconfiguration.json is stored in my local directory. How can I protect this...
View ArticleHow to create instance from production environment snapshot to staging...
Currently, my website is live on AWS ec2 instance.I have two environments production and staging.The production take daily snapshots from it's database.Now, I want to create an image from production...
View ArticleIs there a way to access files/folders in a windows EC2 instance from NodeJS?
Is there a way (npm package) that connects to amazon EC2 windows instance and access the files present over there?
View ArticleHosting wordpress blog on AWS
I have hosted a wordpress blog on AWS using EC2 instance t1.micro (Ubuntu).I am not an expert on linux administration. However, after going through few tutorials, I was able to manage to have wordpress...
View Articlehow to add subdomain in cpanel on amazone EC2 instanance without rout53?
I created an amazone ec2 instance with centos cpanel from AWS Marketplace, everything is working perfectly, domain pointed with rout53, but subdomain created from cpanel account is not working
View ArticleStop and start EC2 instances at scheduled intervals automatically
I have one running EC2 instance that runs regularly. I want to reduce my (Amazon EC2) billing and usage by starting EC2 instances during my business hours (9:30 AM to 7:30 PM) and after it should be...
View ArticleError when deploying to codedeploy in AWS ec2
error : /scripts/execute-deploy.sh Script at specified location: /scripts/execute-deploy.sh failed with error Errno::ENOENT with message No such file or directory -...
View ArticleI can't create a template with the output of get-launch-template-data
I am starting to play with AWS. I have created an EC2 instance using the AWS management console. I would like to be able to create new, similar instances using the CLI so I've been looking at...
View ArticleWhere to locate the path
I've a RDD file stored in a variable and have the path. I'm using SSH to connect to the EC2 instance and opening Jupyter notebook to work on the path. The logs are stored in a specific s3 bucket,I mean...
View ArticleModSecurity not applied on aws amazon linux2
I have install mod_security sudo yum install mod_security and apply additional rule owasp-modsecurity-crs, also add the following code in httpd.conf and modsecurity.conf but still sql injection not...
View ArticleAWS EC2-Classic instances (PHP)
How to create an AWS EC2-Classic instance using AWS SDK for PHP API I couldn't find any documentation on this particular topic.
View ArticleAmazon EC2 error " WARNING: UNPROTECTED PRIVATE KEY FILE!" even after...
I am using microsoft ubuntu terminal to connect to my EC2 instance using PEM keys. According to the suggestions to this question I did change the permission. Even then I am getting the...
View Article