How to create and configure AWS IAM role ? What is IAM role? An IAM role is an IAM entity that defines a set of permissions for making AWS service requests. IAM roles are not associated with a specific user or group. Instead, trusted entities assume roles, such as IAM users, applications, or AWS services such as EC2.…
Category: iam user and security
How many security group can attach to AWS EC2 instance?
How many security group can attach to AWS EC2 instance? You can create up to 500 security groups per VPC. Can be increased by submitting request. You can have 50 inbound and 50 outbound rules per security group giving a total of 100 combined inbound and outbound. You can assign up to 5 security groups to a network interface.…