Examples of using An instance profile in English and their translations into Spanish
{-}
-
Colloquial
-
Official
Create an Instance Profile with the AWS CLI.
If the service you are working with is Amazon EC2, then you must also create an instance profile and add the role to it.
Create an Instance Profile with the IAM Console.
If you are going to use the role with Amazon EC2 or another AWS service that uses Amazon EC2,you must store the role in an instance profile.
An instance profile can only contain one IAM role.
You cannot use the console to delete an instance profile, except when it has the exact same name as the role.
An instance profile can contain only one IAM role.
For instructions, see Create and Use an Instance Profile to Manage Temporary Credentials.
An instance profile can contain only one IAM role, although a role can be included in multiple instance profiles. .
Description: Informs about the the value of an instance profile parameter to control relevant parameters that don't be changed.
To launch Amazon EC2 instances that are compatible with AWS CodeDeploy,you must create an additional IAM role, an instance profile.
Attach an Instance Profile to an Instance with the AWS CLI.
To assign an IAM role to an EC2 instance, you create an instance profile and then attach it when you launch the instance. .
If an instance profile with that name exists, check that the instance profile wasn't deleted and another was created with the same name.
If you created a role by using the IAM CLI orAPI, verify that you created an instance profile and added the role to that instance profile. .
Create and Use an Instance Profile to Manage Temporary Credentials.
If you use the AWS Management Console to create a role for Amazon EC2,the console automatically creates an instance profile and gives it the same name as the role.
The name of an instance profile or a reference to an AWS:: IAM::InstanceProfile resource.
If you are running the command on an Amazon EC2 instance that is configured for an IAM role,use EC2 instance credentials stored in an instance profile.
If you already have an IAM role that contains an instance profile, skip ahead to Attach an Instance Profile to an Instance with the AWS CLI.
An instance profile is a container for an IAM role that you can use to pass role information to an EC2 instance when the instance starts.
When you create an IAM role using the IAM console,the console creates an instance profile automatically and gives it the same name as the role to which it corresponds.
Instead of attaching an instance profile to an Amazon EC2 instance that connects to an environment, AWS Cloud9 can automatically set up and manage temporary credentials on your behalf in an EC2 environment.
To assign an AWS role to an Amazon EC2 instance and make it available to all of its applications,you can create an instance profile that is attached to the instance. .
For each role that you create in the IAM console, an instance profile is created with the same name as the role, and the role is automatically added to that instance profile. .
Before you can create a compute environment and launch container instances into it,you must create an IAM role and an instance profile for those container instances to use when they are launched.
If your EC2 instance was launched with an instance profile, PowerShell gets the credentials and region information from the instance profile; there is no need to run Initialize-AWSDefaultConfiguration.
We recommend that you do not run Initialize-AWSDefaultConfiguration unless you are running a PowerShell session on an EC2 instance that was not launched with an instance profile, and you want to set up the credential profile manually.
For more information,see Create and Use an Instance Profile to Manage Temporary Credentials and Using an IAM Role to Grant Permissions to Applications Running on Amazon EC2 Instances in the IAM User Guide.
Running the Initialize-AWSDefaultConfiguration cmdlet on an EC2 instance launched with an instance profile is not necessary, because it uses the same instance profile data that PowerShell already uses by default.

