aws-policies Questions
4
Solved
I am trying to apply a policy for an identity pool in AWS. I am using awc-cli to set up the policy but it constantly gives me this exception from the title:
An error occurred (InvalidRequestExcept...
Astred asked 13/10, 2021 at 1:10
3
Solved
Some actions that involve IAM permissions may return a Client.UnauthorizedOperation responses.
Country asked 6/6, 2022 at 15:7
1
Solved
Is there a way in AWS to give readonly permissions to all services via a central policy? Currently, am forced to do this per service, like for IAM below -
{
"Version": "2012-10-17&q...
Stoltzfus asked 10/2, 2022 at 22:41
1
Solved
I am trying to create a state function with terraform. First I create a policy and assign it to an existing role processing_lambda_role.
resource "aws_iam_role_policy" "sfn_policy&qu...
Granule asked 17/11, 2021 at 10:7
2
Solved
I am using the Key Management service (KMS) in AWS and am currently setting up key policies.
I created two roles KmsUser and KmsAdmin and attached the following key policy to my CMK:
{
"Version"...
Rb asked 4/3, 2020 at 15:22
1
Solved
I am new to AWS, but from my understanding a role contains both a permissions policy and a trust policy. The permissions policy seems pretty straight forward - What you can do. IE:
"iam:CreatePol...
Dardar asked 14/5, 2020 at 21:15
3
Solved
I have a policy defined in terraform for AWS resources like so:
device-status-policy = <<EOF
{"Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "iot:Connect", "Resource...
Predecease asked 12/4, 2020 at 19:44
1
Solved
When creating a scope-down policy for users in an AWS Transfer SFTP server, one can use the policy variables ${transfer:HomeFolder} and ${transfer:HomeDirectory} in that policy, according to the do...
Catherin asked 18/12, 2019 at 10:4
1
© 2022 - 2025 — McMap. All rights reserved.