Which of the following is true of an instance profile when an IAM role is created using the console?
The instance profile uses a different name.
The console gives the instance profile the same name as the role it corresponds to.
The instance profile should be created manually by a user.
The console creates the role and instance profile as separate actions.
Explanations:
When an IAM role is created using the console, the instance profile automatically takes the same name as the role. Therefore, it does not use a different name.
The AWS Management Console automatically creates an instance profile with the same name as the IAM role when the role is created. This facilitates easy association between the role and its instance profile.
The instance profile is automatically created by the console when the IAM role is created, so it does not need to be created manually by a user.
The console performs the creation of both the role and its instance profile as a single action, not as separate actions. This streamlines the process and eliminates the need for separate manual creation.