Examples of using Instance profiles in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
IAM Role with Embedded Policy and Instance Profiles.
Empty instance profiles will fail with an AccessDenied error.
For more information, see Instance Profiles.
For details about instance profiles, see Using Instance Profiles.
You can use thefollowing AWS CLI commands to work with instance profiles in an AWS account.
Names of users, groups, roles, policies, instance profiles, and server certificates must be alphanumeric, including the following common characters: plus(+), equal(=), comma(,), period(.), at(@), underscore(_), and hyphen.
For information about why these display names might be different, see Instance Profiles.
For more information, see Instance Profiles in the IAM User Guide.
An instance profile can contain only one IAM role, although a role can be included in multiple instance profiles.
Remove the role from all instance profiles that the role is in.
This section includes reference materials for working with IAM policies, instance profiles, and service roles.
Optional To enable an IAM user to create roles or instance profiles using the IAM console, you must also add the following actions to the policy.
For an overview of permissions, see Service Roles, Instance Profiles, and User Policies.
For general information about instance profiles, see Using Instance Profiles.
This linkage happens automatically for roles and instance profiles that you create in the console.
For more information about IAM roles and instance profiles, see IAM Roles in the IAM User Guide.
Create and Use an Instance Profile to Manage Temporary Credentials.
For instructions, see Create and Use an Instance Profile to Manage Temporary Credentials.
IAM instance profile: Specify an AWS Identity and Access Management(IAM)instance profile to associate with the instance. .
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.
If you are not going to reuse an instance profile that was associated with the role, you call DeleteInstanceProfile to delete it.
Optional To launch your Spot Instances with an IAM role, for IAM instance profile, specify the role.
If you created your IAM role using the console, the instance profile was created for you and given the same name as the role.
If you created your IAM role using the AWS CLI, API, or an AWS SDK,you may have named your instance profile differently.
To assign an IAM role to an EC2 instance, you create an instance profile and then attach it when you launch the instance. .
AWS Lambda deployments deploy a serverless Lambda function version, so an instance profile for Amazon EC2 instances is not required.
In some cases,a role might be associated with an Amazon EC2 instance profile, and the role and the instance profile might be the exact same name.
Instead, you must use the AWS CLI, Tools for Windows PowerShell,or AWS API to first remove the role from the instance profile.
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.
If you created a role by using the IAM CLI or API,verify that you created an instance profile and added the role to that instance profile.