Denis Astahov

Results 16 comments of Denis Astahov

Looking for same feature. AWS CLI has flag called `--allow-reassociation` which is auto deassociate desired IP from any other EC2 aws ec2 associate-address --instance-id=$EC2INSTANCE_ID --allocation-id=$EIPALLOC_ID --allow-reassociation --region=$EC2REGION

Getting same error for: `source = "[email protected]:terraform-aws-modules/terraform-aws-s3-bucket.git"` Fixed by adding `//.` `source = "[email protected]:terraform-aws-modules/terraform-aws-s3-bucket.git//."`

Current version of Helm Chart not supporting this, you will need to modify it: 1. Create k8s secret file with JAAS config for KafkaServer/KafkaClient/Client/Server ``` apiVersion: v1 kind: Secret metadata:...

Thanks, working on it now...

Into **build.sh** added: ``` --build-arg MYSQL_MISP_USERNAME=adminuser \ --build-arg MYSQL_MISP_PASSWORD=adminpass \ --build-arg MYSQL_MISP_ENDPOINT=misp-mysql.xxx.us-west-2.rds.amazonaws.com \ --build-arg MYSQL_MISP_DBNAME=mispdb \ ``` Inside **Dockerfile** Added/Updated: ``` ARG MYSQL_MISP_USERNAME=demouser ARG MYSQL_MISP_PASSWORD=demopass ARG MYSQL_MISP_ENDPOINT=mysql-rds.us-west-2.rds.amazonaws.com ARG MYSQL_MISP_DBNAME=mispdbdemo RUN...

Same here: `docker compose up` error **InvalidParameterException: Invalid identifier: Identifier is for cluster MyECS. Your cluster is default** `docker compose up -d` works fine. Looks very buggy and basic alfa...

Seems like prefix `node-role.kubernetes.io` restricted, I just removed it and rest of labels applied.

> We using makefile or other wrapper for this. We using makefile or other wrapper for this like terragrunt already.

> You note you have a work-around already. I'm not sure what that is, so I'll say: if you have GITPATH as an environment variable, then `key = "{{ GITPATH...

> @adv4000 hey Denis! Thank you for your proposal. Could you please share some more details about the use case? Did I get it right that it address facilitation of...