Relative Content

Tag Archive for amazon-web-servicesamazon-ec2

Instance scheduler in aws

I’ve used the default template for aws instance scheduler . the stack is creating and dynamo db is also creating .When i changed the time zone and office hours the server is not starting and stopping. What might be the problem ? I’ve implemented the correct steps.

Not able to connect to my EC2 what ever I do even for fresh EC2 instances also

I am trying to connect my EC2 but not able to connect. I tried lot of things like inbound and out bound not a single time I was success. Below is my security inbound and out bound rule. Even I am not ale to connect through EC2 connect though it is Ubuntu server (24.04) based machine.
I also tried by creating new EC2 instance but same issue occurs.
please help me on this.

not able to connect to my EC2 what ever I do

I am trying to connect my EC2 but not able to connect. I tried lot of things like inbound and out bound not a single time I was success. Below is my security inbound and out bound rule. Even I am not ale to connect through EC2 connect though it is Ubuntu server (24.04) based machine.
I also tried by creating new EC2 instance but same issue occurs.
please help me on this.

not able to connect consumer in aws[ec2]

WARN [Consumer clientId=console-consumer, groupId=console-consumer-43368] Bootstrap broker 3.69.241.146:9092 (id: -1 rack: null) disconnected (org.apache.kafka.clients.NetworkClient).
not able to connect consumer in aws[ec2]

public ip for a docker pod inside ec2

I have a k8s cluster and docker pod runs in a ec2. I am trying to assign elastic ip to an ec2 instance so docker container running inside the ec2 will have that fixed ip address. We consume external system’s service they need to know from what ip we make calls to their system so they can white list our ip. For this I am trying to use elastic ip. I did assign elastic ip to the instance but still when I do curl https://2ip.io/ to the outside internet to know my public ip I see completely different ip address that elastic ip I assigned.