Examples of using Execution role in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Step 3: Create the AWS Service Proxy Execution Role.
Step 3: Create an Execution Role for Your Lambda Functions.
For Role ARN, note of the Amazon Resource Name(ARN) for the execution role.
AWS Lambda assumes the execution role to execute your Lambda function on your behalf.
When you create a Lambda function, AWS Cloud9 can create an execution role for you.
Task Execution Role- Select a role with permissions to pull private images and publish logs.
For more information, see Manage Permissions: Using an IAM Role Execution Role.
If you want to use these logs, the execution role needs permission to write data to CloudWatch Logs.
The execution role grants the Lambda function permission to send logs to AWS and to call the EC2 DescribeImages API.
For more information, see Step 2.2: Create an IAM Role( execution role) in the AWS Lambda Developer Guide.
Use customized execution roles to control which stack resources users and groups can include in their stack sets.
In the following example, the template uses AWS SAMsyntax to simplify the declaration of a Lambda function and its execution role.
The stack also creates an execution role in IAM to allow the Lambda function permission to use Amazon SNS.
When creating the Lambda function for your API Gateway Lambda authorizer,you assign an execution role for the Lambda function if it calls other AWS services.
This execution role contains the permissions as described in Basic Lambda Permissions in the AWS Lambda Developer Guide.
To ensure that you have correctly set up the execution role, see Manage Permissions: Using an IAM Role Execution Role.
If this execution role doesn't meet your needs, you must create an execution role on your own before you create your Lambda function.
When you delete this stack, the associated topic, subscription, and execution role are deleted from Amazon SNS and IAM and cannot be recovered.
If you create the execution role in the IAM console and choose the Amazon API Gateway role type, this trust policy is automatically attached.
If your Lambda function code accesses other AWS resources,such as reading an object from an S3 bucket, the execution role needs permission to perform that operation.
The execution role, which is declared elsewhere in the template, is specified by using the Fn::GetAtt intrinsic function in the Role property.
For example, you can associate the following permissions policy with the execution role to grant Lambda permissions to perform the DynamoDB Streams actions listed.
To create the Lambda function, you declare the AWS:: Lambda::Function resource, which requires the function's sourcecode, handler name, runtime environment, and execution role ARN.
After you use the template to create a target account execution role, you must scope the permissions in the policy statement to the types of resources that you are creating by using StackSets.
An exception to this is when an event source(for example, Amazon DynamoDB or Kinesis) uses the pull model,where permissions are managed in the Lambda function execution role instead.
For the Lambda function execution role, you must explicitly provide the relevant permissions so that access to your DLQ resource is part of the execution role for your Lambda function.
If your Lambda function code is executing, but you don't see any log data being generatedafter several minutes, this could mean your execution role for the Lambda function did not grant permissions to write log data to CloudWatch Logs.
For information about how to make sure that you have set up the execution role correctly to grant these permissions, see Manage Permissions: Using an IAM Role Execution Role.
Users and groups with permission to use Role A can create stack sets containing thestack resources specifically listed in customized execution role X, but not those in roles Y or Z, or resource not included in any execution role.