How the rules get processed by nacl and the security group.
Answer / Vinay Shankar Mani Tripathi
Network Access Control Lists (NACLs) and Security Groups in AWS work together to control inbound and outbound network traffic for EC2 instances. NACLs are stateless, meaning they evaluate each packet individually without considering previous packets. On the other hand, Security Groups are stateful, meaning they maintain a state table of established connections to allow return traffic through. Both NACLs and Security Groups process rules in order from most specific (allow) to least specific (deny).
| Is This Answer Correct ? | 0 Yes | 0 No |
How many security groups are there in vpc?
What precautions ought to I desire to make sure that the db instances in vpc are accessible by the application?
List various layers of cloud architecture?
You have a content management system running on an Amazon EC2 instance that is approaching 100% CPU utilization. Which option will reduce a load on the Amazon EC2 instance?
How can a user move the existing db instances outside vpc into the vpc?
When the instance is an unhealthy, it is do terminated and replaced with an new ones, which of the services does that?
Is it possible to change the private IP addresses of an EC2 while it is running/stopped in a VPC?
Expand s3?
Just give some quick overview about ami comparing to some other example services.
What is the use of the route 53 ?
How does the aws redshift work?
How will you change the instance type for instances which are running in your application tier and are using Auto Scaling? Where will you change it?