How to whitelist GCP cloud scheduler ip in aws EC2 server
I am running a server on AWS EC2, which runs only for some whitelisted ips. I want to use GCP cloud scheduler for running my cron jobs. So I want to whitelist GCP cloud scheduler request in EC2...
View ArticleInstalling git and awscli through user-data in alpine linux on EC2
I used to use user-data for debian or centos based linux instances several times and i didn't struggle. Now i'm trying execute a bash script in alpine linux using different package managers (pip and...
View ArticleFailed to install the following Android SDK packages as some licences have...
I'm setting up a new Jenkins build for an android app to run tests. I have downloaded android tools on the AWS instance. Then run the following commands to install additional packages to install...
View ArticleAWS IAM - EC2 - Restrict access to specific subnet
I am trying to create a policy to limit users to only run instances in a certain subnet, but the following isn't working (anonymising the account ID, Subnet ID and SID){ "Version": "2012-10-17",...
View ArticleHow Can I get details of an AMI or Snapshot if It is encrypted and with which...
Issue : ➜ I want to get information about my AMI to know if it is Encrypted or not and If yes, then with which key it is encrypted with (AWS Managed CMK or Customer Manager CMK) so that I can utilize...
View ArticleAmazon aws snapshots and AMIs
I am new at Amazon services so I need some questions to ask... Before upgrading to a newer instance I created an AMI of the current instance. Can I delete that AMI now after successful upgrading,...
View ArticleSDK for new ECS cluster auto scaling
ECS cluster auto scaling is now available since Dec 2019.Currently CloudFormation service does not support any resource type for this new ECS cluster resource.AWS CLI options are available for this...
View ArticleHow can I create a persistent websocket connection to kinesis? (I assume...
How would I go about creating a WS listener and streaming to Kinesis? I have seen api call examples with lambdas -> kinesis, but I am looking at something for a persistent connection. I am the...
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 ArticleGet volume ID of root volume in AWS EC2 using Python
I'm creating EC2 instances in AWS using python. I want to list the root volume ID of the instances I'm creating. I'm creating the instances with only the root volume. No additional EBS volumes are...
View ArticleTrying to install keras & tensorflow on an Amazon AWS Instance
I am running into some problems when trying to install keras and tensorflow on a Ubuntu EC2 Instance.I load in the library and try to install keras.library(keras) library(tensorflow)...
View ArticleDeploy React + Spring Boot JAR within service/process to AWS EC2 Linux Server
I have a full stack React.js & Spring Boot Application and I'm trying to figure out a good way to have it deployed to AWS EC2 Linux Server where i can leave it running 24/7. My issue is I can run...
View ArticleEssl epush server setup issue on amazon ec2 centos
I am trying to install iclock (epush server from esslsecurity) and it is working fine on my local system.But when i am trying to install it on our production server (Amazon ec2 centos), While login...
View ArticleHost key verification failed on first ssh connection
I'm trying to log with ssh on my EC2 instance with a new dual-booted ubuntu 16.04. It's the first time i'm logging in with this client, so there is nothing in .ssh/known_hosts to be deleted, as it is...
View ArticleAjax request from public subnet node app to private subnet WordPress api
My current setup is comprised of 3 EC2 instances – a NAT instance(public subnet), an Ubuntu node app(public subnet), and Wordpress(private subnet).I'm able to connect to the private Wordpress instance...
View ArticleWhat is the best processor for an EC2 instance in AWS?
I am using T2-medium in AWS but the billing cost is like very high. I want to optimise the billing but don not want to compromise with the service. Somewhere i read about the processor i.e. the intel...
View ArticleEC2: Huge spike in incoming network traffic
I am seeing huge network in traffic to my application on ec2 instance hosted through Elastic Beanstalk. The app is served through a classic load balancer. The instance has public IP but public IP...
View ArticleHow to delete temporary User account in AWS?
I have created a script to create user accounts under AWS Organizations.Now, I am trying to automate deleting temporary user accounts in 30Min?What could be the possible solutions? I can work on...
View ArticleCreating subdomain on Amazon EC2 does not works
I want to create a subdomain from a real, living site which I will call example.com. The subdomain has to be named subdomain.example.com. Everything is running on a Amazon EC2 instance.I just can't...
View Articlecommand-line: line 0: Bad configuration option: 'proxycommand
I am trying to establish ssh connection into EC2 machine using below command cloud-tool-ss --profile a-worldcheck-preprod ssh --private-ip ********** When i run this command i get below error...
View Article