You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DevOps_Interview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Ans: ADD and COPY work similarly. Both commands copy the contents of the locally available file or directory to the filesystem inside a Docker image. However, while COPY has no other functionalities, ADD can extract compressed files and copy files from a remote location via a URL.
6
6
7
7
### Explain the difference between security groups and network ACLs in AWS.
8
-
8
+
Ans:
9
9
- Security groups are stateful, meaning any allowed inbound traffic is automatically allowed outbound. Network ACLs are stateless, so inbound and outbound rules need to be specified separately.
10
10
- Security groups operate at the instance level, while network ACLs operate at the subnet level.
11
11
- Security groups allow you to specify allow rules only, while network ACLs allow you to specify both allow and deny rules.
0 commit comments