Questions tagged [security-groups]

175 questions
3
votes
1 answer

Windows - Group Policy - Numerous Share Drives w/ Item-Level Targeting

Overview We have been working on getting our numerous sites to map share drives for each user that needs access to their sites. We have no way of standardizing this from within their AD profile as some users move around a lot and end up not telling…
2
votes
0 answers

AWS EC2 : IAM policy to allow inbound SecurityGroup with PORT Range

I want to allow the access to specific ec2 security group to one of the developer. For that I know that we can use something like this : { "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1413232782000", …
RKT
  • 21
  • 1
2
votes
1 answer

Limit public access to AWS ECS Fargate Service

I have a service on AWS ECS deployed using Fargate. This service uses a Network Load Balancer (NLB) to allow an Elastic IP to be associated with the service. This is not an http service and is using port 5060 (SIP), hence the choice of an NLB.…
2
votes
2 answers

Does it makes sense to configure iptables when you have configured AWS EC2 security groups?

We are using some Amazon EC2 instances with configured Security Groups (e.g. can SSH only from particular IPs -- sorry I cant post rules). Some time ago I checked iptables and it looked like there were not configured. sudo iptables -L -n Chain INPUT…
2
votes
2 answers

System Account Access Token missing groups

I'm experiencing a weird phenomena regarding Windows SYSTEM Account. Looking at these three different ways to start a process as SYSTEM: Sysinternals PSExec Task Scheduler GPO Startup Script. Processes started with these methods result in…
2
votes
1 answer

securely connect jenkins and github

we have a Jenkins server running on an ec2 instance. The security groups are very restricted in this server, they only allow traffic from the company office, and the slave nodes. we want to setup github hooks, so everytime someone pushes code to…
2
votes
1 answer

How to allow connection between ec2 instances in different regions?

I have 10 instances with a security group in Oregon and another 10 in Virginia. How to add edit security group(rules) to allow traffic between them??
Siddharth
  • 31
  • 1
  • 2
2
votes
0 answers

Exchange online security groups without email

We're trying to create user groups in Exchange Online in order to group users when applying permissions to specific folder on shared mailboxes. We don't want to mail-enable those groups, but I don't seem to find way to do it. In Exchange, I can…
2
votes
1 answer

AWS security rules bug?

I'm trying to put online a website with HTTPS. I have double checked AWS Security Groups, and everything looks fine. I'm running on Node.JS, and this is the app script, so I'm pretty sure it's running on port 443. https.createServer(options,…
2
votes
1 answer

Network problems when I create Beanstalk environments from an AMI

I'm using AWS elastic beanstalk web interface to create an environment based on an existing AMI that has our application deployed on it. The environment gets created, the app is accessible via the ec2 instance's IP. however the environment's health…
2
votes
4 answers

Windows server 2012 Active Directory Groups

Have a quick question. I work in a large company and i've always been told that if a users needs let's say access his emails on the phone he has to be member of a specific group (apart from activating active sync in the exchange console, of…
2
votes
1 answer

Seemingly duplicate logins in local groups

I can’t figure this one out, and it’s vague enough that I can’t determine the appropriate search terms to research it. Apologies if this is frequently asked! On many servers on our domain, when I check the membership in the Administrators group, I…
Philip Kelley
  • 253
  • 2
  • 9
2
votes
2 answers

Source CIDR/IP/Security group setup in Security Groups Inbound Rules

I want to set up security group for an ec2 instance(Linux). There are services running on it like mem cached, python, dhclient, nodejs etc. How do i know which IP/CIDR-block should my server be listening to on a particular port? Eg. if mysqld is…
2
votes
1 answer

Whitelist multiple public IPs across security groups in AWS

We have a bunch of 50-odd external (non-AWS) servers that we need to whitelist across many (~50) security groups (vpc). Apart from the constraint on the number of rules, adding and removing entries to/from all the groups one by one is a pain. I…
galactocalypse
  • 133
  • 1
  • 7
2
votes
1 answer

Connecting OpenVPN client over Peering Connection to different VPC AWS

I am trying to connect the VPN client to VPC different than VPN server belongs to. That's my setup: Network diagram However I can't manage the VPN client 10.8.0.6 to be able to reach the instance in the non-VPN VPC 10.24.0.249. Description of my…
1
2
3
11 12