skip to Main Content

Amazon web services – Gremlin Console – Connecting to Amazon Neptune with Sig4 signing

I need to connect to Amazon Neptune using Gremlim console. Tried all steps for setup and signing configuration but following error occurs when connecting to Neptune. Steps performed: Install JDK sudo amazon-linux-extras install java-openjdk11 Install Gremlin Console wget https://archive.apache.org/dist/tinkerpop/3.4.10/apache-tinkerpop-gremlin-console-3.4.10-bin.zip unzip…

VIEW QUESTION

Debian – AWS retrieve credentials GitLab CI/CD

I followed this video to get credentials from AWS via GitLab CI/CD. Video link: https://www.youtube.com/watch?v=7PvTjYTkYTo I created the same variables as seen in the video. The role has also been created in AWS. variables: AWS_REGION: "eu-west-2" aws_profile: "OIDC" IGNORE_TF_DEPRECATION_WARNING: "true"…

VIEW QUESTION

Amazon web services – i was trying o build a stack using aws cdk , application load balancer with two ec2 instance

@jsii/kernel.SerializationError: Passed to parameter props of new aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationTargetGroup: Unable to deserialize value as aws-cdk-lib.aws_elasticloadbalancingv2.ApplicationTargetGroupProps | undefined ├── 🛑 Failing value is an object │ { '$jsii.struct': [Object] } ╰── 🔍 Failure reason(s): ╰─ Key 'targets': Unable to deserialize value as…

VIEW QUESTION
Back To Top
Search