python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Get specific items in python dict - listaccounts (AWS)
I get the response as is printed below, I needed to get from accounts only id, email and name. Also NextToken.
{
'Accounts': [
{
'Id': '19',
'Arn': 'arn:aws:organiz...
G Nova
Votes: 0
Answers: 1
Lambda Roles and SCPs
have a question regarding Lambda and Roles and SCPs.
Lets say that I have a Lambda function doing a certain IAM call, the lambda role has the permission needed for doing it.
The Lambda it self is crea...
Erik Asplund
Votes: 0
Answers: 1
Enforce Encryption on SNS creation by SCP
I would like to create an SCP to enforce encryption on SNS creation. I am creating the below policy but it has not worked.
{
"Version": "2012-10-17",
"Statement": [
...
Shaiful Alam
Votes: 0
Answers: 1
How to require users to set their role_session_name with scp
Using scp, I would like to require role_session_name to users who assume roles in my organization accounts when running terraform template. The role_session_name value need to be equals to their iam u...

Jean-Pascal MEWENEMESSE
Votes: 0
Answers: 2