AWS IAM Policy Types
AWS supports six types of policies: Identity-based policies, Resource-based policies, Permissions boundaries, Organizations SCPs, ACLs, and Session policies.
AWS supports six types of policies: Identity-based policies, Resource-based policies, Permissions boundaries, Organizations SCPs, ACLs, and Session policies.
By default these entities start with no permissions to access AWS Services, Permissions are granted to IAM entities (users, groups, and roles) using these Policies.
GIT Interview Questions I. Git Fundamental Level Interview Questions 1. What is git ? Git is Source code management tool and an open-source distributed version
Interview Questions I. Maven Fundamental Level Interview Questions II. Maven POM.xml Interview Questions III. Maven Dependencies Interview Questions IV. Maven Build Interview Questions V. Maven
Build profiles are majorly of three types. Types of Build profiles : Per Project : Running the build using pom.xml profile Per User : –>
Maven provides a settings file, settings.xml, which allows us to specify which local and remote repositories it will use. We can also use it to
Maven Failsafe Plugin: Pom.xml <dependencies> <!– Test framework which will be used by Failsafe plugin. Version number is mandatory –> <dependency>
Task : Running JUnit test class in maven (source 🔗) (i) Adding JUnit to maven : Adding JUnit dependency in pom.xml <dependencies> <dependency>