Questions tagged [aws-ec2]

40 questions
0
votes
0 answers

AWS IAM user with special permissions

I am having following task to do. I want to create 10 IAM users each user should have login username and password and each IAM user should have separate ec2 instance that can not be visible to others. for an example: user1 user2 user2 ....…
anil
  • 15
  • 6
0
votes
1 answer

Where is initial snapshot of EC2 volume?

When I launch EC2 (Amazon Linux) instance, attached volume shows snapshot id in details pane. That snapshot ID is not shown in Snapshots section. What is the logic/reasining behind "default" snapshot? Note: I never created a snapshot of instance. It…
Zdenko.S
  • 101
  • 1
0
votes
1 answer

Allow access to EC2 from 1 country only

I need to restrict access of http(s) and pop/imap ports of an EC2 instance to a single country. Its a requirement from security auditor. It will not prevent access via vpn, but atleast it will not be directly open. There are 2 questions here about…
amolkul
  • 111
  • 5
  • 9
0
votes
0 answers

How can i route pods in a EKS cluster to a specific NAT Gateway within the same subnet

Am running an EKS cluster deployed on a node (in public subnet) with two namespaces, one pod running in each of the namespaces. I have created two NAT gateways on the same subnet. I would like to route egress traffic from pod A to NAT gateway A and…
0
votes
0 answers

Migrating EC2 t2.medium to t2.large ssh issue

We have 2 EC2 instances - one for staging and one for production. They have a fairly similar setup. Since we need to scale (while still staying on EC2), I want to change the type of the production instance from t2.medium to t2.large. My course of…
0
votes
0 answers

Accessing HTTP API using IAM policy

I am using an HTTP API Gateway with {proxy+} route, $default stage and ANY method with IAM Authorization. Before activating IAM Authorization the API responds to every request and to none after activation as expected However, after adding an IAM…
0
votes
1 answer

Fixing Permission Issue (Operation not permitted (1)) when using github action

I have an aws ec2 instance and I am trying to setup github action. My action is not able to sync. The error I get is Warning: Permanently added 'XXXXXXXXXX.compute.amazonaws.com,XX.X.XX.XX' (ECDSA) to the list of known hosts. sending incremental…
bhanu
  • 101
  • 1
0
votes
1 answer

Can't find Rancher instances in AWS EC2 dashboard

I followed the official AWS quickstart guide from the Rancher website: https://rancher.com/docs/rancher/v2.5/en/quick-start-guide/deployment/amazon-aws-qs/ The tutorial consists in : Downloading a Terraform project Finding your AWS access Changing…
Hamza Ince
  • 103
  • 4
0
votes
1 answer

Hashicorp Vault - AWS EKS vs EC2

Is it possible to install a Hashicorp Vault cluster to EC2 only or is EKS required and would there be a big advantage to one over the other?
Robben
  • 33
  • 5
0
votes
0 answers

AWS EC2 Instance Status Check says "Instance reachability check failed"

AWS EC2 status check displays: "Instance reachability check failed". On checking the system log no error is seen. The log file ends with the login prompt. Checked the screenshot of the system also, which too shows the login prompt. SSH is enabled in…
Praveen
  • 103
  • 6
1 2
3